 /* <system section="theme" selected="98012380859628436"> */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,400,600,700&subset=japanese");
/* transition easing */
/* transition duration */
/* break point */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%;
  /*font-feature-settings: 'palt'*/
  line-height: 66.66667%; }

body {
  position: relative;
  width: 100%;
  line-height: 1.0;
  padding-top: 145px; }

a {
  cursor: pointer;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

cite {
  font-size: 0.8em;
  font-style: normal; }

blockquote {
  padding: 12px;
  padding-left: 17px;
  border-left: 5px solid #DDDDDD;
  background-color: #f0f0f0; }

ul li {
  list-style-type: none; }

ul.disc {
  padding-left: 1.5em; }

ul.nest ul {
  margin-left: 1em; }

ul.nest li + li, ul.nest ol, ul.nest ul {
  margin-top: 0.5em; }

.ta-r {
  text-align: right; }

.ta-c {
  text-align: center; }

body {
  color: #292929;
  font-family: 'Noto Sans JP', system-ui, -apple-system, BlinkMacSystemFont,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','YuGothic', Meiryo, sans-serif;
  background-color: white; }

strong {
  font-weight: 600; }

hr.hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-top: 2px solid #f6f6f6; }

ol {
  padding-left: 1.25em; }
  ol li {
    list-style-type: decimal; }
  ol li + li {
    margin-top: 0.5em; }
  ol ol, ol ul {
    margin-top: 0.5em; }

ul.disc {
  padding-left: 1.25em; }
  ul.disc.tiny {
    line-height: 1.4; }
    ul.disc.tiny li + li {
      margin-top: .15em; }
  ul.disc > li {
    list-style-type: disc; }
  ul.disc li + li {
    margin-top: 0.5em; }
  ul.disc ol, ul.disc ul {
    margin-top: 0.5em; }

table.cmn {
  width: 100%;
  border-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #d3d3d3; }
  table.cmn th, table.cmn td {
    padding: 1em 2em; }
  table.cmn th {
    background-color: #f9f9f9;
    text-align: left; }

video {
  width: 100%; }

.table-cmn {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.5; }
  .table-cmn .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d3d3d3; }
  .table-cmn .th, .table-cmn .td {
    padding: 1em 2em; }
  .table-cmn .th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    background-color: #f9f9f9; }
  .table-cmn .td {
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px); }

.table-of-contents {
  padding: 1.5em;
  background-color: #f6f6f6;
  border: 1px solid #eeeeee;
  font-size: .95em;
  line-height: 1.4; }
  .table-of-contents a:before {
    content: '▼ ';
    font-size: .85em; }
  .table-of-contents li + li {
    margin-top: .5em; }

ul.ann {
  margin-top: 1em; }
  ul.ann li {
    clear: both;
    font-size: .9em; }
    ul.ann li em {
      float: left;
      font-style: normal; }
    ul.ann li span {
      display: block;
      margin-left: 1.5em; }

table.frame {
  width: 100%;
  border-spacing: 0;
  border-color: transparent;
  border-collapse: collapse;
  line-height: 1.5; }
  table.frame th, table.frame td {
    padding: 0.5em 1em;
    border: 1px solid #666; }

dl.dl .dt {
  float: left; }
  dl.dl .dt.colon:after {
    content: '：'; }

dl.dl .dd {
  margin-left: 6em; }
  dl.dl .dd.l1 {
    margin-left: 1em; }
  dl.dl .dd.l3 {
    margin-left: 3em; }
  dl.dl .dd.l5 {
    margin-left: 5em; }
  dl.dl .dd.l10 {
    margin-left: 10em; }
  dl.dl .dd.l12 {
    margin-left: 12em; }
  dl.dl .dd.l15 {
    margin-left: 15em; }
  dl.dl .dd.l20 {
    margin-left: 20em; }
  dl.dl .dd.colon {
    text-indent: -1em; }
    dl.dl .dd.colon:before {
      content: '：'; }

.urllist-with-thumbnails li .urllist-image {
  float: inherit;
  margin: inherit; }

.urllist-image-link {
  display: block; }

.urllist-category-link, .archive-category-link, .entry-category-link {
  display: inline-block;
  padding: 0 1em;
  background-color: #2fa0c6;
  color: white;
  font-size: 1.4rem;
  line-height: 2.14286;
  text-align: center; }

.urllist-date-link a, .archive-date a, .entry-date a {
  cursor: auto; }

.wrap-cmn {
  position: relative;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

.paragraph-cmn, .p-cmn {
  margin-top: 4em;
  font-size: 1.6rem;
  line-height: 1.8; }
  .paragraph-cmn.mt-no, .p-cmn.mt-no {
    margin-top: 0; }
  .paragraph-cmn.fz-l, .p-cmn.fz-l {
    font-size: 1.8rem; }
  .paragraph-cmn .p + .p, .p-cmn .p + .p {
    margin-top: 1.5em; }
  .paragraph-cmn .p + .p.mt-n, .p-cmn .p + .p.mt-n {
    margin-top: 0.5em; }
  .paragraph-cmn a:not(.bttn-a):not(.bttn-a_l), .p-cmn a:not(.bttn-a):not(.bttn-a_l) {
    color: #2fa0c6;
    text-decoration: underline; }
  .paragraph-cmn a:not([class^="bttn"]):not(.keyword), .p-cmn a:not([class^="bttn"]):not(.keyword) {
    color: #2fa0c6;
    text-decoration: underline; }
  .paragraph-cmn h2 a:link, .paragraph-cmn h2 a:visited, .paragraph-cmn h2 a:hover, .paragraph-cmn h2 a:active, .p-cmn h2 a:link, .p-cmn h2 a:visited, .p-cmn h2 a:hover, .p-cmn h2 a:active {
    text-decoration: none; }
  .paragraph-cmn h3 a:link, .paragraph-cmn h3 a:visited, .paragraph-cmn h3 a:hover, .paragraph-cmn h3 a:active, .p-cmn h3 a:link, .p-cmn h3 a:visited, .p-cmn h3 a:hover, .p-cmn h3 a:active {
    text-decoration: none; }
  .paragraph-cmn h4 a:link, .paragraph-cmn h4 a:visited, .paragraph-cmn h4 a:hover, .paragraph-cmn h4 a:active, .p-cmn h4 a:link, .p-cmn h4 a:visited, .p-cmn h4 a:hover, .p-cmn h4 a:active {
    text-decoration: none; }
  .paragraph-cmn .fl-r, .p-cmn .fl-r {
    float: right;
    margin-left: 25px;
    margin-top: 6px;
    margin-bottom: 10px; }
  .paragraph-cmn .box-cmn, .p-cmn .box-cmn {
    padding: 2.5em;
    background-color: #f9f9f9; }
  .paragraph-cmn .fz-l, .p-cmn .fz-l {
    font-size: 1.1em; }

.p-cmn {
  margin: 0; }
  .p-cmn.mt {
    margin-top: 2em !important; }
  .p-cmn .p + .p {
    margin-top: 0.5em; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.mt {
  margin-top: 4em !important; }

.bttn-wrapper {
  margin-top: 2em; }

.bttn-a {
  display: inline-block;
  padding: 0 35px 0 45px;
  background-color: #2fa0c6; }
  .bttn-a span {
    color: white;
    padding-right: 30px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) right 50% no-repeat;
    background-size: 14px 26px;
    font-size: 2.4rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 2.75; }

.bttn-a_l {
  display: inline-block;
  padding: 0.8em 35px 0.8em 1em;
  color: white;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) #2fa0c6 right 1em top 50% no-repeat;
  background-size: 0.5em auto;
  font-size: 1.8rem;
  line-height: 1.3; }
  .bttn-a_l.bttn-pdf {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190301/20190301130959_original.png);
    background-position: 0.8em center;
    background-size: auto 1.6em;
    padding: 0.8em 1em 0.8em 2.8em; }

.bttn-b {
  display: inline-block;
  padding: 0 70px;
  border: 1px solid #383231;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202259.png) calc(100% - 32px) 50% no-repeat;
  background-size: 8px 15px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 3.33333;
  white-space: nowrap; }

.paragraph-cmn .bttn-c:link {
  text-decoration: none; }

.bttn-c {
  display: inline-block;
  padding: 0 1.2em 0 1.8em;
  background-color: #2fa0c6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  hover-background-color: #383231; }
  .bttn-c span {
    color: white;
    padding-right: 1.5em;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) right 50% no-repeat;
    background-size: auto auto;
    background-size: 0.55em 0.9em;
    font-size: 1.2em;
    font-weight: 400;
    white-space: nowrap;
    line-height: 2.4;
    display: block; }

.bttn-d {
  display: inline-block;
  padding: 0.3em 1.2em 0.3em 1.8em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: white;
  padding-right: 1.5em;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) #2fa0c6 right 50% no-repeat;
  background-size: auto auto;
  background-size: 0.55em 0.9em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3; }

.bttn-wrap {
  margin-top: 50px;
  text-align: center; }

.a-arrw-a {
  display: inline-block;
  padding-left: 16px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202732.png) 0 60% no-repeat;
  background-size: 8px 15px; }

.a-arrw-b {
  display: inline-block;
  padding-right: 16px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202732.png) right 60% no-repeat;
  background-size: 8px 15px; }

.bttn-contact {
  display: inline-block;
  padding: 0 2em;
  background-color: #2fa0c6; }
  .bttn-contact span {
    padding-left: 50px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122203024.png) 0 50% no-repeat;
    background-size: 40px 27px;
    color: white;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 3.33333;
    white-space: nowrap; }

.ttl-sec-cmn {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #383231; }
  .ttl-sec-cmn span {
    font-size: 3.0rem;
    font-weight: 100;
    line-height: 1.4; }

.ttl-sec-sub-cmn {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.5; }

.ttl-sec-cmn + .ttl-sec-sub-cmn {
  margin-top: -20px; }

.ttl-h2-cmn {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #e4e5e5;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.4; }
  .ttl-h2-cmn.tight {
    margin-top: 1.25em;
    margin-bottom: 1em; }

.ttl-h3-cmn {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-left: 0.6em;
  border-left: 10px solid #383231;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.6; }
  .ttl-h3-cmn.tight {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }

.ttl-h4-cmn {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1em; }

.ttl-wrap {
  position: relative; }
  .ttl-wrap a {
    position: absolute;
    right: 0;
    top: 0.5em;
    color: #2fa0c6; }
    .ttl-wrap a:hover {
      text-decoration: underline; }

.ttl-cmn-a {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05em; }

.ttl-cmn-a + .ttl-cmn-b {
  margin-top: .5em; }

.ttl-cmn-b {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #bcbcbc;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4; }

.ttl-cmn-c {
  position: relative;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  padding-left: 22px;
  font-size: 2.6rem;
  line-height: 1.4; }
  .ttl-cmn-c:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: .5em;
    width: 14px;
    height: 14px;
    background-color: #00c1de; }

.ttl-h3-a {
  font-size: 1em;
  font-weight: 600;
  border-left: 0.5em solid #c5c5c5;
  line-height: 1.4;
  padding-left: 0.5em;
  margin-top: 2em;
  margin-bottom: 0.5em; }

.dl-cmn dt {
  font-weight: 600;
  margin-top: 1.5em;
  font-size: 1.2em; }

.dl-cmn dd {
  margin-top: 0.75em; }

.lh-s {
  line-height: 1.3; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  padding: 0; }
  .column > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 1em;
    margin: 0; }

.column-color-a > * {
  background-color: #f1f1f1;
  margin-right: 0.6em; }

.column-bd-a > * {
  border-right: 1px solid #ddd; }
  .column-bd-a > *:first-child {
    border-left: 1px solid #ddd; }

.column-bd-b > * {
  border: 1px solid #ddd;
  margin-right: 1em; }

ol.column {
  list-style-position: inside; }
  ol.column > * {
    list-style-type: decimal;
    text-indent: -1em;
    padding-left: 2em; }

.ttl-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 0.2em; }

/*#################### .dbl-icon-product     product icon */
@font-face {
  font-family: "dbl-icon-product";
  src: url("https://at.alicdn.com/t/font_274588_15jw6wj02vxtj4i.eot?t=1524637407347"), url("https://at.alicdn.com/t/font_274588_15jw6wj02vxtj4i.ttf?t=1524637407347") format("truetype"), url("https://at.alicdn.com/t/font_274588_15jw6wj02vxtj4i.svg?t=1524637407347#dbl-icon-product") format("svg"); }

.dbl-icon-product::before {
  font-family: "dbl-icon-product" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.2em; }

.dbl-icon-product-ecs::before {
  content: "\e706"; }

.dbl-icon-product-mgw::before {
  content: "\e796"; }

.dbl-icon-product-dbs::before {
  content: "\e7e3"; }

.dbl-icon-product-cbn::before {
  content: "\e85e"; }

.dbl-icon-product-odps-data::before {
  content: "\e75d"; }

.dbl-icon-product-mns::before {
  content: "\e724"; }

.dbl-icon-product-mts::before {
  content: "\e777"; }

.dbl-icon-product-cas::before {
  content: "\e744"; }

.dbl-icon-product-ram::before {
  content: "\e719"; }

.dbl-icon-product-dns::before {
  content: "\e769"; }

.dbl-icon-product-iot::before {
  content: "\e726"; }

/*#################### .head-roott */
.head-root {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  border-top: 6px solid #383231;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .head-root .head-top {
    position: relative;
    height: 54px;
    background-color: white;
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .head-root .head-top .ttl-h1-wrap {
      display: block;
      width: 16%;
      padding-top: 14px; }
    .head-root .head-top .ttl-h1 {
      -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .head-root .head-top .bttn-contact {
      display: block;
      position: absolute;
      z-index: 100;
      right: 0;
      top: -6px;
      width: 198px;
      -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .head-root .head-top .bttn-contact span {
        -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .head-root .head-nav {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .head-root .head-nav .wrap-cmn {
      -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .head-root .head-nav .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .head-root .head-nav .list .li {
        position: relative;
        -ms-flex-preferred-size: 220px;
            flex-basis: 220px;
        -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
        .head-root .head-nav .list .li:hover .base {
          border-bottom-color: #383231; }
        .head-root .head-nav .list .li:hover .list-c {
          display: block; }
        .head-root .head-nav .list .li .base {
          display: block;
          padding-bottom: 5px;
          border-bottom: 1px solid #bbbdbe;
          -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }
          .head-root .head-nav .list .li .base .ja, .head-root .head-nav .list .li .base .en {
            display: block;
            line-height: 1;
            -webkit-transition: all 200ms;
            transition: all 200ms; }
          .head-root .head-nav .list .li .base .ja {
            font-size: 1.8rem;
            font-weight: 200; }
          .head-root .head-nav .list .li .base .en {
            margin-top: 3px;
            font-size: 1.4rem;
            font-weight: 100; }
        .head-root .head-nav .list .li .list-c {
          position: absolute;
          display: none;
          left: 0;
          width: 100%;
          padding: 1.5em;
          background-color: rgba(255, 255, 255, 0.95);
          z-index: 99; }
          .head-root .head-nav .list .li .list-c .li-c {
            font-size: 1.6rem;
            font-weight: 200;
            line-height: 1.3;
            margin: 0.4em 0; }
            .head-root .head-nav .list .li .list-c .li-c a {
              display: block; }
          .head-root .head-nav .list .li .list-c a.is-off {
            opacity: 0.5;
            cursor: auto; }
  .head-root.is-off {
    padding-bottom: 0; }
    .head-root.is-off .head-top {
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #f3f3f3;
      height: auto; }
      .head-root.is-off .head-top .ttl-h1-wrap {
        width: 182px;
        padding-top: 0; }
      .head-root.is-off .head-top .bttn-contact {
        top: -26px;
        bottom: auto;
        width: 58px;
        height: 58px;
        overflow: hidden; }
        .head-root.is-off .head-top .bttn-contact span {
          margin-left: -10px; }
    .head-root.is-off .head-nav {
      position: absolute;
      top: 20px;
      left: calc(50% - 350px + 70px);
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      background-color: rgba(255, 255, 255, 0); }
      .head-root.is-off .head-nav .wrap-cmn {
        width: 700px; }
      .head-root.is-off .head-nav .list li {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .head-root.is-off .head-nav .list li .base {
          padding-bottom: 0;
          border-bottom-width: 0; }
          .head-root.is-off .head-nav .list li .base .ja {
            font-size: 1.6rem; }
          .head-root.is-off .head-nav .list li .base .en {
            font-size: 1.1rem; }
      .head-root.is-off .head-nav .list .list-c {
        width: auto;
        left: -2em;
        padding-right: 2em;
        background-color: #f3f3f3; }
        .head-root.is-off .head-nav .list .list-c li {
          white-space: nowrap; }

/*#################### .foot-root */
.foot-root {
  margin-top: 194px; }
  .foot-root .totop {
    display: block;
    position: absolute;
    right: 30px;
    top: -74px;
    padding-right: 35px;
    font-size: 1.6rem;
    line-height: 1.6; }
    .foot-root .totop:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 24px;
      height: 24px;
      background: #383231 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202737.png) 50% 50% no-repeat;
      background-size: 14px 8px; }
  .foot-root .foot {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #565150 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122203026.jpg) right 50% no-repeat;
    background-size: contain;
    color: white; }
    .foot-root .foot a {
      color: white; }
    .foot-root .foot .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .foot-root .foot .links .col {
        -ms-flex-preferred-size: 216px;
            flex-basis: 216px;
        font-weight: 200; }
        .foot-root .foot .links .col .dt {
          padding-bottom: 15px;
          border-bottom: 1px solid #bbbdbe;
          font-size: 1.8rem;
          line-height: 1; }
          .foot-root .foot .links .col .dt + .dd {
            margin-top: 1em; }
        .foot-root .foot .links .col .dd {
          margin: 0.8em 0;
          padding-left: 15px;
          background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202734.png) 0 50% no-repeat;
          background-size: 6px 12px;
          font-size: 1.6rem;
          line-height: 1; }
        .foot-root .foot .links .col a.is-off {
          opacity: 0.5;
          cursor: auto; }
    .foot-root .foot .bttn-wrap {
      margin-top: 20px; }
      .foot-root .foot .bttn-wrap .bttn-contact {
        padding: 0 6em; }
    .foot-root .foot .link-misc {
      margin-top: 50px;
      text-align: center; }
      .foot-root .foot .link-misc .li {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 200; }
        .foot-root .foot .link-misc .li + .li {
          padding-left: 1em;
          margin-left: 1em;
          border-left: 1px solid #bbbdbe;
          margin-bottom: 0.5em; }
    .foot-root .foot .link-banner {
      margin-top: 30px;
      text-align: center;
      font-size: 0; }
      .foot-root .foot .link-banner .a {
        display: inline-block; }
        .foot-root .foot .link-banner .a + .a {
          margin-left: 20px; }
    .foot-root .foot .link-sns {
      margin-top: 40px;
      text-align: center; }
      .foot-root .foot .link-sns .a {
        display: inline-block;
        margin: 0 8px; }
    .foot-root .foot .cr {
      margin-top: 28px;
      text-align: center; }
      .foot-root .foot .cr address {
        font-size: 1.6rem;
        font-weight: 200;
        font-style: normal;
        line-height: 1; }
    .foot-root .foot .bnr-ac-wrap {
      margin: 30px auto;
      width: 360px; }
    .foot-root .foot .bnr-ac {
      background-color: #fff;
      display: inline-block;
      padding: 16px 22px;
      border: 1px solid #383231; }

/*#################### breadcrumb */
#top-box {
  position: absolute;
  left: calc(50vw - 570px);
  top: 163px;
  z-index: 9; }
  #top-box .breadcrumb {
    color: #383231;
    font-size: 1.2rem; }
    #top-box .breadcrumb a {
      color: #383231;
      text-decoration: underline; }
      #top-box .breadcrumb a:hover {
        text-decoration: none; }
    #top-box .breadcrumb .breadcrumb-gt {
      display: inline-block;
      padding-left: 0.5em;
      padding-right: 0.5em; }

body.page-index .entry-content, body.page-archive-category-name .entry-content {
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  body.page-index .entry-content h1, body.page-archive-category-name .entry-content h1 {
    margin-bottom: 0.5em;
    font-size: 3.0rem;
    line-height: 1.4; }
  body.page-index .entry-content p, body.page-archive-category-name .entry-content p {
    font-size: 1.6rem;
    line-height: 1.8; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[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; }

.sec-viz .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
  padding: 0 0.5vw; }
  .sec-viz .item:not(.slick-center) {
    -webkit-filter: opacity(86%);
            filter: opacity(86%);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }

.slick-prev, .slick-next {
  z-index: 99;
  width: 4.5vw;
  height: 4.5vw;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.7); }

.slick-prev {
  left: 6vw; }

.slick-next {
  right: 6vw; }

.slick-prev::before, .slick-next::before {
  content: "";
  border-top: 1px solid #383231;
  display: block;
  border-right: 1px solid #383231;
  width: 2vw;
  height: 2vw;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 1vw; }

.slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1vw; }

.slick-dots {
  position: absolute;
  bottom: -2.7em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 1em; }
    .slick-dots li button {
      background-color: #ccc;
      border-radius: 50%;
      width: 1.2em;
      height: 1.2em;
      color: #ccc; }
    .slick-dots li.slick-active button {
      background-color: #383231;
      color: #383231; }

/*#################### .main.home */
body.page-index .hatena-module-title {
  display: none; }

body.page-index .sec-viz {
  position: relative; }
  body.page-index .sec-viz .bg {
    height: 650px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181115/20181115204817_original.jpg) 50% 50% no-repeat;
    background-size: cover; }
  body.page-index .sec-viz .ttl {
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 4px white, 0 0 8px white, 0 0 16px white, 0 0 32px white, 0 0 32px white, 0 0 32px white; }
    body.page-index .sec-viz .ttl .m, body.page-index .sec-viz .ttl .l {
      display: block; }
    body.page-index .sec-viz .ttl .m {
      font-size: 3.2rem; }
    body.page-index .sec-viz .ttl .l {
      margin-top: 15px;
      font-size: 4.6rem; }

body.page-index .sec-vizcopy {
  margin-top: 8vh; }
  body.page-index .sec-vizcopy .cols {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 0; }
    body.page-index .sec-vizcopy .cols .col {
      width: 49%;
      padding: 4em;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body.page-index .sec-vizcopy .cols .col .ttl-col {
        font-size: 2.4rem;
        font-weight: 600; }
      body.page-index .sec-vizcopy .cols .col .txt {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 1em; }
      body.page-index .sec-vizcopy .cols .col .bttn-a {
        margin-top: 25px; }

body.page-index #main .hatena-module-recent-entries {
  width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

body.page-index .sec-news .ttl-sec-cmn {
  margin-bottom: 20px; }

body.page-index .sec-news .hatena-urllist .urllist-item a {
  display: block; }

body.page-index .sec-news .hatena-urllist .urllist-item .urllist-item-inner {
  position: relative; }

body.page-index .sec-news .hatena-urllist .urllist-item .urllist-date-link, body.page-index .sec-news .hatena-urllist .urllist-item .urllist-title-link {
  font-size: 1.8rem;
  line-height: 1.6; }

body.page-index .sec-event .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body.page-index .sec-event.category-column .hatena-urllist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

body.page-index .sec-event .hatena-urllist .urllist-item {
  position: relative;
  width: 32%;
  position: relative;
  padding-bottom: 42px; }

body.page-index .sec-event.category-column .hatena-urllist .urllist-item:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%; }

body.page-index .sec-event .hatena-urllist .urllist-item .urllist-date-link {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1; }

body.page-index .sec-event .hatena-urllist .urllist-item .urllist-title-link {
  display: block;
  margin-top: 0.5em;
  font-size: 2.0rem;
  line-height: 1.5; }

body.page-index .sec-blog .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.page-index .sec-blog .hatena-urllist .urllist-item {
    width: 49%;
    position: relative; }
    body.page-index .sec-blog .hatena-urllist .urllist-item:nth-child(n+3) {
      margin-top: 45px; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-image-link {
      width: 40%;
      float: left;
      border: 1px solid #ccc; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-title-link {
      display: block;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.4;
      padding-left: 43%; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-entry-body {
      margin-top: 0.2em;
      font-size: 1.6rem;
      line-height: 1.4;
      padding-left: 43%;
      padding-bottom: 3em; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
      margin-right: 5px;
      font-size: 1.2rem; }

body.page-index .sec-viz .wrap-cmn {
  position: absolute;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  top: 270px;
  left: 0;
  right: 0;
  margin: auto; }

body.page-index .sec-news {
  margin-top: -30px; }
  body.page-index .sec-news .hatena-urllist .urllist-item {
    width: 100%;
    border-bottom: 1px dotted #999; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-item-inner {
      padding: 1.6em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-image-link {
      min-width: 138px;
      max-width: 138px;
      padding-left: 1em;
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
              order: 4; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-date-link {
      min-width: 6em;
      font-weight: 100; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-title-link {
      font-size: 1.8rem;
      line-height: 1.6;
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
              order: 3;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
              flex: 1 1 auto; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-categories {
      min-width: 14em;
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      body.page-index .sec-news .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
        width: 120px;
        padding: 0;
        margin-bottom: 0.3em;
        margin-top: 0.3em; }

body.page-index .sec-event .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.page-index .sec-event .hatena-urllist .urllist-item .urllist-categories {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right; }

body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-categories {
  position: absolute;
  left: 43%;
  bottom: 0; }

/*#################### .page */
.page-static_page .entry-header, .page-static_page .archive-header-category, .page-archive .entry-header, .page-archive .archive-header-category, .page-entry .entry-header, .page-entry .archive-header-category {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 65px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122203021.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .page-static_page .entry-header .entry-title, .page-static_page .entry-header .archive-heading, .page-static_page .archive-header-category .entry-title, .page-static_page .archive-header-category .archive-heading, .page-archive .entry-header .entry-title, .page-archive .entry-header .archive-heading, .page-archive .archive-header-category .entry-title, .page-archive .archive-header-category .archive-heading, .page-entry .entry-header .entry-title, .page-entry .entry-header .archive-heading, .page-entry .archive-header-category .entry-title, .page-entry .archive-header-category .archive-heading {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto; }
    .page-static_page .entry-header .entry-title .entry-title-link, .page-static_page .entry-header .archive-heading .entry-title-link, .page-static_page .archive-header-category .entry-title .entry-title-link, .page-static_page .archive-header-category .archive-heading .entry-title-link, .page-archive .entry-header .entry-title .entry-title-link, .page-archive .entry-header .archive-heading .entry-title-link, .page-archive .archive-header-category .entry-title .entry-title-link, .page-archive .archive-header-category .archive-heading .entry-title-link, .page-entry .entry-header .entry-title .entry-title-link, .page-entry .entry-header .archive-heading .entry-title-link, .page-entry .archive-header-category .entry-title .entry-title-link, .page-entry .archive-header-category .archive-heading .entry-title-link {
      position: relative;
      display: inline-block;
      padding-bottom: 6px;
      font-size: 3.0rem;
      font-weight: 400;
      line-height: 1.4; }

.page-static_page #box2 {
  display: none; }

.page-static_page.static-page-about .entry-header {
  padding-top: 46px;
  padding-bottom: 86px; }

.page-static_page.static-page-service\/paper\/ .entry-header, .page-static_page.static-page-service\/paper\/server .entry-header, .page-static_page.static-page-service\/paper\/storage .entry-header, .page-static_page.static-page-service\/paper\/database .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181217/20181217161813.jpg); }

.page-static_page.static-page-recruit\/interview\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20191009/20191009151053_original.jpg); }

.page-static_page.static-page-service\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323141019.jpg); }

.page-static_page.static-page-service\/about\/alibabacloud\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200122/20200122202846.jpg); }

.page-static_page.static-page-service\/about\/alibabacloud\/wp\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123170539.jpg); }

.page-static_page.static-page-service\/about\/partner\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123182336.jpg); }

.page-static_page.static-page-service\/about\/ts\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324111340.jpg); }

.page-static_page.static-page-service\/about\/ps\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200228/20200228134315.jpg); }

.page-static_page.static-page-recruit\/ .entry-header, .page-static_page.static-page-recruit\/workplace .entry-header, .page-static_page.static-page-recruit\/entry\/ .entry-header, .page-static_page.static-page-recruit\/message .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20191009/20191009151053_original.jpg); }

.page-static_page.static-page-alibabacloud\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190508/20190508151330.jpg); }

.page-static_page.static-page-resource\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509131650.jpg); }

.page-static_page.static-page-service\/about\/alibabacloud\/product\/ .entry-header, .page-static_page.static-page-service\/about\/alibabacloud\/product\/ecs .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123130310.jpg); }

.page-static_page.static-page-sol\/ .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123205056.jpg); }

body[class*="static-page-document"] .entry-header {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190322/20190322145215.jpg); }

.page-static_page .entry-header .entry-title .entry-title-link:before, .page-static_page .entry-header .archive-heading .entry-title-link:before, .page-static_page .archive-header-category .entry-title .entry-title-link:before, .page-static_page .archive-header-category .archive-heading .entry-title-link:before, .page-archive .entry-header .entry-title .entry-title-link:before, .page-archive .entry-header .archive-heading .entry-title-link:before, .page-archive .archive-header-category .entry-title .entry-title-link:before, .page-archive .archive-header-category .archive-heading .entry-title-link:before, .page-entry .entry-header .entry-title .entry-title-link:before, .page-entry .entry-header .archive-heading .entry-title-link:before, .page-entry .archive-header-category .entry-title .entry-title-link:before, .page-entry .archive-header-category .archive-heading .entry-title-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50vw - 570px + 100%);
  height: 1px;
  background-color: #bbbdbe; }

.page-archive .search-result .archive-header-category .archive-heading .entry-title-link:before {
  content: none; }

.category-techblog .archive-header-category, .category-cloud .archive-header-category, .category-leo .archive-header-category, .category-mosuke .archive-header-category, .category-Q .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181225/20181225114110.jpg); }

.category-techblog .archive-heading .entry-title-link, .category-cloud .archive-heading .entry-title-link, .category-leo .archive-heading .entry-title-link, .category-mosuke .archive-heading .entry-title-link, .category-Q .archive-heading .entry-title-link {
  color: white; }

.category-event .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181120/20181120192502.jpg); }

.category-news .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181120/20181120192459.jpg); }

.category-pressrelease .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181120/20181120192456.jpg); }

.category-case .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123191638.jpg); }

.category-partner .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123182336.jpg); }

.category-sol .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123205056.jpg); }

.category-word .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200123/20200123211706.jpg); }

.category-column .archive-header-category {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190322/20190322145218.jpg); }

.page-archive .search-result .archive-header-category {
  background-image: none;
  background-color: #e4e4e4;
  padding-top: 2em;
  padding-bottom: 1em; }

.page-entry.category-partner .breadcrumb, .page-entry.category-sol .breadcrumb {
  display: none; }

/*#################### .about */
.page-content.second-index {
  margin-top: -40px; }
  .page-content.second-index.about .links .link.n1 .text, .page-content.second-index.about .links .link.n2 .text {
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%); }
  .page-content.second-index.about .links .link.n3 .text, .page-content.second-index.about .links .link.n4 .text {
    top: 50px; }
  .page-content.second-index.about .links .link.n1 .text {
    left: 30px; }
  .page-content.second-index.about .links .link.n2 .text {
    right: 100px; }
  .page-content.second-index.about .links .link.n3 .text {
    right: 30px; }
  .page-content.second-index.about .links .link.n4 .text {
    left: 30px; }
  .page-content.second-index.about .links .link:not(.is-off):hover {
    border-color: #383231; }
    .page-content.second-index.about .links .link:not(.is-off):hover .fig img {
      opacity: 0.4; }
    .page-content.second-index.about .links .link:not(.is-off):hover .text {
      opacity: 0; }
    .page-content.second-index.about .links .link:not(.is-off):hover .text-on {
      opacity: 1; }
  .page-content.second-index.recruit .links .link {
    border: none; }
    .page-content.second-index.recruit .links .link.n1 .text, .page-content.second-index.recruit .links .link.n2 .text, .page-content.second-index.recruit .links .link.n4 .text {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png); }
    .page-content.second-index.recruit .links .link.n1 .text .en, .page-content.second-index.recruit .links .link.n1 .text .ja {
      color: white; }
    .page-content.second-index.recruit .links .link.n2 .text .en, .page-content.second-index.recruit .links .link.n2 .text .ja {
      color: white; }
    .page-content.second-index.recruit .links .link.n4 .text .en, .page-content.second-index.recruit .links .link.n4 .text .ja {
      color: white; }
    .page-content.second-index.recruit .links .link.n1:after {
      background-color: #3d8ec6; }
    .page-content.second-index.recruit .links .link.n1:before {
      background-color: #3d8ec6;
      right: 0;
      top: 0;
      width: 46%;
      height: 100%; }
    .page-content.second-index.recruit .links .link.n1:hover:before {
      width: 100%; }
    .page-content.second-index.recruit .links .link.n1 .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      -webkit-transition: 400ms;
      transition: 400ms; }
    .page-content.second-index.recruit .links .link.n1:hover .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .page-content.second-index.recruit .links .link.n2:after {
      background-color: #4ca282; }
    .page-content.second-index.recruit .links .link.n2:before {
      background-color: #4ca282;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40%; }
    .page-content.second-index.recruit .links .link.n2:hover:before {
      height: 100%; }
    .page-content.second-index.recruit .links .link.n2 .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-80%, 85%);
              transform: translate(-80%, 85%);
      -webkit-transition: 400ms;
      transition: 400ms;
      white-space: nowrap; }
    .page-content.second-index.recruit .links .link.n2:hover .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-80%, -50%);
              transform: translate(-80%, -50%); }
    .page-content.second-index.recruit .links .link.n3:after {
      background-color: #fcd41b; }
    .page-content.second-index.recruit .links .link.n3:before {
      background-color: #fcd41b;
      left: 0;
      top: 0;
      width: 100%;
      height: 30%; }
    .page-content.second-index.recruit .links .link.n3:hover:before {
      height: 100%; }
    .page-content.second-index.recruit .links .link.n3 .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -300%);
              transform: translate(-50%, -300%);
      -webkit-transition: 400ms;
      transition: 400ms;
      white-space: nowrap; }
    .page-content.second-index.recruit .links .link.n3:hover .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 400ms;
      transition: 400ms; }
    .page-content.second-index.recruit .links .link.n3 .text .en {
      display: inline-block;
      font-weight: 400; }
    .page-content.second-index.recruit .links .link.n3 .text .ja {
      display: inline-block;
      font-weight: 400;
      margin-left: 0.6em; }
    .page-content.second-index.recruit .links .link.n4:after {
      background-color: #c63d64; }
    .page-content.second-index.recruit .links .link.n4:before {
      background-color: #c63d64;
      right: 0;
      left: 0;
      width: 50%;
      height: 100%; }
    .page-content.second-index.recruit .links .link.n4:hover:before {
      width: 100%; }
    .page-content.second-index.recruit .links .link.n4 .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-115%, -50%);
              transform: translate(-115%, -50%);
      -webkit-transition: 400ms;
      transition: 400ms; }
    .page-content.second-index.recruit .links .link.n4:hover .text {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .page-content.second-index.recruit .links .link:before {
      content: '';
      display: block;
      position: absolute;
      -webkit-transition: 400ms;
      transition: 400ms; }
    .page-content.second-index.recruit .links .link:after {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      background-color: #fff;
      z-index: 1;
      -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
      opacity: 0.85; }
    .page-content.second-index.recruit .links .link:not(.is-off):hover:after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .page-content.second-index.recruit .links .link:not(.is-off):hover:before {
      opacity: 0.8; }
  .page-content.second-index .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-content.second-index .links .link {
      position: relative;
      width: 49%;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: 200ms;
      transition: 200ms; }
      .page-content.second-index .links .link.is-off {
        cursor: auto; }
      .page-content.second-index .links .link:nth-child(n+3) {
        margin-top: 20px; }
      .page-content.second-index .links .link a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5; }
      .page-content.second-index .links .link .fig {
        background-color: black; }
        .page-content.second-index .links .link .fig img {
          -webkit-transition: 200ms;
          transition: 200ms; }
      .page-content.second-index .links .link .text {
        position: absolute;
        padding-left: 18px;
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202259.png) 0 15px no-repeat;
        background-size: 6px 12px;
        -webkit-transition-duration: 200ms;
                transition-duration: 200ms; }
        .page-content.second-index .links .link .text .en, .page-content.second-index .links .link .text .ja {
          display: block;
          color: #383231;
          font-weight: 200;
          line-height: 1.3; }
        .page-content.second-index .links .link .text .en {
          font-size: 3.2rem; }
        .page-content.second-index .links .link .text .ja {
          font-size: 2.4rem; }
      .page-content.second-index .links .link .text-on {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        -webkit-transition-delay: 150ms;
                transition-delay: 150ms;
        -webkit-transition-duration: 250ms;
                transition-duration: 250ms;
        opacity: 0;
        z-index: 2; }
        .page-content.second-index .links .link .text-on .en, .page-content.second-index .links .link .text-on .ja {
          display: block;
          color: white;
          font-weight: 200;
          line-height: 1.3; }
        .page-content.second-index .links .link .text-on .en {
          font-size: 3.2rem; }
        .page-content.second-index .links .link .text-on .ja {
          font-size: 2.4rem; }

/*#################### .about-message */
.page-content.about-message .paragraph {
  margin-top: 75px;
  font-size: 1.8rem;
  line-height: 2; }
  .page-content.about-message .paragraph:after {
    content: "";
    display: block;
    clear: both; }
  .page-content.about-message .paragraph .p + .p {
    margin-top: 1.5em; }
  .page-content.about-message .paragraph .fig.ceo {
    margin-top: -192px;
    margin-left: 30px;
    float: right; }
  .page-content.about-message .paragraph .fig.n1 {
    float: left;
    margin-top: 2em;
    margin-right: 30px;
    margin-bottom: 10px; }

.page-content.about-message .sig {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: right; }
  .page-content.about-message .sig img {
    display: inline-block; }
  .page-content.about-message .sig p + p {
    margin-top: 15px; }

.page-content.about-message .wrap-prof {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }

.page-content.about-message .prof {
  position: relative;
  padding: 60px;
  margin-top: 50px;
  background-color: #f1f1f1; }
  .page-content.about-message .prof .box {
    padding-left: 40%; }
    .page-content.about-message .prof .box .ttl {
      position: relative;
      margin-bottom: 18px;
      padding-bottom: 8px;
      color: #7d7e7e;
      font-size: 3.0rem; }
      .page-content.about-message .prof .box .ttl:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 200px;
        height: 1px;
        background-color: #bbbdbe; }
    .page-content.about-message .prof .box .name {
      font-size: 1.6rem;
      line-height: 1.5; }
      .page-content.about-message .prof .box .name strong {
        display: block;
        font-size: 1.8rem; }
    .page-content.about-message .prof .box .txt {
      margin-top: 16px;
      font-size: 1.2rem;
      line-height: 1.66667; }
  .page-content.about-message .prof .fig {
    position: absolute;
    bottom: 0;
    width: 30%; }
    .page-content.about-message .prof .fig img {
      width: 100%;
      height: auto; }

/*#################### .about-outline */
.page-content.about-outline .wrap-cmn {
  font-size: 1.8rem;
  line-height: 2; }

.page-content.about-outline .paragraph {
  margin-top: 50px; }
  .page-content.about-outline .paragraph a {
    color: #2fa0c6;
    text-decoration: underline; }
    .page-content.about-outline .paragraph a.link {
      display: inline-block;
      margin-left: 1.5em; }
  .page-content.about-outline .paragraph ol li + li {
    margin-top: 1em; }
  .page-content.about-outline .paragraph .p + .p {
    margin-top: 1.5em; }

.page-content.about-outline .map {
  margin-top: 5em;
  padding: 25px;
  background-color: #f5f5f5; }
  .page-content.about-outline .map iframe {
    height: 450px; }

.page-content.about-outline .map-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  line-height: 1.6; }
  .page-content.about-outline .map-guide .dt, .page-content.about-outline .map-guide .dd {
    padding: 1em; }
  .page-content.about-outline .map-guide .dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e5e5e5; }
  .page-content.about-outline .map-guide .dd {
    -ms-flex-preferred-size: calc(100% - 180px - 5px);
        flex-basis: calc(100% - 180px - 5px);
    background-color: #f6f6f6; }

/*#################### .service */
.page-content.service .page-description {
  margin-top: 30px;
  margin-bottom: 30px;
  text-shadow: 0 0 32px white;
  font-size: 2.4rem;
  line-height: 1.5; }

.page-content.service .nav-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 2em; }
  .page-content.service .nav-anchor .link {
    width: calc(25% - 9px);
    padding: 1em 0;
    background-color: #666;
    border-radius: 5px;
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    text-align: center; }
    .page-content.service .nav-anchor .link:hover {
      background-color: #2fa0c6; }
    .page-content.service .nav-anchor .link .inner {
      display: inline-block;
      padding-left: 24px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200326/20200326142014.png) 0 50% no-repeat;
      background-size: 18px 18px; }

.page-content.service .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5em 0; }
  .page-content.service .banners .banner {
    display: block;
    width: calc(33.33% - 8px);
    padding: .8em 0 .9em;
    background: #0088cc url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142706.jpg) right 50% no-repeat;
    background-size: cover;
    border-radius: 5px;
    color: white;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
    .page-content.service .banners .banner:hover {
      opacity: .6; }
    .page-content.service .banners .banner.n2 {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142710.jpg); }
    .page-content.service .banners .banner.n3 {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142712.jpg); }
    .page-content.service .banners .banner .l {
      font-size: 2.2rem; }

.page-content.service .box-support {
  position: relative;
  margin-top: 2.5em;
  background-color: #f5f5f5; }
  .page-content.service .box-support .ttl-box {
    position: absolute;
    left: -16px;
    top: -16px;
    padding: .3em 1.5em;
    background-color: #009fcc;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2; }
    .page-content.service .box-support .ttl-box .inner {
      display: inline-block;
      padding-left: 28px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142703.png) 0 50% no-repeat;
      background-size: 22px 22px;
      color: white; }
  .page-content.service .box-support .container {
    padding: 35px; }
    .page-content.service .box-support .container .fig {
      float: right;
      margin-left: 15px; }
    .page-content.service .box-support .container .ttl {
      margin-bottom: .5em;
      line-height: 1.5;
      clear: none; }
      .page-content.service .box-support .container .ttl ~ .ttl {
        margin-top: 1.25em; }
      .page-content.service .box-support .container .ttl .inner {
        display: inline-block;
        padding-bottom: .25em;
        font-size: 1.8rem;
        border-bottom: 1px solid #161616; }

.page-content.service .wrap-bttn {
  margin-top: 2em;
  text-align: center; }
  .page-content.service .wrap-bttn .bttn {
    display: inline-block;
    min-width: 570px;
    padding: 1.25em 0;
    background-color: #009fcc;
    border-radius: 5px;
    text-align: center; }
    .page-content.service .wrap-bttn .bttn:hover {
      background-color: #333; }
    .page-content.service .wrap-bttn .bttn .inner {
      display: inline-block;
      padding-right: 25px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323171220.png) right 50% no-repeat;
      background-size: 9px 15px;
      color: white;
      font-weight: 700;
      font-size: 1.8rem; }

.page-content.service .box-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em; }
  .page-content.service .box-partner .box {
    width: calc(33.3% - 16px);
    padding: 2.5em 1.5em 145px;
    background: #f5f5f5 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142715.png) 50% calc(100% - 30px) no-repeat;
    background-size: 100px 100px; }
    .page-content.service .box-partner .box.n2 {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142718.png); }
    .page-content.service .box-partner .box.n3 {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323142721.png); }
    .page-content.service .box-partner .box .ttl {
      margin-bottom: 1em;
      font-size: 2.0rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center; }
    .page-content.service .box-partner .box .p-cmn {
      color: #666; }
    .page-content.service .box-partner .box .link {
      display: inline-block;
      padding-right: 16px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323175320.png) right 50% no-repeat;
      background-size: 9px 15px;
      text-decoration: none; }
      .page-content.service .box-partner .box .link:hover {
        text-decoration: underline; }
    .page-content.service .box-partner .box .fig {
      margin-top: 20px;
      text-align: center; }
      .page-content.service .box-partner .box .fig img {
        display: inline-block; }

.page-content.service .box-flow {
  margin-top: 2em; }
  .page-content.service .box-flow .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em 0;
    background: linear-gradient(0.46turn, #a3a3a3, #8f8f8f); }
    .page-content.service .box-flow .boxes .box {
      position: relative;
      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;
      width: 210px;
      overflow: hidden; }
      .page-content.service .box-flow .boxes .box.n1:before, .page-content.service .box-flow .boxes .box.n5:after {
        display: none; }
      .page-content.service .box-flow .boxes .box:before, .page-content.service .box-flow .boxes .box:after {
        content: '';
        display: block;
        position: absolute;
        top: 51px;
        width: 100px;
        height: 1px;
        border-top: 1px dashed white; }
      .page-content.service .box-flow .boxes .box:after {
        right: -55px; }
      .page-content.service .box-flow .boxes .box:before {
        left: -55px; }
      .page-content.service .box-flow .boxes .box .img {
        position: relative; }
      .page-content.service .box-flow .boxes .box .txt {
        width: 100%;
        margin-top: .75em;
        color: white;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center; }

.page-content.service .para-service {
  margin-top: 3em; }
  .page-content.service .para-service .ttl-lead {
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.4;
    text-align: center; }

.page-content.service .ttl-fig {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 0;
  text-align: center; }
  .page-content.service .ttl-fig img {
    display: inline-block; }

.page-content.service .fig-fig {
  margin-top: 50px; }

.page-content.service .features {
  margin-top: 2.5em; }

.page-content.service .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-content.service .features .feature.n2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .page-content.service .features .feature.n2 .box {
      background-color: #d5e5ea; }
  .page-content.service .features .feature.n3 .box {
    background-color: #e1e9de; }
  .page-content.service .features .feature .fig {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .page-content.service .features .feature .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 40px;
    background-color: #e3dbe7; }
    .page-content.service .features .feature .box .inner .ttl {
      margin-bottom: 1em;
      font-size: 2.6rem;
      font-weight: 400;
      text-align: center; }
    .page-content.service .features .feature .box .inner .txt {
      font-size: 1.8rem;
      line-height: 1.77778; }
      .page-content.service .features .feature .box .inner .txt p + p {
        margin-top: 0.5em; }
  .page-content.service .features .feature + .feature {
    margin-top: 24px; }

.page-content.service .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-content.service .lists .li {
    position: relative;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
    .page-content.service .lists .li:nth-child(n+4) {
      margin-top: 3em; }
    .page-content.service .lists .li:nth-child(3n+2), .page-content.service .lists .li:nth-child(3n+3) {
      margin-left: 2%; }
    .page-content.service .lists .li:nth-child(3n+4):before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: -1.5em;
      width: 1140px;
      height: 1px;
      border-top: 1px dotted #e0e0e0; }
    .page-content.service .lists .li .ttl {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.4; }
      .page-content.service .lists .li .ttl:before {
        font-size: 1.5em;
        vertical-align: -0.1em; }
    .page-content.service .lists .li .txt {
      margin-top: 0.6em;
      font-size: 1.6rem;
      line-height: 1.625; }

.page-content.service .bttn-wrap {
  margin-top: 80px;
  text-align: center; }
  .page-content.service .bttn-wrap .txt {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.3; }
  .page-content.service .bttn-wrap .bttn {
    display: inline-block;
    width: 356px;
    padding: 20px 40px;
    border: 1px solid #231815; }
    .page-content.service .bttn-wrap .bttn:hover {
      background-color: #eeeeee;
      border-color: #eeeeee; }
    .page-content.service .bttn-wrap .bttn img {
      max-width: 100%; }

.page-content.service-about-ts .block-usecase {
  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;
  padding: 30px 50px;
  background-color: #f5f5f5; }
  .page-content.service-about-ts .block-usecase .block {
    width: calc(50% - 10px);
    margin-top: 20px;
    padding: 15px 35px;
    background-color: white;
    border-radius: 10px; }
    .page-content.service-about-ts .block-usecase .block.n1 {
      margin-top: 0; }
      .page-content.service-about-ts .block-usecase .block.n1 .link {
        background-color: #f4f4f5; }
        .page-content.service-about-ts .block-usecase .block.n1 .link .inner {
          color: #666; }
    .page-content.service-about-ts .block-usecase .block.n2 {
      margin-top: 0; }
    .page-content.service-about-ts .block-usecase .block.n3, .page-content.service-about-ts .block-usecase .block.n4 {
      width: 100%; }
    .page-content.service-about-ts .block-usecase .block.n3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .page-content.service-about-ts .block-usecase .block.n3 .ttl {
        width: 100%; }
      .page-content.service-about-ts .block-usecase .block.n3 .link {
        width: calc(50% - 10px); }
    .page-content.service-about-ts .block-usecase .block .ttl {
      margin-bottom: 0.75em;
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center; }
    .page-content.service-about-ts .block-usecase .block .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 0;
      border-radius: 5px; }
      .page-content.service-about-ts .block-usecase .block .link:hover {
        opacity: .6; }
      .page-content.service-about-ts .block-usecase .block .link.nb {
        background-color: #e4f9ff; }
        .page-content.service-about-ts .block-usecase .block .link.nb .inner {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114349.png); }
      .page-content.service-about-ts .block-usecase .block .link.nc {
        background-color: #c8f1fd; }
        .page-content.service-about-ts .block-usecase .block .link.nc .inner {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114351.png); }
      .page-content.service-about-ts .block-usecase .block .link.nd {
        background-color: #9deaff; }
        .page-content.service-about-ts .block-usecase .block .link.nd .inner {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114354.png); }
      .page-content.service-about-ts .block-usecase .block .link.ne {
        background-color: #999; }
        .page-content.service-about-ts .block-usecase .block .link.ne .inner {
          background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114357.png);
          color: white; }
      .page-content.service-about-ts .block-usecase .block .link .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 62px;
        padding-left: 70px;
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114346.png) 0 50% no-repeat;
        background-size: 62px 62px;
        color: #007899;
        font-size: 2.2rem;
        font-weight: 700; }

.page-content.service-about-ts .box-monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px; }
  .page-content.service-about-ts .box-monthly .box {
    position: relative;
    width: calc(25% - 9px);
    padding: 20px 1.5em 25px;
    background-color: #f4f4f5;
    text-align: center; }
    .page-content.service-about-ts .box-monthly .box:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -45px;
      left: 0;
      width: 100%;
      height: 45px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324141241.png) 50% bottom no-repeat; }
    .page-content.service-about-ts .box-monthly .box.n2 {
      background-color: #e4f9ff; }
      .page-content.service-about-ts .box-monthly .box.n2:after {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324141815.png); }
    .page-content.service-about-ts .box-monthly .box.n3 {
      background-color: #c8f1fd; }
      .page-content.service-about-ts .box-monthly .box.n3:after {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324141818.png); }
    .page-content.service-about-ts .box-monthly .box.n4 {
      background-color: #9deaff; }
      .page-content.service-about-ts .box-monthly .box.n4:after {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324141821.png); }
    .page-content.service-about-ts .box-monthly .box .ttl {
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 1.4; }
    .page-content.service-about-ts .box-monthly .box .price {
      color: #2fa0c6;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 1.3; }
    .page-content.service-about-ts .box-monthly .box .fig {
      margin: 10px 0; }
      .page-content.service-about-ts .box-monthly .box .fig img {
        display: inline-block; }
    .page-content.service-about-ts .box-monthly .box .for {
      margin-bottom: 1em;
      font-size: 1.8rem;
      line-height: 1.3; }

.page-content.service-about-ts .box-spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-content.service-about-ts .box-spot .box {
    position: relative;
    width: calc(33.33% - 8px);
    padding-bottom: 25px;
    text-align: center;
    background-color: #f9f9f9; }
    .page-content.service-about-ts .box-spot .box .head {
      padding: 20px 1.5em 10px;
      background-color: #e4f9ff; }
    .page-content.service-about-ts .box-spot .box .body {
      border-top: 2px solid white;
      padding: 25px 1.5em 0; }
    .page-content.service-about-ts .box-spot .box .ttl {
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 1.4; }
    .page-content.service-about-ts .box-spot .box .price {
      color: #2fa0c6;
      font-size: 2.6rem;
      font-weight: 600;
      line-height: 1.3; }
    .page-content.service-about-ts .box-spot .box .fig {
      margin: 10px 0; }
      .page-content.service-about-ts .box-spot .box .fig img {
        display: inline-block; }

.page-content.service-about-ts .box-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 30px;
  background-color: #f5f5f5; }
  .page-content.service-about-ts .box-flow .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-content.service-about-ts .box-flow .box.n2, .page-content.service-about-ts .box-flow .box.n3, .page-content.service-about-ts .box-flow .box.n4 {
      margin-top: -34px; }
    .page-content.service-about-ts .box-flow .box.n2 .ttl {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114338.png); }
      .page-content.service-about-ts .box-flow .box.n2 .ttl .num {
        color: #49c3e5; }
    .page-content.service-about-ts .box-flow .box.n3 .ttl {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114340.png); }
      .page-content.service-about-ts .box-flow .box.n3 .ttl .num {
        color: #009fcc; }
    .page-content.service-about-ts .box-flow .box.n4 .ttl {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114343.png); }
      .page-content.service-about-ts .box-flow .box.n4 .ttl .num {
        color: #007da0; }
    .page-content.service-about-ts .box-flow .box .ttl {
      width: 234px;
      height: 175px;
      padding-top: 58px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114335.png) 50% 50% no-repeat;
      background-size: contain;
      color: white;
      text-align: center; }
      .page-content.service-about-ts .box-flow .box .ttl .num {
        display: inline-block;
        width: 34px;
        border-radius: 50%;
        color: #90dbf0;
        font-size: 2.4rem;
        font-weight: 700;
        background-color: white;
        line-height: 1.41667; }
      .page-content.service-about-ts .box-flow .box .ttl .txt {
        display: block;
        width: 100%;
        margin-top: .5em;
        font-size: 1.7rem;
        line-height: 1.41176; }
    .page-content.service-about-ts .box-flow .box .body {
      margin-left: 1.5em;
      padding-bottom: 1em; }

.page-content.service-about-ts .checklist .li {
  padding-left: 22px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200324/20200324114417.png) 0 2px no-repeat;
  background-size: 18px 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left; }
  .page-content.service-about-ts .checklist .li + .li {
    margin-top: 1em; }

.page-content.service-about-ts .wrap-bttn {
  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;
  margin-top: 3em; }
  .page-content.service-about-ts .wrap-bttn .bttn {
    width: calc(50% - 10px);
    padding: 2.25em 0;
    border: 2px solid #009fcc;
    border-radius: 5px;
    text-align: center; }
    .page-content.service-about-ts .wrap-bttn .bttn.wide {
      width: 100%; }
    .page-content.service-about-ts .wrap-bttn .bttn:nth-child(n+2) {
      margin-top: 20px; }
    .page-content.service-about-ts .wrap-bttn .bttn:hover {
      background-color: #009fcc; }
      .page-content.service-about-ts .wrap-bttn .bttn:hover .inner {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323171220.png);
        color: white; }
    .page-content.service-about-ts .wrap-bttn .bttn .inner {
      display: inline-block;
      padding-right: 20px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200323/20200323175320.png) right 50% no-repeat;
      background-size: 9px 15px;
      color: #009fcc;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.4; }

.page-content.service-about-ts .box-faq .box {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 5px; }
  .page-content.service-about-ts .box-faq .box + .box {
    margin-top: 10px; }
  .page-content.service-about-ts .box-faq .box .q, .page-content.service-about-ts .box-faq .box .a {
    position: relative;
    padding-left: 42px;
    min-height: 34px; }
    .page-content.service-about-ts .box-faq .box .q:before, .page-content.service-about-ts .box-faq .box .a:before {
      content: 'Q';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 34px;
      height: 34px;
      background-color: #009fcc;
      border-radius: 50%;
      color: white;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.3;
      text-align: center; }
  .page-content.service-about-ts .box-faq .box .q {
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4; }
  .page-content.service-about-ts .box-faq .box .a {
    padding-top: 3px;
    font-size: 1.6rem;
    line-height: 1.625; }
    .page-content.service-about-ts .box-faq .box .a:before {
      content: 'A';
      background-color: #b3b3b3; }

@media screen and (max-width: 1199px) {
  .page-content.service .features .feature .box {
    padding: 5vw; }
    .page-content.service .features .feature .box .inner .ttl {
      font-size: 2.2vw; }
    .page-content.service .features .feature .box .inner .txt {
      font-size: 1.5vw; }
  .page-content.service .lists .li:nth-child(3n+4)::before {
    width: calc(100vw - 60px); } }

@media screen and (max-width: 767px) {
  .page-content.service .page-description {
    font-size: 2.8vw;
    margin-top: 5vw;
    margin-bottom: 0; }
  .page-content.service .para-service {
    padding-top: 20px; }
    .page-content.service .para-service .ttl-lead {
      font-size: 1.4rem; }
  .page-content.service .p-cmn {
    font-size: 1.4rem; }
  .page-content.service .ttl-fig {
    margin-top: 30px;
    margin-bottom: 30px; }
    .page-content.service .ttl-fig img {
      max-width: 65%; }
  .page-content.service .fig-fig {
    margin-top: 20px; }
  .page-content.service .features .feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.service .features .feature .fig {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .page-content.service .features .feature .box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 20px; }
      .page-content.service .features .feature .box .inner .ttl {
        margin-bottom: 0.5em;
        font-size: 1.8rem; }
      .page-content.service .features .feature .box .inner .txt {
        font-size: 1.4rem; }
    .page-content.service .features .feature + .feature {
      margin-top: 12px; }
  .page-content.service .lists .li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 1.25em; }
    .page-content.service .lists .li .ttl {
      font-size: 1.4rem; }
      .page-content.service .lists .li .ttl:before {
        top: 0.2em;
        width: 14px;
        height: 14px; }
    .page-content.service .lists .li .txt {
      margin-top: 0.4em;
      font-size: 1.3rem; }
    .page-content.service .lists .li + .li {
      margin-top: 1.25em; }
    .page-content.service .lists .li:nth-child(3n+2), .page-content.service .lists .li:nth-child(3n+3) {
      margin-left: 0; }
    .page-content.service .lists .li:nth-child(3n+4)::before {
      content: none; }
  .page-content.service .bttn-wrap {
    margin-top: 50px; }
    .page-content.service .bttn-wrap .txt {
      font-size: 1.5rem; }
    .page-content.service .bttn-wrap .bttn {
      width: 80%; } }

.page-content.service-about .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em; }
  .page-content.service-about .blocks .block {
    position: relative;
    width: 49%;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .page-content.service-about .blocks .block:nth-child(n+3) {
      margin-top: 20px; }
    .page-content.service-about .blocks .block .inner {
      padding: 20px 30px 25px;
      font-size: 1.6rem;
      line-height: 1.8; }
      .page-content.service-about .blocks .block .inner .title {
        margin-bottom: 0.25em;
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 1.5; }
      .page-content.service-about .blocks .block .inner .p + .p {
        margin-top: 15px; }
      .page-content.service-about .blocks .block .inner .p strong {
        display: inline-block;
        margin-top: -0.3em;
        font-size: 1.5em;
        font-weight: 400; }
      .page-content.service-about .blocks .block .inner .p em {
        color: #00c1de;
        font-style: normal; }
      .page-content.service-about .blocks .block .inner .note {
        margin-top: 0.75em;
        font-size: 1.0rem;
        line-height: 1.4; }
      .page-content.service-about .blocks .block .inner .wrap-bttn {
        margin-top: 1.25em;
        text-align: center; }
      .page-content.service-about .blocks .block .inner .bttn {
        display: inline-block;
        padding: 0 3em;
        background-color: #00c1de;
        color: white;
        line-height: 2.5; }
      .page-content.service-about .blocks .block .inner .inn + .inn {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d3d3d3; }
      .page-content.service-about .blocks .block .inner .figs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px; }
        .page-content.service-about .blocks .block .inner .figs .fig {
          width: 30%;
          text-align: center; }
          .page-content.service-about .blocks .block .inner .figs .fig:nth-child(n+4) {
            margin-top: 15px; }
          .page-content.service-about .blocks .block .inner .figs .fig img {
            display: inline-block; }
          .page-content.service-about .blocks .block .inner .figs .fig .caption {
            color: #999;
            line-height: 1.4; }

.page-content.product .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-content.product .cols.fig-a .col.img {
    width: 370px; }
  .page-content.product .cols.fig-a .col.txt {
    width: calc(100% - 370px - 30px); }

.page-content.product .product-nav-anchor {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #00c1de; }
  .page-content.product .product-nav-anchor .link {
    display: inline-block;
    margin-right: 1.5em;
    padding-left: 20px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124173839.png) 0 50% no-repeat;
    background-size: 13px 13px;
    color: #00c1de;
    font-size: 1.8em;
    line-height: 1.8; }

.page-content.product .product-index .block {
  margin-top: 35px;
  padding: 30px;
  padding-bottom: 40px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
  .page-content.product .product-index .block .title {
    margin-bottom: .2em;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.5; }
  .page-content.product .product-index .block .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5em; }
    .page-content.product .product-index .block .products .product {
      width: 49%;
      padding: 1em;
      padding-left: 60px;
      background: white url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165217.png) 24px 50% no-repeat;
      border: 1px solid #d3d3d3;
      border-left-width: 9px;
      color: #00c1de;
      font-size: 2.2em;
      line-height: 1.3; }
      .page-content.product .product-index .block .products .product:nth-child(n+3) {
        margin-top: 15px; }
      .page-content.product .product-index .block .products .product.a2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165215.png); }
      .page-content.product .product-index .block .products .product.a3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165210.png); }
      .page-content.product .product-index .block .products .product.a4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165212.png); }
      .page-content.product .product-index .block .products .product.a5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165208.png); }
      .page-content.product .product-index .block .products .product.a6 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165202.png); }
      .page-content.product .product-index .block .products .product.a7 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165205.png); }
      .page-content.product .product-index .block .products .product.a8 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165158.png); }
      .page-content.product .product-index .block .products .product.a9 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165200.png); }
      .page-content.product .product-index .block .products .product.b1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165220.png); }
      .page-content.product .product-index .block .products .product.b2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165223.png); }
      .page-content.product .product-index .block .products .product.b3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165225.png); }
      .page-content.product .product-index .block .products .product.b4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165227.png); }
      .page-content.product .product-index .block .products .product.b5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165230.png); }
      .page-content.product .product-index .block .products .product.b6 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165232.png); }
      .page-content.product .product-index .block .products .product.b7 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165235.png); }
      .page-content.product .product-index .block .products .product.c1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165238.png); }
      .page-content.product .product-index .block .products .product.c2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165241.png); }
      .page-content.product .product-index .block .products .product.c3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165243.png); }
      .page-content.product .product-index .block .products .product.c4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165245.png); }
      .page-content.product .product-index .block .products .product.c5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165247.png); }
      .page-content.product .product-index .block .products .product.c6 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124173837.png); }
      .page-content.product .product-index .block .products .product.c7 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165250.png); }
      .page-content.product .product-index .block .products .product.c8 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165253.png); }
      .page-content.product .product-index .block .products .product.d1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165256.png); }
      .page-content.product .product-index .block .products .product.d2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165258.png); }
      .page-content.product .product-index .block .products .product.d3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165301.png); }
      .page-content.product .product-index .block .products .product.d4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165303.png); }
      .page-content.product .product-index .block .products .product.d5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165305.png); }
      .page-content.product .product-index .block .products .product.e1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165309.png); }
      .page-content.product .product-index .block .products .product.e2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165311.png); }
      .page-content.product .product-index .block .products .product.e3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165313.png); }
      .page-content.product .product-index .block .products .product.e4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165315.png); }
      .page-content.product .product-index .block .products .product.e5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165317.png); }
      .page-content.product .product-index .block .products .product.e6 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165320.png); }
      .page-content.product .product-index .block .products .product.e7 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165322.png); }
      .page-content.product .product-index .block .products .product.f1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165324.png); }
      .page-content.product .product-index .block .products .product.f2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165327.png); }
      .page-content.product .product-index .block .products .product.f3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165329.png); }
      .page-content.product .product-index .block .products .product.f4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165331.png); }
      .page-content.product .product-index .block .products .product.g1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165334.png); }
      .page-content.product .product-index .block .products .product.g2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165336.png); }
      .page-content.product .product-index .block .products .product.h1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165339.png); }
      .page-content.product .product-index .block .products .product.h2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165341.png); }
      .page-content.product .product-index .block .products .product.h3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165344.png); }
      .page-content.product .product-index .block .products .product.i1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165346.png); }
      .page-content.product .product-index .block .products .product.i2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165349.png); }
      .page-content.product .product-index .block .products .product.i3 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165351.png); }
      .page-content.product .product-index .block .products .product.i4 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165355.png); }
      .page-content.product .product-index .block .products .product.i5 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165353.png); }
      .page-content.product .product-index .block .products .product.j1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165359.png); }
      .page-content.product .product-index .block .products .product.j2 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165402.png); }
      .page-content.product .product-index .block .products .product.k1 {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124165357.png); }

.page-content.product .product-detail .block {
  padding: 30px;
  padding-bottom: 40px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
  .page-content.product .product-detail .block + .block {
    margin-top: 20px; }
  .page-content.product .product-detail .block .title {
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 45px;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.5; }
    .page-content.product .product-detail .block .title img {
      position: absolute;
      left: 0;
      top: 1px; }
  .page-content.product .product-detail .block .title-sub {
    margin-top: 1.25em;
    margin-bottom: 0.3em;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.4; }

.page-content.paper .paper-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px; }
  .page-content.paper .paper-index .block {
    width: 32%;
    padding: 24px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .page-content.paper .paper-index .block .title {
      font-size: 2.4em;
      font-weight: 400;
      line-height: 1.3; }
    .page-content.paper .paper-index .block .body {
      margin-top: 0.5em;
      font-size: 1.8em;
      line-height: 1.5; }
    .page-content.paper .paper-index .block .bttn {
      display: block;
      margin-top: 1em;
      background-color: #00c1de;
      color: white;
      font-size: 1.6rem;
      text-decoration: none;
      text-align: center;
      line-height: 2.8; }
      .page-content.paper .paper-index .block .bttn:hover {
        background-color: #373237; }

.page-content.partner .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px; }
  .page-content.partner .blocks .block {
    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;
    width: 23.5%;
    padding: 15px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }

.page-content.sol .blocks {
  margin-top: 35px; }
  .page-content.sol .blocks .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .page-content.sol .blocks .block + .block {
      margin-top: 20px; }
    .page-content.sol .blocks .block .fig {
      width: 36%; }
    .page-content.sol .blocks .block .inner {
      width: 64%;
      padding: 3em 2.5em 0; }
      .page-content.sol .blocks .block .inner .title {
        margin-bottom: 0.3em;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.3; }
      .page-content.sol .blocks .block .inner .text {
        font-size: 1.8rem;
        line-height: 1.5; }
      .page-content.sol .blocks .block .inner .wrap-bttn {
        margin-top: 20px;
        text-align: center; }
        .page-content.sol .blocks .block .inner .wrap-bttn .bttn {
          display: inline-block;
          padding: 1em 6em;
          background-color: #00c1de;
          color: white;
          font-size: 1.6rem;
          line-height: 1.3; }

.page-content.service-about-ps .block-solution {
  margin-top: 3em;
  padding: 40px 120px 50px;
  background-color: #f5f5f5; }
  .page-content.service-about-ps .block-solution .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5em;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center; }
    .page-content.service-about-ps .block-solution .header .title {
      width: 50%; }
  .page-content.service-about-ps .block-solution .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-content.service-about-ps .block-solution .col + .col {
      margin-top: 10px; }
    .page-content.service-about-ps .block-solution .col .problem, .page-content.service-about-ps .block-solution .col .solution {
      width: 50%; }
    .page-content.service-about-ps .block-solution .col .problem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 455px;
      height: 134px;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200228/20200228152822.png) right 50% no-repeat;
      background-size: cover;
      z-index: 1;
      color: white;
      font-size: 2.0rem;
      font-weight: 600;
      line-height: 1.4;
      text-align: center; }
    .page-content.service-about-ps .block-solution .col .solution {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -10px;
      padding: 0 30px;
      z-index: 0;
      background-color: white;
      border: 2px solid #009fcc;
      font-size: 1.6rem;
      line-height: 1.8; }

.page-content.service-about-ps .block-figs {
  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;
  margin-top: 5em; }
  .page-content.service-about-ps .block-figs .fig-b {
    margin-left: -40px; }

.page-content.service-about-ps table {
  border-collapse: collapse;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.6rem;
  line-height: 1.875; }
  .page-content.service-about-ps table thead th, .page-content.service-about-ps table thead td {
    text-align: center; }
  .page-content.service-about-ps table th, .page-content.service-about-ps table td {
    padding: .9em 1em;
    border-top: 1px solid #d3d3d3; }
    .page-content.service-about-ps table th.bg, .page-content.service-about-ps table td.bg {
      background-color: #f4f4f4; }
    .page-content.service-about-ps table th.col-a, .page-content.service-about-ps table td.col-a {
      width: 160px; }
  .page-content.service-about-ps table th {
    font-weight: 600;
    white-space: nowrap;
    text-align: left; }

/*#################### category list */
.pager {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  font-size: 0; }
  .pager:after {
    content: "";
    display: block;
    clear: both; }
  .pager.pager-permalink .pager-prev a, .pager.pager-permalink .pager-next a {
    width: auto;
    padding-left: 2.6em;
    padding-right: 2.6em;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pager.pager-permalink .pager-prev a .pager-arrow, .pager.pager-permalink .pager-next a .pager-arrow {
    display: none; }
  .pager .pager-prev, .pager .pager-next {
    display: block;
    width: 50%; }
  .pager .pager-prev a, .pager .pager-next a {
    display: inline-block;
    width: 220px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202259.png) calc(100% - 30px) 50% no-repeat;
    background-size: 8px 15px;
    border: 1px solid #383231;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 3.11111; }
  .pager .pager-prev a .text, .pager .pager-next a .text {
    display: inline-block; }
  .pager .pager-prev {
    float: left; }
    .pager .pager-prev a {
      background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202301.png);
      background-position: 30px 50%; }
  .pager .pager-next {
    float: right;
    text-align: right; }

#box2 {
  display: block;
  margin-top: 80px; }

#box2-inner {
  width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }
  #box2-inner .hatena-module {
    margin-top: 30px; }
  #box2-inner .hatena-module-title {
    margin-bottom: 0.4em;
    padding-bottom: 0.7em;
    color: #828384;
    font-size: 1.8rem;
    line-height: 1;
    border-bottom: 1px solid #bbbdbe; }
    #box2-inner .hatena-module-title a {
      color: #828384; }
  #box2-inner .hatena-urllist .archive-module-months {
    display: inline-block; }
  #box2-inner .hatena-urllist li {
    display: inline-block;
    margin: 0;
    margin-right: 1.2em;
    font-size: 1.6rem;
    line-height: 1.5; }
    #box2-inner .hatena-urllist li.archive-module-year {
      margin-right: 0; }
    #box2-inner .hatena-urllist li a {
      color: #2fa0c6; }
      #box2-inner .hatena-urllist li a:hover {
        text-decoration: underline; }
  #box2-inner .hatena-module-archive .hatena-urllist .archive-module-button {
    display: none; }
  #box2-inner .hatena-module-archive .hatena-urllist .archive-module-year > .archive-module-year-title {
    display: none; }

.page-archive .archive-entries {
  position: relative;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px; }
  .page-archive .archive-entries .archive-entry {
    position: relative; }

.page-archive.category-techblog .archive-entries, .page-archive.category-cloud .archive-entries, .page-archive.category-leo .archive-entries, .page-archive.category-mosuke .archive-entries, .page-archive.category-Q .archive-entries, .page-archive.category-event .archive-entries, .page-archive.category-column .archive-entries, .page-archive.category-case .archive-entries, .page-archive.category-sol .archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-archive.category-techblog .archive-entries .archive-entry, .page-archive.category-cloud .archive-entries .archive-entry, .page-archive.category-leo .archive-entries .archive-entry, .page-archive.category-mosuke .archive-entries .archive-entry, .page-archive.category-Q .archive-entries .archive-entry, .page-archive.category-event .archive-entries .archive-entry, .page-archive.category-column .archive-entries .archive-entry, .page-archive.category-case .archive-entries .archive-entry, .page-archive.category-sol .archive-entries .archive-entry {
    width: 32%;
    padding: 25px;
    padding-top: 272px;
    border: 1px solid #bbbbbb;
    overflow: hidden;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    .page-archive.category-techblog .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-techblog .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-cloud .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-cloud .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-leo .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-leo .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-mosuke .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-mosuke .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-Q .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-Q .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-event .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-event .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-column .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-column .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-case .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-case .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-sol .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-sol .archive-entries .archive-entry:nth-child(3n+3) {
      margin-left: 2%; }
    .page-archive.category-techblog .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-cloud .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-leo .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-mosuke .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-Q .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-event .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-column .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-case .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-sol .archive-entries .archive-entry:nth-child(n+4) {
      margin-top: 20px; }
    .page-archive.category-techblog .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-cloud .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-leo .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-mosuke .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-Q .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-event .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-column .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-case .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-sol .archive-entries .archive-entry .entry-thumb-link {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 250px;
      overflow: hidden;
      background-color: white;
      -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
      .page-archive.category-techblog .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-cloud .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-leo .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-mosuke .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-Q .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-event .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-column .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-case .archive-entries .archive-entry .entry-thumb-link .entry-thumb, .page-archive.category-sol .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
        width: 100%;
        height: 250px;
        background-size: 94%;
        background-position: 50% 50%;
        -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .page-archive.category-techblog .archive-entries .archive-entry .archive-date, .page-archive.category-cloud .archive-entries .archive-entry .archive-date, .page-archive.category-leo .archive-entries .archive-entry .archive-date, .page-archive.category-mosuke .archive-entries .archive-entry .archive-date, .page-archive.category-Q .archive-entries .archive-entry .archive-date, .page-archive.category-event .archive-entries .archive-entry .archive-date, .page-archive.category-column .archive-entries .archive-entry .archive-date, .page-archive.category-case .archive-entries .archive-entry .archive-date, .page-archive.category-sol .archive-entries .archive-entry .archive-date {
      font-size: 1.4rem; }
      .page-archive.category-techblog .archive-entries .archive-entry .archive-date a, .page-archive.category-cloud .archive-entries .archive-entry .archive-date a, .page-archive.category-leo .archive-entries .archive-entry .archive-date a, .page-archive.category-mosuke .archive-entries .archive-entry .archive-date a, .page-archive.category-Q .archive-entries .archive-entry .archive-date a, .page-archive.category-event .archive-entries .archive-entry .archive-date a, .page-archive.category-column .archive-entries .archive-entry .archive-date a, .page-archive.category-case .archive-entries .archive-entry .archive-date a, .page-archive.category-sol .archive-entries .archive-entry .archive-date a {
        color: #6e6e6e; }
    .page-archive.category-techblog .archive-entries .archive-entry .entry-title, .page-archive.category-cloud .archive-entries .archive-entry .entry-title, .page-archive.category-leo .archive-entries .archive-entry .entry-title, .page-archive.category-mosuke .archive-entries .archive-entry .entry-title, .page-archive.category-Q .archive-entries .archive-entry .entry-title, .page-archive.category-event .archive-entries .archive-entry .entry-title, .page-archive.category-column .archive-entries .archive-entry .entry-title, .page-archive.category-case .archive-entries .archive-entry .entry-title, .page-archive.category-sol .archive-entries .archive-entry .entry-title {
      margin-top: 0.5em;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.7; }
    .page-archive.category-techblog .archive-entries .archive-entry .categories, .page-archive.category-cloud .archive-entries .archive-entry .categories, .page-archive.category-leo .archive-entries .archive-entry .categories, .page-archive.category-mosuke .archive-entries .archive-entry .categories, .page-archive.category-Q .archive-entries .archive-entry .categories, .page-archive.category-event .archive-entries .archive-entry .categories, .page-archive.category-column .archive-entries .archive-entry .categories, .page-archive.category-case .archive-entries .archive-entry .categories, .page-archive.category-sol .archive-entries .archive-entry .categories {
      margin-top: 15px; }
      .page-archive.category-techblog .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-cloud .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-leo .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-mosuke .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-Q .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-event .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-column .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-case .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-sol .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link {
        margin-left: 12px; }
    .page-archive.category-techblog .archive-entries .archive-entry .archive-entry-body, .page-archive.category-cloud .archive-entries .archive-entry .archive-entry-body, .page-archive.category-leo .archive-entries .archive-entry .archive-entry-body, .page-archive.category-mosuke .archive-entries .archive-entry .archive-entry-body, .page-archive.category-Q .archive-entries .archive-entry .archive-entry-body, .page-archive.category-event .archive-entries .archive-entry .archive-entry-body, .page-archive.category-column .archive-entries .archive-entry .archive-entry-body, .page-archive.category-case .archive-entries .archive-entry .archive-entry-body, .page-archive.category-sol .archive-entries .archive-entry .archive-entry-body {
      display: none; }

.page-archive.archive .archive-entries .archive-entry, .page-archive.category-news .archive-entries .archive-entry, .page-archive.category-pressrelease .archive-entries .archive-entry {
  position: relative;
  padding-bottom: 75px;
  border-bottom: 1px dotted #bbbbbb; }
  .page-archive.archive .archive-entries .archive-entry:after, .page-archive.category-news .archive-entries .archive-entry:after, .page-archive.category-pressrelease .archive-entries .archive-entry:after {
    content: "";
    display: block;
    clear: both; }
  .page-archive.archive .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category-news .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category-pressrelease .archive-entries .archive-entry a.entry-thumb-link {
    width: 280px;
    height: 186px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    float: right;
    overflow: hidden; }
    .page-archive.archive .archive-entries .archive-entry a.entry-thumb-link .entry-thumb, .page-archive.category-news .archive-entries .archive-entry a.entry-thumb-link .entry-thumb, .page-archive.category-pressrelease .archive-entries .archive-entry a.entry-thumb-link .entry-thumb {
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .page-archive.archive .archive-entries .archive-entry .archive-date, .page-archive.category-news .archive-entries .archive-entry .archive-date, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-date {
    font-size: 1.4rem;
    line-height: 1; }
    .page-archive.archive .archive-entries .archive-entry .archive-date a, .page-archive.category-news .archive-entries .archive-entry .archive-date a, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-date a {
      color: #6e6e6e; }
  .page-archive.archive .archive-entries .archive-entry .entry-title, .page-archive.category-news .archive-entries .archive-entry .entry-title, .page-archive.category-pressrelease .archive-entries .archive-entry .entry-title {
    margin-top: 0.4em;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75; }
    .page-archive.archive .archive-entries .archive-entry .entry-title a, .page-archive.category-news .archive-entries .archive-entry .entry-title a, .page-archive.category-pressrelease .archive-entries .archive-entry .entry-title a {
      color: #2fa0c6; }
  .page-archive.archive .archive-entries .archive-entry .categories, .page-archive.category-news .archive-entries .archive-entry .categories, .page-archive.category-pressrelease .archive-entries .archive-entry .categories {
    position: absolute;
    right: 0;
    bottom: 30px; }
    .page-archive.archive .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-news .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link, .page-archive.category-pressrelease .archive-entries .archive-entry .categories .archive-category-link + .archive-category-link {
      margin-left: 12px; }
  .page-archive.archive .archive-entries .archive-entry .archive-entry-body, .page-archive.category-news .archive-entries .archive-entry .archive-entry-body, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-entry-body {
    margin-top: 0.5em;
    font-size: 1.6rem;
    line-height: 1.75; }
    .page-archive.archive .archive-entries .archive-entry .archive-entry-body .social-buttons, .page-archive.category-news .archive-entries .archive-entry .archive-entry-body .social-buttons, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-entry-body .social-buttons {
      display: none; }

.page-archive.category-case .archive-entries .archive-entry {
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }

.page-archive.category-word .archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }
  .page-archive.category-word .archive-entries .archive-entry {
    width: 32%;
    padding: 3em 2em;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .page-archive.category-word .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-word .archive-entries .archive-entry .archive-date, .page-archive.category-word .archive-entries .archive-entry .categories, .page-archive.category-word .archive-entries .archive-entry .archive-entry-body {
      display: none; }
    .page-archive.category-word .archive-entries .archive-entry .entry-title-link {
      display: block;
      background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20200124/20200124174142.png) right 50% no-repeat;
      background-size: 11px 19px;
      color: #00c1de;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 1.3; }

.recruit-workplace .dl .dd {
  margin-left: 9.5em; }

.recruit-entry .ttl-entry {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 1;
  text-align: center; }
  .recruit-entry .ttl-entry span {
    display: inline-block;
    padding-bottom: 0.4em;
    border-bottom: 3px solid #eaebeb; }

.recruit-entry .bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .recruit-entry .bttns .bttn:hover .fig img {
    opacity: 0.6;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  .recruit-entry .bttns .bttn .fig {
    width: 100%;
    height: 330px;
    overflow: hidden; }
    .recruit-entry .bttns .bttn .fig img {
      -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.entry-content .recruit-entry .paragraph-cmn .bttns .bttn {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 540px;
      flex-basis: 540px;
  color: white; }

.recruit-entry .bttns .bttn.n2 .fig {
  background-color: #00a4bb; }

.recruit-entry .bttns .bttn.n2 .inner {
  background-color: rgba(0, 164, 187, 0.8); }

.recruit-entry .bttns .bttn .fig {
  position: relative;
  display: block;
  z-index: 0;
  background-color: black; }

.recruit-entry .bttns .bttn .inner {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.75) url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) calc(100% - 50px) 50% no-repeat;
  background-size: 14px 26px;
  text-align: center; }
  .recruit-entry .bttns .bttn .inner .ttl, .recruit-entry .bttns .bttn .inner .txt {
    display: block;
    line-height: 1; }
  .recruit-entry .bttns .bttn .inner .ttl {
    font-size: 2.4rem; }
  .recruit-entry .bttns .bttn .inner .txt {
    margin-top: 0.4em;
    font-size: 3.6rem;
    font-weight: 600; }

.recruit-entry .note {
  margin-top: 1.5em;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center; }
  .recruit-entry .note .wrap {
    display: inline-block;
    text-align: left; }
  .recruit-entry .note p + p {
    margin-top: 0.3em; }

/*#################### entry */
.page-entry .entry {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px; }
  .page-entry .entry .entry-inner .entry-header {
    padding-top: inherit;
    padding-bottom: inherit;
    background: none; }
    .page-entry .entry .entry-inner .entry-header .entry-title .entry-title-link:before {
      display: none; }
  .page-entry .entry .entry-header .entry-date {
    margin-bottom: 0.6em;
    font-size: 1.4rem;
    line-height: 1; }
    .page-entry .entry .entry-header .entry-date a {
      color: #6e6e6e; }
  .page-entry .entry .entry-header .entry-title {
    margin-bottom: 0.7em;
    padding-bottom: 0.6em;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted #bbbbbb;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4; }
  .page-entry .entry .entry-header .entry-categories {
    margin-bottom: 25px;
    text-align: right; }
    .page-entry .entry .entry-header .entry-categories .entry-category-link + .entry-category-link {
      margin-left: 12px; }
  .page-entry .entry .entry-content {
    font-size: 1.6rem;
    line-height: 1.8; }
    .page-entry .entry .entry-content p + p {
      margin-top: 1.5em; }
    .page-entry .entry .entry-content a {
      color: #2fa0c6;
      text-decoration: underline; }
    .page-entry .entry .entry-content figure.fl-r {
      float: right;
      margin-left: 25px;
      margin-bottom: 10px; }
    .page-entry .entry .entry-content figure.large {
      width: 100%;
      margin: 60px 0;
      padding-left: 150px;
      padding-right: 150px; }
    .page-entry .entry .entry-content figure figcaption {
      margin-top: 0.5em;
      line-height: 1.3;
      font-size: .9em; }
    .page-entry .entry .entry-content .p-cmn .p + .p {
      margin-top: 1em; }
  .page-entry .entry .entry-footer {
    margin-top: 60px; }
    .page-entry .entry .entry-footer .entry-footer-section {
      display: none; }
    .page-entry .entry .entry-footer .social-buttons {
      padding: 25px 0 20px;
      background-color: #eff0f1;
      text-align: center; }
      .page-entry .entry .entry-footer .social-buttons .social-button-item {
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px; }

/*#################### interview */
.interview-container {
  position: relative;
  margin: 6em 0;
  padding: 2em 40% 2em 2em;
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181219/20181219141335.png);
  background-repeat: repeat;
  border-width: 1px 0 1px 0;
  border-color: #dee2e4 transparent #dee2e4 transparent;
  border-style: solid; }
  .interview-container:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -61px;
    width: 50%;
    height: 60px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6); }
  .interview-container.interview-container-lastchild {
    margin-bottom: 10em; }

.interview-img {
  position: absolute;
  right: 0;
  bottom: calc((6em + 1px) * -1);
  width: 36%; }
  .interview-img:after {
    content: "";
    display: block;
    height: 6em;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }

.interview-ttl {
  font-size: 1.2em;
  line-height: 1.4;
  border-left: 0.4em solid #383231;
  padding-left: 0.6em;
  margin-bottom: 1em; }

.interview-btn {
  position: absolute;
  right: -30px;
  bottom: 30px; }

/*#################### .service-paper */
.service-paper-ttl.dbl-icon-product::before {
  color: #9f9f9f; }

/*#################### document  center */
.static-page-document\/ #box2 {
  display: none; }

.document-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.document-item {
  margin-bottom: 3em; }
  .document-item .ttl-h2-cmn {
    line-height: 1.3;
    font-size: 1.8rem;
    margin-top: 0; }

.document-item-col1 {
  width: 100%; }

.document-item-col2 {
  width: 49%; }

.document-item-col3 {
  width: 32%; }

.document-item-list li .a-arrw-a {
  background-position: left 0.4em;
  background-size: auto 0.7em;
  line-height: 1.3;
  padding-left: 0.8em; }

.document-item-list-col2 li {
  display: inline-block;
  width: 50%;
  padding-right: 1em; }

.document-item-list-col3 li {
  display: inline-block;
  width: 33%;
  padding-right: 1em; }

.interview-txt {
  line-height: 1.6; }

.interview-belongs {
  line-height: 1.4;
  margin-top: 1.2em; }
  .interview-belongs span {
    display: block;
    text-align: right; }

.interview-name {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8; }

.interview-container-even:before {
  left: 0;
  right: auto; }

.interview-container-even.interview-container {
  padding: 2em 2em 2em 40%; }

.interview-container-even .interview-img {
  right: auto;
  left: 0; }

.interview-container-even .interview-btn {
  left: -30px;
  right: auto; }

.paragraph-cmn .interview-container:last-child {
  margin-bottom: 20em; }

.interview_01 .interview-img:after {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190508/20190508113136.png); }

.interview_02 .interview-img:after {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181219/20181219135933.png); }

.interview_03 .interview-img:after {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181219/20181219135929.png); }

.interview_04 .interview-img:after {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190508/20190508113138.png); }

.interview_05 .interview-img:after {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190508/20190508113136.png); }

/*#################### .service-paper */
.service-paper-ttl.dbl-icon-product::before {
  color: #9f9f9f; }

/*#################### document  center */
.static-page-document\/ #box2 {
  display: none; }

.document-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.document-item {
  margin-bottom: 3em; }
  .document-item .ttl-h2-cmn {
    line-height: 1.3;
    font-size: 1.8rem;
    margin-top: 0; }

.document-item-col1 {
  width: 100%; }

.document-item-col2 {
  width: 49%; }

.document-item-col3 {
  width: 32%; }

.document-item-list li .a-arrw-a {
  background-position: left 0.4em;
  background-size: auto 0.7em;
  line-height: 1.3;
  padding-left: 0.8em; }

.document-item-list-col2 li {
  display: inline-block;
  width: 50%;
  padding-right: 1em; }

.document-item-list-col3 li {
  display: inline-block;
  width: 33%;
  padding-right: 1em; }

/*####################  case style */
.category-case .entry-content .case-block-title, .category-partner .entry-content .case-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .category-case .entry-content .case-block-title .fig, .category-partner .entry-content .case-block-title .fig {
    max-width: 250px;
    max-height: 84px; }
  .category-case .entry-content .case-block-title .title, .category-partner .entry-content .case-block-title .title {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #00c1de;
    line-height: 1.4; }
    .category-case .entry-content .case-block-title .title a, .category-partner .entry-content .case-block-title .title a {
      text-decoration: none; }
      .category-case .entry-content .case-block-title .title a:hover, .category-partner .entry-content .case-block-title .title a:hover {
        text-decoration: underline; }
    .category-case .entry-content .case-block-title .title .name, .category-partner .entry-content .case-block-title .title .name {
      font-size: 3.0rem; }
    .category-case .entry-content .case-block-title .title .url, .category-partner .entry-content .case-block-title .title .url {
      display: block;
      margin-top: 0.2em;
      font-size: 1.8rem; }

.category-case .entry-content .case-block-video, .category-partner .entry-content .case-block-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media screen and (max-width: 959px) {
    .category-case .entry-content .case-block-video iframe, .category-partner .entry-content .case-block-video iframe {
      height: 50.4vw; } }

.category-case .entry-content .case-block-info, .category-partner .entry-content .case-block-info {
  margin-top: 40px;
  padding: 25px 35px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.5; }
  .category-case .entry-content .case-block-info a, .category-partner .entry-content .case-block-info a {
    text-decoration: none; }
  .category-case .entry-content .case-block-info .dl, .category-partner .entry-content .case-block-info .dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .category-case .entry-content .case-block-info .dl + .dl, .category-partner .entry-content .case-block-info .dl + .dl {
      margin-top: 0.8em;
      padding-top: 0.8em;
      border-top: 1px dotted #999; }
    .category-case .entry-content .case-block-info .dl a:hover, .category-partner .entry-content .case-block-info .dl a:hover {
      text-decoration: underline; }
    .category-case .entry-content .case-block-info .dl strong, .category-partner .entry-content .case-block-info .dl strong {
      color: #00c1de;
      font-size: 1.8rem;
      font-weight: 600; }
    .category-case .entry-content .case-block-info .dl .dt, .category-partner .entry-content .case-block-info .dl .dt {
      width: 12em;
      font-size: 1.8rem;
      font-weight: 600; }
    .category-case .entry-content .case-block-info .dl .dd, .category-partner .entry-content .case-block-info .dl .dd {
      width: calc(100% - 12em); }
      .category-case .entry-content .case-block-info .dl .dd p + p, .category-partner .entry-content .case-block-info .dl .dd p + p {
        margin-top: .5em; }
      .category-case .entry-content .case-block-info .dl .dd.box, .category-partner .entry-content .case-block-info .dl .dd.box {
        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; }
      .category-case .entry-content .case-block-info .dl .dd .text, .category-partner .entry-content .case-block-info .dl .dd .text {
        width: calc(100% - 150px - 20px); }
      .category-case .entry-content .case-block-info .dl .dd .misc, .category-partner .entry-content .case-block-info .dl .dd .misc {
        width: 150px; }
        .category-case .entry-content .case-block-info .dl .dd .misc .bttn, .category-partner .entry-content .case-block-info .dl .dd .misc .bttn {
          display: block;
          border: 1px solid #00c1de;
          font-size: 1.8rem;
          line-height: 2.2;
          text-align: center; }
          .category-case .entry-content .case-block-info .dl .dd .misc .bttn:hover, .category-partner .entry-content .case-block-info .dl .dd .misc .bttn:hover {
            background-color: #00c1de;
            color: white; }

.category-case .entry-content .case-block-products, .category-partner .entry-content .case-block-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .category-case .entry-content .case-block-products .product, .category-partner .entry-content .case-block-products .product {
    width: 32%;
    padding: 20px 25px;
    border: 1px solid #d3d3d3; }
    .category-case .entry-content .case-block-products .product .title, .category-partner .entry-content .case-block-products .product .title {
      color: #00a0e9;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.4;
      text-align: center; }
    .category-case .entry-content .case-block-products .product .text, .category-partner .entry-content .case-block-products .product .text {
      margin-top: 0.3em;
      line-height: 1.6; }
    .category-case .entry-content .case-block-products .product .wrap-bttn, .category-partner .entry-content .case-block-products .product .wrap-bttn {
      margin-top: 0.8em;
      text-align: center; }
      .category-case .entry-content .case-block-products .product .wrap-bttn .bttn, .category-partner .entry-content .case-block-products .product .wrap-bttn .bttn {
        display: inline-block;
        padding: 0.4em 5em;
        background-color: #00a0e9;
        color: white;
        font-size: 1.8rem;
        text-decoration: none; }
        .category-case .entry-content .case-block-products .product .wrap-bttn .bttn:hover, .category-partner .entry-content .case-block-products .product .wrap-bttn .bttn:hover {
          background-color: #333; }

.category-case .hatena-module-archive, .category-partner .hatena-module-archive {
  display: none; }

.category-case .social-buttons, .category-partner .social-buttons {
  display: none; }

/*####################  case style */
.category-partner.page-entry .entry-header {
  display: none; }

/*####################  word style */
.category-word.page-entry .entry-header .entry-date {
  display: none; }

.category-word.page-entry .entry-header .entry-title {
  margin: 0;
  padding: 0;
  border: none; }

.category-word.page-entry .entry-header .entry-title-link:after {
  content: 'とは？'; }

.category-word.page-entry .entry-header .entry-categories {
  display: none; }

.category-word.page-entry .entry-content .word-block-box {
  margin-top: 3.5em;
  padding: 1.25em 2em;
  border: 1px solid #999;
  line-height: 1.6; }
  .category-word.page-entry .entry-content .word-block-box p + p {
    margin-top: 0; }

.category-word.page-entry .pager {
  display: none; }

.category-word.page-entry .social-buttons {
  display: none; }

.category-word.page-entry #box2 {
  display: none; }

/*####################  techblog style */
.category-techblog .entry-content .txt-center {
  text-align: center; }

.category-techblog .entry-content .txt-left {
  text-align: left; }

.category-techblog .entry-content .txt-right {
  text-align: right; }

.category-techblog .entry-content .img-center .hatena-fotolife {
  margin: auto; }

.category-techblog .entry-content p {
  margin-bottom: 1em; }

.category-techblog .entry-content ul, .category-techblog .entry-content ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em; }

.category-techblog .entry-content .category-techblog ul li, .category-techblog .entry-content .category-techblog ol li {
  line-height: 1.4;
  margin-top: 0.5em; }

.category-techblog .entry-content ul.marker li {
  list-style-type: inherit;
  margin-left: 1em; }

.category-techblog .entry-content .table-of-contents {
  padding: 1em 1.6em;
  margin: 1em 0;
  border: 1px solid #eee;
  position: relative;
  font-size: 0.9em;
  background-color: #f6f6f6; }
  .category-techblog .entry-content .table-of-contents::before {
    content: "目次：";
    font-weight: bold;
    font-size: 1.2em; }
  .category-techblog .entry-content .table-of-contents li {
    margin-top: 0.3em;
    margin-left: 1em;
    line-height: 1.5; }
    .category-techblog .entry-content .table-of-contents li::before {
      font-family: "blogicon";
      content: "\f008";
      text-indent: 1em;
      margin-left: -1.2em;
      font-size: 0.8em;
      padding-right: 0.2em;
      color: #606060; }
    .category-techblog .entry-content .table-of-contents li a {
      color: #333;
      text-decoration: none; }
      .category-techblog .entry-content .table-of-contents li a:hover {
        text-decoration: underline; }
    .category-techblog .entry-content .table-of-contents li ul {
      margin-bottom: 0;
      margin-top: 0;
      margin-left: 0; }
      .category-techblog .entry-content .table-of-contents li ul li {
        margin-left: 1em; }

.category-techblog .entry-content h1, .category-techblog .entry-content h2, .category-techblog .entry-content h3, .category-techblog .entry-content h4, .category-techblog .entry-content h5 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3; }

.category-techblog .entry-content h2 {
  border-bottom: 1px dotted #c9c9c9;
  padding-bottom: 0.3em;
  font-weight: normal; }

.category-techblog .entry-content h1 {
  font-weight: normal;
  border-left: 2px solid #383231;
  padding: 0.3em 0.5em 0.5em; }

.category-techblog .entry-content h3 {
  border-left: 5px solid #383231;
  padding-left: 0.5em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5em 0.6em; }

.category-techblog .entry-content h4 {
  background-color: #f1f1f1;
  padding: 0.5em 0.8em; }

.category-techblog .entry-content h5 {
  border-left: 10px solid #333;
  padding: 0 0 0 0.5em;
  line-height: 1.2;
  font-size: 1em; }

.category-techblog .entry-content .tech-indent_a {
  margin-left: 1em; }

.category-techblog .entry-content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .category-techblog .entry-content .col.col2 .col2-short {
    width: 34%; }
  .category-techblog .entry-content .col.col2 > .col2-long {
    width: 64%; }
  .category-techblog .entry-content .col.col2 > .col2-half {
    width: 49%; }

.category-techblog .entry-content .bd_a {
  border: 1px solid #ddd;
  padding: 1em; }

.category-techblog .entry-content .tablestyle_a {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em; }

.category-techblog .entry-content .table-responsive {
  margin-bottom: 1em; }
  .category-techblog .entry-content .table-responsive .tablestyle_a {
    margin-bottom: 0; }

.category-techblog .entry-content .tablestyle_a th, .category-techblog .entry-content .tablestyle_a td {
  border: 1px solid #ddd;
  padding: 0.5em 0.8em 0.6em;
  min-width: 5em; }

.category-techblog .entry-content .tablestyle_a th {
  background-color: #f7f7f7;
  line-height: 1.3; }

.category-techblog .entry-content .tablestyle_a td {
  line-height: 1.5; }

.category-techblog .entry-content .tablestyle_a thead th {
  background-color: #eee; }

.category-techblog .entry-content .tablestyle_a .valign-top {
  vertical-align: top; }

.category-techblog .entry-content .tablestyle_a .valign-btm {
  vertical-align: bottom; }

.category-techblog .entry-content .tablestyle_a.tablestyle_fix {
  width: auto; }
  .category-techblog .entry-content .tablestyle_a.tablestyle_fix th, .category-techblog .entry-content .tablestyle_a.tablestyle_fix td {
    min-width: auto; }

.EnlighterJSRAW, .code {
  margin: 1em 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
  font-size: 0.8em; }
  .EnlighterJSRAW ol, .code ol {
    padding-left: 0; }

.code-list {
  margin: 0;
  padding: 0 0.3em;
  line-height: 1.8;
  list-style-type: none;
  counter-increment: linenumber; }
  .code-list:nth-child(2n+1) {
    background-color: #f7f7f7; }
  .code-list:before {
    content: counter(linenumber);
    display: inline-block;
    color: #ccc;
    text-align: right;
    width: 3.5em;
    padding: 0 0.5em 0 0;
    border-right: 1px solid #ececec;
    margin-right: 0.5em; }
  .code-list:hover {
    background-color: #fffcd3; }
    .code-list:hover:before {
      color: #333; }

.entry-content .EnlighterJSRAW code, .entry-content .code code {
  background-color: transparent;
  border: none;
  margin: 0; }

#selectPre {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.2em 0.5em;
  background-color: #666;
  color: #fff;
  font-size: 0.9em; }

/*####################  /alibabacloud/ style */
.alibabacloud-indexlink, .resource-indexlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: -40px auto 0; }
  .alibabacloud-indexlink li, .resource-indexlink li {
    width: 100%;
    margin: 1%;
    background-color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    .alibabacloud-indexlink li:first-child, .resource-indexlink li:first-child {
      margin-top: 0; }
    .alibabacloud-indexlink li a, .resource-indexlink li a {
      display: inline-block; }
      .alibabacloud-indexlink li a:hover, .resource-indexlink li a:hover {
        opacity: 0.8; }
        .alibabacloud-indexlink li a:hover img, .resource-indexlink li a:hover img {
          opacity: 0; }
    .alibabacloud-indexlink li img, .resource-indexlink li img {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.alibabacloud-indexlink li.col2 {
  width: 48%; }

.alibabacloud-indexlink li.alibabacloud-indexlink_ac {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509141118.png"); }

.alibabacloud-indexlink li.alibabacloud-indexlink_ec {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509141235.png"); }

.alibabacloud-indexlink li.alibabacloud-indexlink_game {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509141221.png"); }

/*####################  /resource/ style */
.resource-indexlink li.resource-indexlink_eb {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509144747.png"); }

.resource-indexlink li.resource-indexlink_dc {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509144758.png"); }

.resource-indexlink li.resource-indexlink_td {
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190509/20190509144835.png"); }

/*#################### search-box */
.cmn-search-box {
  width: 22em; }
  .cmn-search-box .hatena-module-title {
    display: none; }

.head-root .head-nav .list .li.li-search {
  z-index: 99;
  position: absolute;
  bottom: 56px;
  top: -48.45px;
  right: 220px;
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.is-off .cmn-search-box {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .search-form input {
    max-width: none;
    padding: 0.5em .7em;
    border: 1px solid #bbbdbe;
    font-size: 1.4rem;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background-color: #fff;
    display: block;
    line-height: normal;
    vertical-align: middle;
    width: auto;
    height: 30px;
    display: inline-block; }
  .search-form .search-module-input {
    width: calc(98% - 3em); }

.search-result-form {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: none; }
  .search-result-form input, .search-result-form .search-result-input {
    max-width: none;
    padding: 0.5em .7em;
    border: 1px solid #bbbdbe;
    font-size: 1.4rem;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background-color: #fff;
    display: block;
    line-height: normal;
    vertical-align: middle;
    width: auto;
    height: 30px;
    display: inline-block; }
  .search-result-form .search-result-input {
    width: 30em;
    margin-right: 3px; }

.search-form .search-module-button, .search-result-form .search-result-button {
  position: static;
  width: 3em;
  height: 0;
  padding: calc(2em + 2px) 0 0;
  opacity: 1;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20190403/20190403154856.png") no-repeat center center #383231;
  background-size: 50% auto;
  border: none;
  color: #fff; }

.search-result + p {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem; }

@media screen and (max-width: 1200px) {
  .head-root .head-nav .list .li.li-search {
    top: calc((1vw + 32.45px) * (-1));
    bottom: auto; } }

@media screen and (max-width: 959px) {
  .head-root .head-nav .list .li.li-search {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 1em 0 2em; } }

@media screen and (max-width: 1199px) {
  body {
    padding-top: calc(3vw + 17vw * 74 / 520 + 7vw); }
  .bttn-c span {
    font-size: 1.6vw; }
  /*#################### breadcrumb */
  #top-box {
    top: calc(3vw + 17vw * 74 / 520 + 8vw);
    left: 30px; }
  /*#################### .head-root */
  .head-root .head-top .ttl-h1-wrap {
    width: 15vw; }
  .head-root .head-nav {
    padding-top: 1vw;
    padding-bottom: 1.6vw; }
    .head-root .head-nav .list .li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-right: 1vw;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .head-root .head-nav .list .li:last-child {
        margin-right: 0; }
      .head-root .head-nav .list .li .list-c .li-c {
        font-size: 1.5vw; }
      .head-root .head-nav .list .li .base .ja {
        font-size: 1.5vw; }
    .head-root .head-nav .en {
      font-size: 1.2vw; }
  .head-root.is-off .head-nav .list .li .list-c {
    font-size: 1.5vw;
    padding: 1em 2em 1em 1em;
    left: -1em; }
  .head-root.is-off .head-top .ttl-h1-wrap {
    width: 15vw; }
  .page-content.second-index .links .link .text {
    font-size: 2.4vw;
    line-height: 1;
    background-size: 0.3em auto;
    background-position: 0 0.4em; }
  .page-content.second-index .en {
    font-size: 2.4vw; }
  .page-content.second-index .ja {
    font-size: 1.8vw; }
  /*#################### .foot-root */
  .foot-root .foot {
    background-size: cover;
    background-position: right 50% top 50%; }
    .foot-root .foot .links .col {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 1vw; }
      .foot-root .foot .links .col:last-child {
        margin-right: 0; }
  /*#################### .page */
  .page-static_page .entry-header .entry-title .entry-title-link:before, .page-static_page .entry-header .archive-heading .entry-title-link:before, .page-static_page .archive-header-category .entry-title .entry-title-link:before, .page-static_page .archive-header-category .archive-heading .entry-title-link:before, .page-archive .entry-header .entry-title .entry-title-link:before, .page-archive .entry-header .archive-heading .entry-title-link:before, .page-archive .archive-header-category .entry-title .entry-title-link:before, .page-archive .archive-header-category .archive-heading .entry-title-link:before, .page-entry .entry-header .entry-title .entry-title-link:before, .page-entry .entry-header .archive-heading .entry-title-link:before, .page-entry .archive-header-category .entry-title .entry-title-link:before, .page-entry .archive-header-category .archive-heading .entry-title-link:before {
    width: calc(30px + 100%); }
  /*#################### .main.home */
  .sec-viz .item {
    padding: 0; }
  .slick-prev {
    left: 3vw; }
  .slick-next {
    right: 3vw; }
  body.page-index .sec-vizcopy .cols .col .ttl-col {
    font-size: 2.0vw; }
  body.page-index .sec-vizcopy .cols .col .txt {
    font-size: 1.6vw; }
  body.page-index .sec-vizcopy .cols .col .bttn-a_l {
    font-size: 1.8vw; }
  body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-title-link {
    font-size: 1.4vw; }
  body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-entry-body {
    font-size: 1.2vw; }
  /*#################### .about-message */
  .page-content.about-message .prof {
    padding: 3vw;
    position: relative; }
    .page-content.about-message .prof .fig {
      width: 32%; }
    .page-content.about-message .prof .box {
      padding-left: 38%; }
  /*#################### .service */
  .page-content.service .features .feature .box {
    padding: 5vw; }
    .page-content.service .features .feature .box .inner .ttl {
      font-size: 2.2vw; }
    .page-content.service .features .feature .box .inner .txt {
      font-size: 1.5vw; }
  .page-content.service .lists .li:nth-child(3n+4)::before {
    width: calc(100vw - 60px); }
  /*#################### interview */
  .interview-container {
    padding-right: 46%;
    margin: 8vw 0; }
    .interview-container::before {
      height: 8vw;
      top: calc((8vw + 1px) *(-1)); }
    .interview-container.interview-container-even {
      padding-left: 36%; }
  .interview-img {
    bottom: calc((8vw + 1px) * -1);
    width: 40%; }
    .interview-img:after {
      height: 8vw; }
  .interview-ttl {
    font-size: 1.8vw; }
  .interview-txt, .interview-belongs {
    font-size: 1.5vw; }
  /*#################### document  center */
  .document-item .ttl-h2-cmn {
    font-size: 1.6vw; }
  .document-item-list li {
    font-size: 1.4vw; } }

@media screen and (max-width: 959px) {
  body {
    overflow-x: hidden;
    padding-top: 0; }
  /*#################### breadcrumb */
  #top-box {
    display: none; }
  /*#################### .head-root */
  .head-root {
    position: relative;
    border-top-width: 3px; }
    .head-root.is-on .menu-opener .top {
      -webkit-transform: translate(0, 6px) rotate(225deg) scale(1, 1);
              transform: translate(0, 6px) rotate(225deg) scale(1, 1); }
    .head-root.is-on .menu-opener .mid {
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1); }
    .head-root.is-on .menu-opener .bot {
      -webkit-transform: translate(0, -6px) rotate(-225deg) scale(1, 1);
              transform: translate(0, -6px) rotate(-225deg) scale(1, 1); }
    .head-root.is-on .head-nav {
      -webkit-transform: translatex(0);
              transform: translatex(0); }
    .head-root .head-top {
      padding: 17px 0; }
      .head-root .head-top .ttl-h1-wrap {
        width: 130px;
        padding-top: 0; }
      .head-root .head-top .bttn-contact {
        display: none; }
    .head-root .head-nav {
      position: absolute;
      right: 0;
      top: auto;
      left: auto;
      width: auto;
      z-index: 99;
      background-color: rgba(255, 255, 255, 0.95);
      -webkit-transform: translatex(100%);
              transform: translatex(100%);
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .head-root .head-nav .wrap-cmn {
        width: auto;
        padding-left: 5vw;
        padding-right: 5vw; }
      .head-root .head-nav .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .head-root .head-nav .list .li .base {
          position: relative;
          padding-right: 30px; }
          .head-root .head-nav .list .li .base:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            top: 1px;
            width: 16px;
            height: 16px;
            background: #383231 url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202305.png) 50% 50% no-repeat;
            background-size: 4px 9px; }
          .head-root .head-nav .list .li .base .ja {
            font-size: 1.8rem; }
          .head-root .head-nav .list .li .base .en {
            font-size: 1.2rem; }
        .head-root .head-nav .list .li .list-c {
          display: block;
          position: relative;
          background: none;
          padding: 0;
          padding-top: 0.6em;
          padding-bottom: 2em; }
          .head-root .head-nav .list .li .list-c .li-c {
            padding-left: 15px;
            font-size: 1.5rem;
            line-height: 1.6;
            background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbcloud/20181122/20181122202259.png) 5px 50% no-repeat;
            background-size: 4px 8px; }
    .head-root .menu-opener {
      position: absolute;
      right: 30px;
      top: -6px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      background-color: #efefef; }
      .head-root .menu-opener .top, .head-root .menu-opener .mid, .head-root .menu-opener .bot {
        display: block;
        position: absolute;
        left: 8px;
        top: 9px;
        width: 16px;
        height: 1px;
        background-color: #383231;
        -webkit-transition: background-color .3s linear, -webkit-transform .4s ease-in-out;
        transition: background-color .3s linear, -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out, background-color .3s linear;
        transition: transform .4s ease-in-out, background-color .3s linear, -webkit-transform .4s ease-in-out; }
      .head-root .menu-opener .mid {
        top: 15px; }
      .head-root .menu-opener .bot {
        top: 21px; }
  /*#################### interview */
  .interview-img {
    width: 47%; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; }
  .page-content.paper .paper-index .block {
    margin-left: 2%; }
    .page-content.paper .paper-index .block:nth-child(3n+1) {
      margin-left: 0; }
    .page-content.paper .paper-index .block:nth-child(n+4) {
      margin-top: 20px; }
  .page-content.partner .blocks .block {
    margin-left: 2%; }
    .page-content.partner .blocks .block:nth-child(4n+1) {
      margin-left: 0; }
    .page-content.partner .blocks .block:nth-child(n+5) {
      margin-top: 20px; }
  .page-archive.category-word .archive-entries .archive-entry {
    margin-left: 2%; }
    .page-archive.category-word .archive-entries .archive-entry:nth-child(3n+1) {
      margin-left: 0; }
    .page-archive.category-word .archive-entries .archive-entry:nth-child(n+4) {
      margin-top: 20px; }
  /*####################  case style */
  .category-case .entry-content .case-block-products .product {
    margin-left: 2%; }
    .category-case .entry-content .case-block-products .product:nth-child(3n+1) {
      margin-left: 0; }
    .category-case .entry-content .case-block-products .product:nth-child(n+4) {
      margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }
  .ttl-cmn-a {
    font-size: 2.4rem; }
  .ttl-cmn-b {
    font-size: 2.0rem; }
  .ttl-cmn-c {
    padding-left: 20px;
    font-size: 1.85rem; }
    .ttl-cmn-c:before {
      top: .5em;
      width: 12px;
      height: 12px; }
  .table-scroll {
    overflow-x: scroll; }
    .table-scroll table {
      min-width: 200vw; }
  .table-cmn .th {
    padding: 0.6em 1em; }
  .table-cmn .td {
    padding: 0.6em 1em;
    padding-top: 1em;
    padding-bottom: 1em; }
  dl.dl .dt {
    float: none; }
  dl.dl .dd {
    margin-left: 0 !important; }
  dl.dl .dt ~ .dt {
    margin-top: 0.5em; }
  .urllist-category-link, .archive-category-link {
    font-size: 1.2rem; }
  .wrap-cmn {
    width: 90vw;
    padding-left: 0;
    padding-right: 0; }
  .paragraph-cmn .fl-no-sp, .p-cmn .fl-no-sp {
    float: none;
    margin: 0 auto;
    text-align: center; }
    .paragraph-cmn .fl-no-sp img, .p-cmn .fl-no-sp img {
      display: inline-block; }
  .paragraph-cmn.fz-l, .p-cmn.fz-l {
    font-size: 1.4rem; }
  .paragraph-cmn {
    margin-top: 2em;
    font-size: 1.5rem; }
  .p-cmn {
    font-size: 1.4rem; }
  .bttn-a {
    padding-left: 25px;
    padding-right: 15px; }
    .bttn-a span {
      padding-right: 1.5em;
      background-size: 7px 13px;
      font-size: 1.3rem;
      line-height: 2.76923; }
  .bttn-b {
    display: block;
    width: 90%;
    margin: auto;
    padding: 0 3em;
    background-size: 7px 13px;
    background-position: calc(100% - 16px) 50%;
    font-size: 4.3vw;
    line-height: 2.2; }
  .bttn-c span {
    font-size: 3.8vw; }
  .bttn-wrap {
    margin-top: 20px; }
  .bttn-contact span {
    line-height: 3; }
  .a-arrw-a {
    padding-left: 10px;
    background-size: 4px 8px; }
  .ttl-sec-cmn {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 6px; }
    .ttl-sec-cmn span {
      font-size: 5.6vw; }
  .ttl-sec-sub-cmn {
    margin-bottom: 20px;
    font-size: 1.5rem; }
  .ttl-sec-cmn + .ttl-sec-sub-cmn {
    margin-top: -5px; }
  .ttl-h2-cmn {
    margin-top: 1.5em;
    margin-bottom: 1em;
    border-bottom-width: 2px;
    font-size: 2.1rem; }
    .ttl-h2-cmn.tight {
      margin-top: 1em;
      margin-bottom: 0.8em; }
  .ttl-h3-cmn {
    margin-top: 1.5em;
    margin-bottom: 1em;
    border-left-width: 5px;
    font-size: 1.8rem; }
  .ttl-wrap .ttl-h2-cmn {
    margin-bottom: 2.25em; }
  .ttl-wrap a {
    position: absolute;
    top: 3.5em; }
  .column {
    display: block; }
    .column > * {
      margin: 1em 0; }
  .column-bd-a > * {
    border-right: none;
    margin: 0;
    border-bottom: 1px solid #ddd; }
    .column-bd-a > *:first-child {
      border-left: none;
      border-top: 1px solid #ddd; }
  /*#################### .head-root */
  .head-root .menu-opener {
    right: 0; }
  /*#################### .foot-root */
  .foot-root {
    margin-top: 102px; }
    .foot-root .totop {
      right: 0;
      top: -42px;
      padding-right: 42px;
      font-size: 1.6rem;
      line-height: 2; }
      .foot-root .totop:after {
        width: 32px;
        height: 32px; }
    .foot-root .foot {
      padding-top: 30px;
      padding-bottom: 20px;
      background-image: none; }
      .foot-root .foot .links {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .foot-root .foot .links .col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          .foot-root .foot .links .col .dt {
            padding-bottom: 10px;
            font-size: 1.6rem; }
            .foot-root .foot .links .col .dt + .dd {
              margin-top: 0.8em; }
          .foot-root .foot .links .col .dd {
            display: inline-block;
            margin: 0.5rem 0;
            margin-right: 1em;
            padding-left: 10px;
            background-size: 4px 8px;
            font-size: 1.2rem; }
          .foot-root .foot .links .col + .col {
            margin-top: 20px; }
      .foot-root .foot .bttn-wrap .bttn-contact {
        padding: 0 3em; }
      .foot-root .foot .link-misc {
        margin-top: 30px; }
        .foot-root .foot .link-misc .li {
          margin-bottom: 1em;
          font-size: 1.2rem; }
          .foot-root .foot .link-misc .li + .li {
            padding-left: 0.5em;
            margin-left: 0.5em; }
      .foot-root .foot .link-banner {
        margin-top: 20px; }
      .foot-root .foot .link-sns {
        margin-top: 30px; }
      .foot-root .foot .cr {
        margin-top: 20px; }
        .foot-root .foot .cr address {
          font-size: 1.2rem; }
      .foot-root .foot .bnr-ac-wrap {
        width: 100%; }
  #box2 {
    margin-top: 50px; }
  #box2-inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
    #box2-inner .hatena-module {
      margin-top: 20px; }
    #box2-inner .hatena-module-title {
      margin-bottom: 0.8em;
      font-size: 1.6rem; }
    #box2-inner .hatena-urllist li {
      margin-right: 5px;
      margin-bottom: 5px;
      font-size: 1.4rem; }
      #box2-inner .hatena-urllist li a {
        display: block;
        padding: 0.3em 0.5em;
        background-color: #f3f5f7; }
  body.page-index .entry-content, body.page-archive-category-name .entry-content {
    width: 90%; }
    body.page-index .entry-content h1, body.page-archive-category-name .entry-content h1 {
      font-size: 2.4rem; }
    body.page-index .entry-content p, body.page-archive-category-name .entry-content p {
      font-size: 1.4rem; }
  /*#################### .main.home */
  .sec-viz .item img {
    width: auto;
    max-width: 130%;
    position: relative;
    left: -15%;
    right: -15%; }
  body.page-index .sec-viz {
    margin-bottom: 0; }
    body.page-index .sec-viz .cols .col + .col {
      margin-top: 5vw; }
  body.page-index .sec-vizcopy {
    margin-top: 10vw; }
    body.page-index .sec-vizcopy .cols {
      display: block; }
      body.page-index .sec-vizcopy .cols .col {
        width: auto;
        padding: 3em;
        margin-top: 2em; }
        body.page-index .sec-vizcopy .cols .col .ttl-col {
          font-size: 2.0rem; }
        body.page-index .sec-vizcopy .cols .col .txt, body.page-index .sec-vizcopy .cols .col .bttn-a_l {
          font-size: 1.6rem; }
  body.page-index #main .hatena-module-recent-entries {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
  body.page-index .sec-news .ttl-sec-cmn {
    margin-bottom: 15px; }
  body.page-index .sec-news .hatena-urllist .urllist-item:first-child {
    margin-top: 8vw; }
  body.page-index .sec-news .hatena-urllist .urllist-item .urllist-item-inner {
    padding: 3vw 0 5vw;
    display: block; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-item-inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  body.page-index .sec-news .hatena-urllist .urllist-item a {
    display: block; }
  body.page-index .sec-news .hatena-urllist .urllist-item .urllist-image-link {
    max-width: none;
    min-width: auto;
    width: 35vw;
    margin-top: 2vw;
    margin-left: 3vw;
    margin-bottom: 1vw;
    float: right; }
  body.page-index .sec-news .hatena-urllist .urllist-item .urllist-date-link {
    position: static;
    font-size: 3.2vw;
    font-weight: 200; }
  body.page-index .sec-news .hatena-urllist .urllist-item .urllist-title-link {
    font-size: 4vw; }
  body.page-index .sec-news .hatena-urllist .urllist-item .urllist-categories {
    margin-top: 8px;
    position: static; }
    body.page-index .sec-news .hatena-urllist .urllist-item .urllist-categories .urllist-category-link {
      display: inline-block; }
  body.page-index .sec-news .bttn-b {
    width: 100%; }
  body.page-index .sec-event .hatena-urllist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.page-index .sec-event .hatena-urllist .urllist-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-bottom: 1em; }
      body.page-index .sec-event .hatena-urllist .urllist-item .urllist-date-link {
        font-size: 1.2rem; }
      body.page-index .sec-event .hatena-urllist .urllist-item .urllist-title-link {
        margin-top: 3px;
        font-size: 1.6rem; }
      body.page-index .sec-event .hatena-urllist .urllist-item .urllist-categories {
        margin-top: 5px; }
      body.page-index .sec-event .hatena-urllist .urllist-item + .urllist-item {
        margin-top: 20px; }
  body.page-index .sec-event .bttn-b {
    width: 100%; }
  body.page-index .sec-event.category-column .hatena-urllist .urllist-item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0; }
  body.page-index .sec-blog .hatena-urllist .urllist-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-image-link {
      width: 30%; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-title-link {
      margin-top: 3px;
      font-size: 3.2vw;
      padding-left: 32%; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-entry-body {
      display: none; }
    body.page-index .sec-blog .hatena-urllist .urllist-item .urllist-categories {
      margin-top: 6px;
      padding-left: 32%;
      position: static; }
    body.page-index .sec-blog .hatena-urllist .urllist-item + .urllist-item {
      margin-top: 15px; }
  body.page-index .sec-blog .bttn-b {
    width: 100%; }
  /*#################### .page */
  .page-static_page .entry-header, .page-static_page .archive-header-category, .page-archive .entry-header, .page-archive .archive-header-category, .page-entry .entry-header, .page-entry .archive-header-category {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-static_page .entry-header .entry-title, .page-static_page .entry-header .archive-heading, .page-static_page .archive-header-category .entry-title, .page-static_page .archive-header-category .archive-heading, .page-archive .entry-header .entry-title, .page-archive .entry-header .archive-heading, .page-archive .archive-header-category .entry-title, .page-archive .archive-header-category .archive-heading, .page-entry .entry-header .entry-title, .page-entry .entry-header .archive-heading, .page-entry .archive-header-category .entry-title, .page-entry .archive-header-category .archive-heading {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
    .page-static_page .entry-header .entry-title .entry-title-link, .page-static_page .entry-header .archive-heading .entry-title-link, .page-static_page .archive-header-category .entry-title .entry-title-link, .page-static_page .archive-header-category .archive-heading .entry-title-link, .page-archive .entry-header .entry-title .entry-title-link, .page-archive .entry-header .archive-heading .entry-title-link, .page-archive .archive-header-category .entry-title .entry-title-link, .page-archive .archive-header-category .archive-heading .entry-title-link, .page-entry .entry-header .entry-title .entry-title-link, .page-entry .entry-header .archive-heading .entry-title-link, .page-entry .archive-header-category .entry-title .entry-title-link, .page-entry .archive-header-category .archive-heading .entry-title-link {
      padding-bottom: 0;
      font-size: 2.4rem; }
  .page-static_page.static-page-about .entry-header {
    padding-top: 30px;
    padding-bottom: 36px; }
  .page-content.second-index {
    margin-top: 3vw; }
    .page-content.second-index .links .link {
      margin-bottom: 3vw;
      margin-left: 0;
      width: 90%; }
      .page-content.second-index .links .link:nth-child(2n) {
        margin-right: 0;
        margin-left: auto; }
      .page-content.second-index .links .link:nth-child(n+3) {
        margin-top: 0; }
      .page-content.second-index .links .link .text {
        font-size: 5.6vw; }
        .page-content.second-index .links .link .text .en {
          font-size: 5.6vw; }
        .page-content.second-index .links .link .text .ja {
          font-size: 3.8vw; }
    .page-content.second-index .page-content.recruit .links .link {
      margin-left: -10%;
      width: 110%; }
      .page-content.second-index .page-content.recruit .links .link:nth-child(2n) {
        margin-right: -10%;
        margin-left: auto; }
      .page-content.second-index .page-content.recruit .links .link:not(.is-off):hover::before {
        opacity: 1; }
      .page-content.second-index .page-content.recruit .links .link.n1:hover:before {
        width: 46%; }
      .page-content.second-index .page-content.recruit .links .link.n1:hover .text {
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%); }
      .page-content.second-index .page-content.recruit .links .link.n2:hover:before {
        height: 40%; }
      .page-content.second-index .page-content.recruit .links .link.n2:hover .text {
        -webkit-transform: translate(-80%, 85%);
                transform: translate(-80%, 85%); }
      .page-content.second-index .page-content.recruit .links .link.n3:hover:before {
        height: 30%; }
      .page-content.second-index .page-content.recruit .links .link.n3:hover .text {
        -webkit-transform: translate(-50%, -300%);
                transform: translate(-50%, -300%); }
      .page-content.second-index .page-content.recruit .links .link.n4:hover:before {
        width: 50%; }
      .page-content.second-index .page-content.recruit .links .link.n4:hover .text {
        -webkit-transform: translate(-115%, -50%);
                transform: translate(-115%, -50%); }
  /*#################### .about-message */
  .page-content.about-message .paragraph {
    margin-top: 30px;
    font-size: 1.6rem; }
    .page-content.about-message .paragraph .fig.ceo {
      width: 150px;
      margin-top: -100px;
      margin-left: 5px; }
    .page-content.about-message .paragraph .fig.n1 {
      width: 100%;
      margin-bottom: 1.5em; }
  .page-content.about-message .sig {
    font-size: 1.4rem; }
    .page-content.about-message .sig img {
      width: 155px; }
  .page-content.about-message .wrap-prof {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
  .page-content.about-message .prof {
    padding: 2vw;
    margin-top: 28vw; }
    .page-content.about-message .prof .fig {
      position: absolute;
      left: 0;
      right: 0;
      top: -20vw;
      bottom: auto;
      width: 40vw;
      height: 40vw;
      margin: auto;
      border: 1px solid #bbbbbb;
      border-radius: 50%;
      overflow: hidden;
      background-color: white; }
      .page-content.about-message .prof .fig img {
        position: absolute;
        top: 7%;
        left: 9%; }
    .page-content.about-message .prof .box {
      padding-top: 23vw;
      padding-left: 5vw;
      padding-right: 5vw;
      padding-bottom: 25px;
      text-align: center; }
      .page-content.about-message .prof .box .ttl {
        margin-bottom: 12px;
        padding-bottom: 6px;
        font-size: 1.8rem; }
        .page-content.about-message .prof .box .ttl:after {
          width: 90px;
          left: calc(50% - 45px); }
      .page-content.about-message .prof .box .name {
        font-size: 1.3rem; }
        .page-content.about-message .prof .box .name strong {
          font-size: 1.6rem; }
      .page-content.about-message .prof .box .txt {
        margin-top: 14px;
        text-align: left; }
  /*#################### .about-outline */
  .page-content.about-outline .wrap-cmn {
    font-size: 1.6rem; }
  .page-content.about-outline .table-cmn .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-content.about-outline .table-cmn .th {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .page-content.about-outline .table-cmn .td {
    border-top: 1px solid #d3d3d3; }
  .page-content.about-outline .paragraph {
    margin-top: 30px; }
  .page-content.about-outline .map {
    margin-top: 2em;
    padding: 10px; }
    .page-content.about-outline .map iframe {
      height: 40vh; }
  .page-content.about-outline .map-guide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.about-outline .map-guide .dt, .page-content.about-outline .map-guide .dd {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 0.6em 1em; }
    .page-content.about-outline .map-guide .dt {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
  /*#################### .service */
  .page-content.service .nav-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2em; }
    .page-content.service .nav-anchor .link {
      width: 48.5%;
      font-size: 1.2rem; }
      .page-content.service .nav-anchor .link:nth-child(n+3) {
        margin-top: 3%; }
  .page-content.service .banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.service .banners .banner {
      width: 100%;
      font-size: 1.6rem; }
      .page-content.service .banners .banner .l {
        font-size: 1.8rem; }
      .page-content.service .banners .banner + .banner {
        margin-top: 3%; }
  .page-content.service .box-support .ttl-box {
    left: -10px;
    top: -10px;
    font-size: 1.5rem; }
    .page-content.service .box-support .ttl-box .inner {
      padding-left: 24px;
      min-height: 20px;
      background-size: 20px 20px; }
  .page-content.service .box-support .container {
    padding: 8% 6% 6%; }
    .page-content.service .box-support .container .fig {
      margin-left: auto;
      margin-bottom: 15px; }
      .page-content.service .box-support .container .fig img {
        width: 100%; }
  .page-content.service .wrap-bttn .bttn {
    min-width: auto;
    width: 100%;
    padding: 1em 0; }
    .page-content.service .wrap-bttn .bttn .inner {
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: left; }
  .page-content.service .box-partner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.service .box-partner .box {
      width: 100%;
      padding: 2em 1.5em 90px;
      background-position: 50% calc(100% - 20px);
      background-size: 60px 60px; }
      .page-content.service .box-partner .box + .box {
        margin-top: 5%; }
  .page-content.service .box-flow .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8% 5%; }
    .page-content.service .box-flow .boxes .box {
      width: 48%; }
      .page-content.service .box-flow .boxes .box:before, .page-content.service .box-flow .boxes .box:after {
        display: none; }
      .page-content.service .box-flow .boxes .box:nth-child(n+3) {
        margin-top: 6%; }
      .page-content.service .box-flow .boxes .box .img img {
        width: 80px; }
      .page-content.service .box-flow .boxes .box .txt {
        font-size: 1.4rem; }
  .page-content.service-about-ts .block-usecase {
    padding: 5%; }
    .page-content.service-about-ts .block-usecase .block {
      width: 100%;
      margin-top: 4%;
      padding: 5%; }
      .page-content.service-about-ts .block-usecase .block.n2 {
        margin-top: 4%; }
      .page-content.service-about-ts .block-usecase .block.n3 .link {
        width: 100%; }
        .page-content.service-about-ts .block-usecase .block.n3 .link + .link {
          margin-top: 4%; }
      .page-content.service-about-ts .block-usecase .block .ttl {
        font-size: 1.5rem; }
      .page-content.service-about-ts .block-usecase .block .link .inner {
        min-height: 32px;
        padding-left: 40px;
        background-size: 32px 32px;
        font-size: 1.8rem; }
  .page-content.service-about-ts .box-monthly {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.service-about-ts .box-monthly .box {
      width: 100%; }
      .page-content.service-about-ts .box-monthly .box + .box {
        margin-top: 55px; }
      .page-content.service-about-ts .box-monthly .box .ttl {
        font-size: 2.0rem; }
      .page-content.service-about-ts .box-monthly .box .price {
        font-size: 2.2rem; }
      .page-content.service-about-ts .box-monthly .box .for {
        font-size: 1.7rem; }
  .page-content.service-about-ts .box-spot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.service-about-ts .box-spot .box {
      width: 100%; }
      .page-content.service-about-ts .box-spot .box + .box {
        margin-top: 5%; }
      .page-content.service-about-ts .box-spot .box .head {
        padding: 10px 1.5em; }
      .page-content.service-about-ts .box-spot .box .ttl {
        font-size: 1.8rem; }
      .page-content.service-about-ts .box-spot .box .price {
        font-size: 2.0rem; }
      .page-content.service-about-ts .box-spot .box .fig {
        margin-bottom: 0; }
        .page-content.service-about-ts .box-spot .box .fig img {
          width: 40px; }
  .page-content.service-about-ts .box-flow {
    padding: 8% 5%; }
    .page-content.service-about-ts .box-flow .box.n2, .page-content.service-about-ts .box-flow .box.n3, .page-content.service-about-ts .box-flow .box.n4 {
      margin-top: -22px; }
    .page-content.service-about-ts .box-flow .box .ttl {
      width: 45vw;
      height: 33.75vw;
      padding-top: 38px; }
      .page-content.service-about-ts .box-flow .box .ttl .num {
        width: 30px;
        font-size: 2.0rem;
        line-height: 1.5; }
      .page-content.service-about-ts .box-flow .box .ttl .txt {
        margin-top: .25em;
        padding: 0 .5em;
        font-size: 1.4rem;
        line-height: 1.3; }
    .page-content.service-about-ts .box-flow .box .body {
      width: 35vw;
      margin-left: 1em;
      font-size: 1.2rem;
      line-height: 1.5; }
  .page-content.service-about-ts .checklist .li {
    font-size: 1.4rem; }
  .page-content.service-about-ts .wrap-bttn .bttn {
    width: 100%;
    padding: 2em 0; }
    .page-content.service-about-ts .wrap-bttn .bttn:nth-child(n+2) {
      margin-top: 4%; }
    .page-content.service-about-ts .wrap-bttn .bttn .inner {
      padding-right: 15px;
      font-size: 1.4rem; }
  .page-content.service-about-ts .box-faq .box {
    padding: 5%; }
    .page-content.service-about-ts .box-faq .box .q, .page-content.service-about-ts .box-faq .box .a {
      padding-left: 34px; }
      .page-content.service-about-ts .box-faq .box .q:before, .page-content.service-about-ts .box-faq .box .a:before {
        width: 28px;
        height: 28px;
        font-size: 2.0rem; }
    .page-content.service-about-ts .box-faq .box .q {
      padding-top: 2px;
      padding-bottom: 10px;
      font-size: 1.6rem; }
    .page-content.service-about-ts .box-faq .box .a {
      font-size: 1.4rem; }
  .page-content.service-about .blocks .block {
    width: 100%; }
    .page-content.service-about .blocks .block:nth-child(n+3) {
      margin-top: 0; }
    .page-content.service-about .blocks .block + .block {
      margin-top: 20px; }
    .page-content.service-about .blocks .block .inner {
      padding: 5vw;
      font-size: 1.45rem; }
      .page-content.service-about .blocks .block .inner .title {
        font-size: 2.0rem; }
      .page-content.service-about .blocks .block .inner .inn + .inn {
        margin-top: 15px;
        padding-top: 15px; }
      .page-content.service-about .blocks .block .inner .figs {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .page-content.service-about .blocks .block .inner .figs .fig {
          width: 29%; }
  .page-content.product .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-content.product .cols .col + .col {
      margin-top: 20px; }
    .page-content.product .cols.fig-a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-content.product .cols.fig-a .col.txt {
        width: 100%; }
  .page-content.product .product-nav-anchor {
    margin-top: 2em;
    padding-top: 1em; }
    .page-content.product .product-nav-anchor .link {
      padding-left: 15px;
      background-size: 10px 10px;
      font-size: 1.1rem; }
  .page-content.product .product-index .block {
    margin-top: 25px;
    padding: 5vw; }
    .page-content.product .product-index .block + .block {
      margin-top: 15px; }
    .page-content.product .product-index .block .title {
      font-size: 2.0em; }
    .page-content.product .product-index .block .products {
      margin-top: 1em; }
      .page-content.product .product-index .block .products .product {
        width: 100%;
        padding-left: 35px;
        background-position: 10px 50%;
        background-size: 18px 18px;
        border-left-width: 4px;
        font-size: 1.35em; }
        .page-content.product .product-index .block .products .product:nth-child(n+3) {
          margin-top: 0; }
        .page-content.product .product-index .block .products .product + .product {
          margin-top: 6px; }
  .page-content.product .product-detail .block {
    padding: 5vw; }
    .page-content.product .product-detail .block + .block {
      margin-top: 15px; }
    .page-content.product .product-detail .block .title {
      padding-left: 35px;
      font-size: 2.2em; }
      .page-content.product .product-detail .block .title img {
        top: 2px;
        width: 30px;
        height: 30px; }
    .page-content.product .product-detail .block .title-sub {
      margin-top: 1em;
      font-size: 1.8em; }
  .page-content.paper .paper-index {
    margin-top: 25px; }
    .page-content.paper .paper-index .block {
      width: 100%;
      padding: 5vw; }
      .page-content.paper .paper-index .block + .block {
        margin-top: 15px; }
      .page-content.paper .paper-index .block .title {
        font-size: 1.8em; }
      .page-content.paper .paper-index .block .body {
        font-size: 1.5rem; }
      .page-content.paper .paper-index .block .bttn {
        font-size: 1.5rem;
        line-height: 2.4; }
  .page-content.partner .blocks {
    margin-top: 15px; }
    .page-content.partner .blocks .block {
      width: 48%; }
      .page-content.partner .blocks .block:nth-child(even) {
        margin-left: 4%; }
      .page-content.partner .blocks .block:nth-child(n+3) {
        margin-top: 4%; }
  .page-content.sol .blocks {
    margin-top: 20px; }
    .page-content.sol .blocks .block {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-content.sol .blocks .block + .block {
        margin-top: 12px; }
      .page-content.sol .blocks .block .fig {
        width: 100%; }
      .page-content.sol .blocks .block .inner {
        width: 100%;
        padding: 5vw; }
        .page-content.sol .blocks .block .inner .title {
          font-size: 1.8rem; }
        .page-content.sol .blocks .block .inner .text {
          font-size: 1.4rem; }
        .page-content.sol .blocks .block .inner .wrap-bttn {
          margin-top: 15px; }
          .page-content.sol .blocks .block .inner .wrap-bttn .bttn {
            display: block;
            padding: 0.8em 0;
            font-size: 1.4rem; }
  .page-content.service-about-ps .block-solution {
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 40px 4%; }
    .page-content.service-about-ps .block-solution .header {
      font-size: 1.6rem; }
    .page-content.service-about-ps .block-solution .col {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .page-content.service-about-ps .block-solution .col .problem {
        position: relative;
        width: calc(50% - 5px);
        height: auto;
        background: #009fcc;
        font-size: 1.5rem; }
        .page-content.service-about-ps .block-solution .col .problem:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 100%;
          margin-top: -15px;
          border: 18px solid transparent;
          border-left: 18px solid #009fcc; }
      .page-content.service-about-ps .block-solution .col .solution {
        width: calc(50% - 5px);
        margin: 0;
        padding: .6em 1em;
        font-size: 1.3rem;
        line-height: 1.6; }
  .page-content.service-about-ps .block-figs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3em; }
    .page-content.service-about-ps .block-figs .fig-a {
      width: 100%; }
    .page-content.service-about-ps .block-figs .fig-b {
      width: 70%;
      margin: 0;
      margin-top: -10px; }
  .page-content.service-about-ps table {
    font-size: 1.3rem; }
    .page-content.service-about-ps table thead th {
      white-space: nowrap; }
    .page-content.service-about-ps table th, .page-content.service-about-ps table td {
      padding: .6em .6em; }
    .page-content.service-about-ps table th {
      white-space: normal; }
  .pager {
    width: 90%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0; }
    .pager.pager-permalink .pager-prev a, .pager.pager-permalink .pager-next a {
      width: 100%;
      font-size: 1.4rem; }
    .pager.pager-permalink .pager-prev a {
      padding-left: 2em;
      padding-right: 0.5em;
      text-align: left; }
    .pager.pager-permalink .pager-next a {
      padding-right: 2em;
      padding-left: 0.5em;
      text-align: right; }
    .pager .pager-prev a, .pager .pager-next a {
      width: 95%;
      background-position: calc(100% - 15px) 50%;
      background-size: 6px 12px;
      font-size: 1.6rem;
      line-height: 2.375; }
    .pager .pager-prev a {
      background-position: 15px 50%; }
  .page-archive .archive-entries {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px; }
  .page-archive.category-column .archive-entries .archive-entry, .page-archive.category-techblog .archive-entries .archive-entry, .page-archive.category-leo .archive-entries .archive-entry, .page-archive.category-mosuke .archive-entries .archive-entry, .page-archive.category-Q .archive-entries .archive-entry, .page-archive.category-cloud .archive-entries .archive-entry, .page-archive.category-event .archive-entries .archive-entry {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 102px;
    margin-top: 16px;
    padding: 0;
    padding-left: 140px;
    padding-bottom: 16px;
    border: none;
    border-bottom: 1px dotted #999; }
    .page-archive.category-column .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-column .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-techblog .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-techblog .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-leo .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-leo .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-mosuke .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-mosuke .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-Q .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-Q .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-cloud .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-cloud .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-event .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-event .archive-entries .archive-entry:nth-child(3n+3) {
      margin-left: 0; }
    .page-archive.category-column .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-column .archive-entries .archive-entry .entry-thumb, .page-archive.category-techblog .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-techblog .archive-entries .archive-entry .entry-thumb, .page-archive.category-leo .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-leo .archive-entries .archive-entry .entry-thumb, .page-archive.category-mosuke .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-mosuke .archive-entries .archive-entry .entry-thumb, .page-archive.category-Q .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-Q .archive-entries .archive-entry .entry-thumb, .page-archive.category-cloud .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-cloud .archive-entries .archive-entry .entry-thumb, .page-archive.category-event .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-event .archive-entries .archive-entry .entry-thumb {
      width: 130px;
      height: 86px; }
    .page-archive.category-column .archive-entries .archive-entry .archive-date, .page-archive.category-techblog .archive-entries .archive-entry .archive-date, .page-archive.category-leo .archive-entries .archive-entry .archive-date, .page-archive.category-mosuke .archive-entries .archive-entry .archive-date, .page-archive.category-Q .archive-entries .archive-entry .archive-date, .page-archive.category-cloud .archive-entries .archive-entry .archive-date, .page-archive.category-event .archive-entries .archive-entry .archive-date {
      font-size: 1.3rem; }
    .page-archive.category-column .archive-entries .archive-entry .entry-title, .page-archive.category-techblog .archive-entries .archive-entry .entry-title, .page-archive.category-leo .archive-entries .archive-entry .entry-title, .page-archive.category-mosuke .archive-entries .archive-entry .entry-title, .page-archive.category-Q .archive-entries .archive-entry .entry-title, .page-archive.category-cloud .archive-entries .archive-entry .entry-title, .page-archive.category-event .archive-entries .archive-entry .entry-title {
      margin-top: 0.3em;
      font-size: 1.4rem; }
    .page-archive.category-column .archive-entries .archive-entry .categories, .page-archive.category-techblog .archive-entries .archive-entry .categories, .page-archive.category-leo .archive-entries .archive-entry .categories, .page-archive.category-mosuke .archive-entries .archive-entry .categories, .page-archive.category-Q .archive-entries .archive-entry .categories, .page-archive.category-cloud .archive-entries .archive-entry .categories, .page-archive.category-event .archive-entries .archive-entry .categories {
      margin-top: 5px;
      text-align: right; }
  .page-archive.category-case .archive-entries .archive-entry, .page-archive.category-sol .archive-entries .archive-entry {
    width: 100%;
    padding: 5vw;
    padding-top: 50vw; }
    .page-archive.category-case .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-case .archive-entries .archive-entry:nth-child(3n+3), .page-archive.category-sol .archive-entries .archive-entry:nth-child(3n+2), .page-archive.category-sol .archive-entries .archive-entry:nth-child(3n+3) {
      margin-left: 0; }
    .page-archive.category-case .archive-entries .archive-entry:nth-child(n+4), .page-archive.category-sol .archive-entries .archive-entry:nth-child(n+4) {
      margin-top: 0; }
    .page-archive.category-case .archive-entries .archive-entry + .archive-entry, .page-archive.category-sol .archive-entries .archive-entry + .archive-entry {
      margin-top: 15px; }
    .page-archive.category-case .archive-entries .archive-entry .entry-thumb-link, .page-archive.category-sol .archive-entries .archive-entry .entry-thumb-link {
      height: 45vw; }
    .page-archive.category-case .archive-entries .archive-entry .archive-date, .page-archive.category-sol .archive-entries .archive-entry .archive-date {
      font-size: 1.2rem; }
    .page-archive.category-case .archive-entries .archive-entry .entry-title, .page-archive.category-sol .archive-entries .archive-entry .entry-title {
      font-size: 1.4rem; }
    .page-archive.category-case .archive-entries .archive-entry .categories, .page-archive.category-sol .archive-entries .archive-entry .categories {
      margin-top: 10px; }
  .page-archive.archive .archive-entries .archive-entry, .page-archive.category.page-archive.archive .archive-entries .archive-entry {
    padding-bottom: 55px; }
  .page-archive.category-pressrelease .archive-entries .archive-entry {
    padding-bottom: 55px; }
  .page-archive.archive .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category-news .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category-pressrelease .archive-entries .archive-entry a.entry-thumb-link {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block; }
    .page-archive.archive .archive-entries .archive-entry a.entry-thumb-link .entry-thumb, .page-archive.category-news .archive-entries .archive-entry a.entry-thumb-link .entry-thumb, .page-archive.category-pressrelease .archive-entries .archive-entry a.entry-thumb-link .entry-thumb {
      padding-top: calc(100% * 1 / 1.6); }
  .page-archive.category-word .archive-entries .archive-entry {
    width: 100%;
    padding: 2em 1.5em;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }
    .page-archive.category-word .archive-entries .archive-entry + .archive-entry {
      margin-top: 10px; }
    .page-archive.category-word .archive-entries .archive-entry .entry-title-link {
      font-size: 1.6rem; }
  .news .archive-entries .archive-entry a.entry-thumb-link, .page-archive.archive .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category-pressrelease .archive-entries .archive-entry a.entry-thumb-link, .page-archive.category.page-archive.archive .archive-entries .archive-entry a.entry-thumb-link {
    display: block;
    width: 100%;
    height: 45vw;
    margin-top: 15px; }
  .news .archive-entries .archive-entry .archive-date, .page-archive.archive .archive-entries .archive-entry .archive-date, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-date, .page-archive.category.page-archive.archive .archive-entries .archive-entry .archive-date {
    font-size: 1.4rem;
    line-height: 1; }
    .news .archive-entries .archive-entry .archive-date a, .page-archive.archive .archive-entries .archive-entry .archive-date a, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-date a, .page-archive.category.page-archive.archive .archive-entries .archive-entry .archive-date a {
      color: #6e6e6e; }
  .news .archive-entries .archive-entry .entry-title, .page-archive.archive .archive-entries .archive-entry .entry-title, .page-archive.category-pressrelease .archive-entries .archive-entry .entry-title, .page-archive.category.page-archive.archive .archive-entries .archive-entry .entry-title {
    line-height: 1.6; }
  .news .archive-entries .archive-entry .archive-entry-body, .page-archive.archive .archive-entries .archive-entry .archive-entry-body, .page-archive.category-pressrelease .archive-entries .archive-entry .archive-entry-body, .page-archive.category.page-archive.archive .archive-entries .archive-entry .archive-entry-body {
    display: none; }
  .news .archive-entries .archive-entry + .archive-entry, .page-archive.archive .archive-entries .archive-entry + .archive-entry, .page-archive.category-pressrelease .archive-entries .archive-entry + .archive-entry, .page-archive.category.page-archive.archive .archive-entries .archive-entry + .archive-entry {
    padding-top: 20px; }
  .news .archive-entries .archive-entry {
    padding-bottom: 55px; }
    .news .archive-entries .archive-entry .categories {
      bottom: 17px; }
  .recruit-workplace .dl .dd {
    margin-left: 1em; }
  .recruit-entry .ttl-entry {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 1.8rem; }
  .recruit-entry .bttns {
    padding-left: 6%;
    padding-right: 6%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .recruit-entry .bttns .bttn {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .recruit-entry .bttns .bttn + .bttn {
        margin-top: 15px; }
      .recruit-entry .bttns .bttn .fig {
        height: auto; }
      .recruit-entry .bttns .bttn .inner {
        padding: 15px 0;
        background-size: 7px 13px;
        background-position: calc(100% - 25px) 50%; }
        .recruit-entry .bttns .bttn .inner .ttl {
          font-size: 1.2rem; }
        .recruit-entry .bttns .bttn .inner .txt {
          font-size: 1.8rem; }
  .recruit-entry .note {
    font-size: 1.3rem; }
  /*#################### entry */
  .page-entry .entry {
    width: 90%;
    padding-left: 0;
    padding-right: 0; }
    .page-entry .entry .entry-header .entry-title {
      font-size: 1.8rem;
      width: 100%; }
    .page-entry .entry .entry-content {
      font-size: 1.5rem; }
      .page-entry .entry .entry-content > * + * {
        margin-top: 1.5em; }
      .page-entry .entry .entry-content .p-cmn {
        margin-top: 1em; }
        .page-entry .entry .entry-content .p-cmn .p + .p {
          margin-top: 1em; }
    .page-entry .entry .entry-footer {
      margin-top: 40px; }
      .page-entry .entry .entry-footer .social-buttons {
        padding: 20px 0 15px; }
  /*#################### interview */
  .interview-container {
    margin: 16vw -5% 0;
    padding: 5vw; }
    .interview-container:before {
      content: none; }
  .interview-container-even.interview-container {
    padding-left: 5vw; }
  .interview-ttl {
    font-size: 3.6vw; }
  .interview-txt {
    font-size: 3.4vw; }
  .interview-belongs {
    position: relative;
    font-size: 3.4vw;
    z-index: 99;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff; }
    .interview-belongs span {
      text-align: left; }
  .interview-img {
    right: -16vw;
    bottom: calc((16vw + 1px) * -1);
    width: 62%; }
    .interview-img:before {
      content: none; }
    .interview-img:after {
      height: 16vw; }
  .interview-container-odd .interview-txt {
    padding-right: 36%; }
  .interview-container-odd .interview-belongs {
    padding-right: 45%; }
  .interview-container-even .interview-txt {
    padding-left: 36%; }
  .interview-container-even .interview-belongs {
    padding-right: 45%; }
  .interview-container-even .interview-img {
    left: -16vw;
    right: auto; }
  .interview-company, .interview-department {
    text-indent: -1em; }
  .interview-btn, .interview-container-even .interview-btn {
    left: 0;
    right: 0;
    bottom: -13vw;
    text-align: center; }
  /*#################### document  center */
  .document-item-wrapper {
    display: block; }
  .document-item-col1, .document-item-col2, .document-item-col3 {
    width: auto; }
  .document-item-list-col3 li {
    width: auto;
    display: block; }
  .document-item .ttl-h2-cmn {
    font-size: 1.8rem; }
  .document-item-list li {
    font-size: 1.6rem; }
  /*####################  case style */
  .category-case .entry-content .case-block-title .fig {
    max-width: 30%; }
  .category-case .entry-content .case-block-title .title {
    margin-left: 1em;
    padding-left: 1em; }
    .category-case .entry-content .case-block-title .title .name {
      font-size: 1.5rem; }
    .category-case .entry-content .case-block-title .title .url {
      font-size: 1.3rem; }
  .category-case .entry-content .case-block-info {
    padding: 5vw;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }
    .category-case .entry-content .case-block-info .dl {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .category-case .entry-content .case-block-info .dl strong {
        font-size: 1.6rem; }
      .category-case .entry-content .case-block-info .dl .dt, .category-case .entry-content .case-block-info .dl .dd {
        width: 100%; }
      .category-case .entry-content .case-block-info .dl .dt {
        margin-bottom: 0.3em;
        font-size: 1.6rem; }
      .category-case .entry-content .case-block-info .dl .dd {
        font-size: 1.4rem; }
        .category-case .entry-content .case-block-info .dl .dd.box {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .category-case .entry-content .case-block-info .dl .dd.box .text {
            width: 100%; }
          .category-case .entry-content .case-block-info .dl .dd.box .misc {
            width: 50%; }
            .category-case .entry-content .case-block-info .dl .dd.box .misc .bttn {
              margin-top: 1em;
              font-size: 1.6rem; }
  .category-case .entry-content .case-block-products .product {
    width: 100%; }
    .category-case .entry-content .case-block-products .product + .product {
      margin-top: 15px; }
    .category-case .entry-content .case-block-products .product .title {
      font-size: 2.0rem; }
    .category-case .entry-content .case-block-products .product .text {
      font-size: 1.4rem; }
    .category-case .entry-content .case-block-products .product .wrap-bttn .bttn {
      padding: 0.4em 3em;
      font-size: 1.6rem; }
  /*####################  word style */
  .category-word.page-entry .entry-content .word-block-box {
    margin-top: 2em;
    padding: 5vw;
    font-size: 1.4rem; }
  /*####################  techblog style */
  .category-techblog .entry-content .col {
    display: block; }
    .category-techblog .entry-content .col.col2 .col2-short {
      width: 100%; }
    .category-techblog .entry-content .col.col2 > .col2-long, .category-techblog .entry-content .col.col2 > .col2-half {
      width: 100%; }
  .category-techblog .entry-content .table-responsive {
    overflow-x: auto; }
    .category-techblog .entry-content .table-responsive .tablestyle_a tbody th {
      min-width: 8em; }
    .category-techblog .entry-content .table-responsive .tablestyle_a tbody td {
      min-width: 16em; }
  /*####################  /alibabacloud/ style */
  .alibabacloud-indexlink {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .alibabacloud-indexlink li {
      margin: 5% 0 0 0;
      background-image: none !important; }
      .alibabacloud-indexlink li:first-child {
        margin-top: 5%; }
      .alibabacloud-indexlink li.col2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .alibabacloud-indexlink li a:hover {
        opacity: 1; }
        .alibabacloud-indexlink li a:hover img {
          opacity: 1; }
  /*####################  /resource/ style */
  .resource-indexlink {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .resource-indexlink li {
      margin: 5% 0 0 0;
      background-image: none !important; }
      .resource-indexlink li:first-child {
        margin-top: 5%; }
      .resource-indexlink li a:hover {
        opacity: 1; }
        .resource-indexlink li a:hover img {
          opacity: 1; }
  .search-result-form {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px; }
    .search-result-form .search-result-input {
      width: calc(98% - 3em); }
    .search-result-form input, .search-result-form .search-result-input {
      height: 34px;
      font-size: 1.6rem; }
  .search-form input {
    font-size: 1.6rem;
    height: 34px; }
  .search-result + p {
    width: 90%;
    padding-left: 0;
    padding-right: 0; } }

body.isnt-touch .fade, body.isnt-touch .urllist-image-link {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s; }
  body.isnt-touch .fade:hover, body.isnt-touch .urllist-image-link:hover {
    opacity: 0.6; }

body.isnt-touch .urllist-title-link:hover {
  color: #2fa0c6; }

body.isnt-touch .urllist-category-link:hover, body.isnt-touch .archive-category-link:hover, body.isnt-touch .entry-category-link:hover, body.isnt-touch .bttn-a:hover, body.isnt-touch .bttn-a_l:hover {
  background-color: #383231; }

body.isnt-touch .bttn-b:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: black; }

body.isnt-touch .bttn-contact {
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important; }
  body.isnt-touch .bttn-contact:hover {
    background-color: #383231; }

body.isnt-touch .head-root .head-nav .li:hover .ja, body.isnt-touch .head-root .head-nav .li:hover .en {
  color: #027ca5; }

body.isnt-touch .head-root .head-nav .li-c a:not(.is-off):hover {
  color: #027ca5; }

body.isnt-touch .foot-root a:not(.is-off):hover {
  color: #2fa0c6; }

body.isnt-touch .pager .pager-prev a:hover, body.isnt-touch .pager .pager-next a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: black; }

body.isnt-touch.page-archive.category-techblog .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-cloud .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-leo .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-mosuke .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-Q .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-event .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-column .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-case .archive-entries .archive-entry:hover, body.isnt-touch.page-archive.category-sol .archive-entries .archive-entry:hover {
  border-color: #383231; }
  body.isnt-touch.page-archive.category-techblog .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-cloud .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-leo .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-mosuke .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-Q .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-event .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-column .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-case .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb, body.isnt-touch.page-archive.category-sol .archive-entries .archive-entry:hover .entry-thumb-link .entry-thumb {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15); }

body.isnt-touch.page-archive.category-techblog .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-cloud .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-leo .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-mosuke .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-Q .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-event .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-column .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-case .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb, body.isnt-touch.page-archive.category-sol .archive-entries .archive-entry .entry-thumb-link:hover .entry-thumb {
  opacity: 0.7; }

body.isnt-touch.page-archive.category-techblog .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-cloud .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-leo .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-mosuke .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-Q .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-event .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-column .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-case .archive-entries .archive-entry .entry-title-link:hover, body.isnt-touch.page-archive.category-sol .archive-entries .archive-entry .entry-title-link:hover {
  color: #2fa0c6; }

body.isnt-touch.page-archive.category-news .archive-entries .archive-entry a.entry-thumb-link:hover .entry-thumb {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }

body.isnt-touch.page-archive.category-news .archive-entries .archive-entry .entry-title-link:hover {
  color: #383231; }

body.isnt-touch.page-entry .entry .entry-title-link:hover {
  color: #2fa0c6; }



  Responsive: yes
/* </system> */

