@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://use.typekit.net/aob0oor.css");
@import url(//db.onlinewebfonts.com/c/12cff83c23b642a97c6a98ef97f8ba38?family=Karbon+Regular);
* {
  box-sizing: border-box; }

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html, body {
  overflow-x: inherit !important; }

#service .main-section:after {
  background: #dd3900; }
#service .main-nav {
  background: #ff6c00; }
#service .foot-sub-nav ul li a:before {
  background: #ff6c00; }
#service .foot-sub-nav ul li a .kana {
  color: #ff6c00; }
#service .foot-sub-nav ul li a:hover .kana b {
  color: #ff6c00; }

.sec-service-header .description {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 3rem;
  line-height: 1.6; }
.sec-service-header .page-midashi + .lead, .sec-service-header .description + .lead {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 2.4; }
@media screen and (max-width: 700px) {
  .sec-service-header .description {
    font-size: 2.2rem; } }
@media screen and (max-width: 600px) {
  .sec-service-header .description {
    font-size: 2rem; } }

/******************************************************

top

******************************************************/
.sec-service-list .service {
  background-color: #edf2f9;
  padding: 7rem 0; }
  .sec-service-list .service .inner {
    padding: 0;
    background-color: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden; }
    .sec-service-list .service .inner a {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .sec-service-list .service .inner a:hover .copy .detail {
        filter: brightness(130%); }
        .sec-service-list .service .inner a:hover .copy .detail::before {
          scale: 1.2 1.2; }
  .sec-service-list .service:nth-child(even) {
    background-color: #ffffff; }
    .sec-service-list .service:nth-child(even) .inner {
      background-color: #edf2f9; }
  .sec-service-list .service .copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem; }
    .sec-service-list .service .copy .catch {
      font-family: Arial, Helvetica, "lato", "sans-serif";
      font-style: normal;
      font-weight: 800;
      font-size: 2.8rem;
      color: #003e86;
      letter-spacing: 0.02em; }
    .sec-service-list .service .copy .name {
      font-size: 4rem;
      font-weight: bold;
      color: #003e86;
      letter-spacing: 0.05em;
      font-feature-settings: "palt";
      margin-top: 0.5rem; }
    .sec-service-list .service .copy .text {
      font-size: 2.1rem;
      font-weight: bold;
      line-height: 1.6; }
      .sec-service-list .service .copy .text::before {
        display: block;
        background-color: #3372f2;
        content: '';
        width: 50px;
        height: 5px;
        margin-inline: auto;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .sec-service-list .service .copy .detail {
      background-color: #3372f2;
      color: #fff;
      border-radius: 50px;
      max-width: 300px;
      width: 90%;
      margin-inline: auto;
      font-size: 1.8rem;
      position: relative;
      padding: 12px 0;
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      margin-top: 3.5rem;
      transition: filter .5s linear; }
      .sec-service-list .service .copy .detail::before, .sec-service-list .service .copy .detail::after {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%; }
      .sec-service-list .service .copy .detail::before {
        right: 15px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #ffffff;
        transition: scale .5s ease-out; }
      .sec-service-list .service .copy .detail::after {
        background: url(../img/service/top/service-top-arrow.svg) no-repeat center center;
        background-size: 13px 12px;
        width: 13px;
        height: 12px;
        position: absolute;
        right: 22px; }
  .sec-service-list .service .img img {
    object-fit: cover;
    height: 100%; }

@media screen and (max-width: 700px) {
  .sec-service-list .service .inner a {
    grid-template-columns: 1fr; }
  .sec-service-list .service .inner .copy {
    padding: 5rem 2rem; }
    .sec-service-list .service .inner .copy .catch {
      font-size: 2.4rem; }
    .sec-service-list .service .inner .copy .name {
      font-size: 3.6rem; }
    .sec-service-list .service .inner .copy .text {
      font-size: 2rem; }
      .sec-service-list .service .inner .copy .text::before {
        width: 30px;
        height: 4px; }
    .sec-service-list .service .inner .copy .detail::before {
      right: 11px;
      width: 22px;
      height: 22px; }
    .sec-service-list .service .inner .copy .detail::after {
      right: 18px;
      background-size: 9px 8px;
      width: 9px;
      height: 8px; }
  .sec-service-list .service .inner .img img {
    aspect-ratio: 16 / 9; } }
/******************************************************

case study

******************************************************/
.sec-service-header .description {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 3rem;
  line-height: 1.6; }

.sec-service-case-study .cases {
  background-color: #edf2f9; }
  .sec-service-case-study .cases:nth-child(even) {
    background-color: #ffffff; }
    .sec-service-case-study .cases:nth-child(even) .case-inner {
      background-color: #edf2f9; }
  .sec-service-case-study .cases .inner {
    padding: 0;
    display: grid;
    column-gap: 6rem;
    grid-template-columns: repeat(2, 1fr); }
  .sec-service-case-study .cases .case {
    padding: 6rem 0;
    display: grid; }
  .sec-service-case-study .cases .case-inner {
    background-color: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 4rem 3.5rem 3rem; }
  .sec-service-case-study .cases .case-header {
    background-color: #3372f2;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    font-weight: bold;
    gap: 10px 10px;
    padding: 2rem 1rem 1.5rem;
    margin-inline: -3.5rem;
    margin-block-start: -4rem; }
    .sec-service-case-study .cases .case-header .number {
      font-family: Arial, Helvetica, "lato", "sans-serif";
      font-style: normal;
      font-weight: 800;
      font-size: 3rem;
      letter-spacing: 0.1em;
      font-weight: normal; }
    .sec-service-case-study .cases .case-header .client {
      font-size: 2.3rem;
      font-feature-settings: "palt";
      letter-spacing: 0.1em; }
  .sec-service-case-study .cases .title {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #003e86; }
  .sec-service-case-study .cases .category {
    color: #3372f2;
    border: 1px solid currentColor;
    border-width: 1px 0;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-top: 2.5rem;
    padding: 2rem 0;
    line-height: 1.3; }
  .sec-service-case-study .cases .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 2.5rem; }

@media screen and (max-width: 960px) {
  .sec-service-case-study .cases .inner {
    column-gap: 4rem; } }
@media screen and (max-width: 700px) {
  .sec-service-header .description {
    font-size: 2.2rem; }

  .sec-service-case-study .cases {
    background-color: none; }
    .sec-service-case-study .cases:nth-child(even) {
      background-color: none; }
    .sec-service-case-study .cases .inner {
      grid-template-columns: 1fr;
      width: 100%; }
    .sec-service-case-study .cases .case {
      background-color: #edf2f9; }
      .sec-service-case-study .cases .case .case-inner {
        width: 90%;
        background-color: #ffffff;
        margin-inline: auto; }
      .sec-service-case-study .cases .case .text {
        font-size: 14px; }
      .sec-service-case-study .cases .case:nth-child(even) {
        background-color: #ffffff; }
        .sec-service-case-study .cases .case:nth-child(even) .case-inner {
          background-color: #edf2f9; } }
@media screen and (max-width: 600px) {
  .sec-service-header .description {
    font-size: 2rem; } }
/******************************************************

bpo

******************************************************/
#BPO .sec-service-header .description {
  color: #003e86; }

.sec-service-bpo {
  background-color: #edf2f9;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .sec-service-bpo.bg_fff {
    background-color: #fff; }
  .sec-service-bpo .inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 5.6rem 4rem; }
    .sec-service-bpo .inner::after {
      content: "";
      display: block;
      clear: both; }
  .sec-service-bpo .bpo-komidashi {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.44;
    color: #3372f2;
    padding-left: 1.6rem;
    margin-bottom: 4rem;
    position: relative; }
    .sec-service-bpo .bpo-komidashi::before {
      content: "";
      display: block;
      width: 5px;
      height: 91.2%;
      background-color: #3372f2;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .sec-service-bpo .flo-left {
    float: left; }
  .sec-service-bpo .flo-right {
    float: right; }
  .sec-service-bpo .label-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start; }
    .sec-service-bpo .label-list li {
      margin-bottom: 0.8rem; }
      .sec-service-bpo .label-list li img {
        width: 100%;
        height: auto;
        line-height: 1; }
  @media screen and (max-width: 600px) {
    .sec-service-bpo {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .sec-service-bpo .inner {
        padding-top: 4rem;
        padding-bottom: 4rem; } }

#BPO1-2 .flo-left {
  width: 33.3333333333%; }
#BPO1-2 .flo-right {
  width: 59.8039215686%; }
  #BPO1-2 .flo-right .img {
    margin-bottom: 2rem;
    height: 15rem;
    overflow-y: hidden;
    border-radius: 5px; }
    #BPO1-2 .flo-right .img img {
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  #BPO1-2 .flo-right .label-list li {
    width: 49.1803278689%; }
@media screen and (max-width: 768px) {
  #BPO1-2 .flo-left {
    width: 35.2941176471%; }
  #BPO1-2 .flo-right {
    width: 57.8431372549%; }
    #BPO1-2 .flo-right .img {
      height: 10rem; } }
@media screen and (max-width: 600px) {
  #BPO1-2 .flo-left, #BPO1-2 .flo-right {
    width: 100%;
    float: none; }
  #BPO1-2 .flo-right {
    margin-top: 2.4rem; }
    #BPO1-2 .flo-right .label-list li {
      width: 100%; } }

#BPO2-1 .img {
  width: 56.3636363636%;
  margin: 4rem auto 0; }
@media screen and (max-width: 600px) {
  #BPO2-1 .img {
    width: 88%; } }

#BPO2-2 .flo-left {
  width: 41.9607843137%; }
#BPO2-2 .flo-right {
  width: 53.9215686275%; }
  #BPO2-2 .flo-right .label-list li {
    width: 49.0909090909%; }
@media screen and (max-width: 600px) {
  #BPO2-2 .flo-left, #BPO2-2 .flo-right {
    width: 100%;
    float: none; }
  #BPO2-2 .flo-right {
    margin-top: 2.4rem; }
    #BPO2-2 .flo-right .label-list li {
      width: 100%; } }

#BPO3 .inner {
  background-color: #f4f4ed;
  border: thin solid #ed7104;
  padding-left: 440px;
  position: relative; }
  #BPO3 .inner::before {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    background: url("../img/service/bpo/bpo_img05.jpg") center center no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  #BPO3 .inner .bpo-komidashi {
    color: #ed7104; }
    #BPO3 .inner .bpo-komidashi::before {
      background-color: #ed7104; }
@media screen and (max-width: 1200px) {
  #BPO3 .inner {
    padding-left: 40%; }
    #BPO3 .inner::before {
      width: 40%; } }
@media screen and (max-width: 920px) {
  #BPO3 .inner::before {
    background-size: contain; } }
@media screen and (max-width: 600px) {
  #BPO3 .inner {
    padding-left: 4rem;
    padding-top: 0; }
    #BPO3 .inner::before {
      position: static;
      height: 300px;
      transform: none;
      background-size: cover;
      width: calc(100% + 8rem);
      margin-left: -4rem;
      margin-right: -4rem;
      margin-bottom: 3.2rem;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4px; } }

/******************************************************

printing

******************************************************/
#printing .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch; }
#printing .block_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 6rem;
  line-height: 1.6; }
#printing h4.block-midashi {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 6rem;
  line-height: 1.6;
  color: #003e86; }
#printing .printing_block01 {
  background: #edf2f9; }
  #printing .printing_block01 .category_list > li {
    width: 48%;
    margin-bottom: 3rem;
    position: relative;
    background: #fff;
    border-radius: 0 10px 10px 0; }
    #printing .printing_block01 .category_list > li .num_ttl {
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #3372f2;
      border-radius: 10px 0 0 10px; }
      #printing .printing_block01 .category_list > li .num_ttl img {
        height: 55px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #printing .printing_block01 .category_list > li .txtArea {
      margin-left: 50px;
      padding: 2rem;
      text-align: left; }
      #printing .printing_block01 .category_list > li .txtArea h5.title {
        font-size: 2.6rem;
        line-height: 1.6;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: 0.1em;
        color: #003e86;
        margin-bottom: 1rem; }
      #printing .printing_block01 .category_list > li .txtArea .item_list > li {
        padding-left: 2rem;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        line-height: 1.5;
        position: relative; }
        #printing .printing_block01 .category_list > li .txtArea .item_list > li::before {
          content: "●";
          color: #3372f2;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0; }
        #printing .printing_block01 .category_list > li .txtArea .item_list > li p {
          display: inline-block;
          margin-left: 1rem; }
          #printing .printing_block01 .category_list > li .txtArea .item_list > li p span {
            display: inline-block;
            background: #cbdcff;
            text-align: center;
            width: 8rem;
            font-size: 1.3rem;
            margin: 0.2rem;
            font-feature-settings: "palt"; }
#printing .printing_block02 .inner {
  padding-bottom: 0; }
#printing .printing_block02 h5.komidashi {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.44;
  color: #3372f2;
  margin-bottom: 3rem;
  position: relative; }
  #printing .printing_block02 h5.komidashi span {
    padding-left: 1.6rem; }
  #printing .printing_block02 h5.komidashi::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 10px);
    background-color: #3372f2;
    position: absolute;
    top: 0;
    left: 0; }
  #printing .printing_block02 h5.komidashi::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3372f2;
    margin-top: 1rem; }
#printing .printing_block02 .menu_list li {
  border-radius: 5px;
  background: #dae6ff;
  color: #003e86;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem;
  margin: 1rem auto;
  font-weight: bold; }
#printing .printing_block02 .menuBox {
  align-items: center;
  margin-bottom: 10rem; }
  #printing .printing_block02 .menuBox .pic {
    width: 50%; }
    #printing .printing_block02 .menuBox .pic img {
      width: 100%;
      height: auto; }
  #printing .printing_block02 .menuBox .txtArea {
    width: 40%; }
#printing .printing_block02 .dm_service {
  background: #edf2f9;
  padding-bottom: 1rem; }
  #printing .printing_block02 .dm_service .menu_list li {
    background: #003e86;
    color: #fff; }
#printing .printing_block03 {
  margin-bottom: 4rem; }
  #printing .printing_block03 .device_list {
    border-top: 1px solid #cccccc; }
    #printing .printing_block03 .device_list li {
      padding: 2rem 0;
      box-sizing: border-box;
      border-right: 1px solid #cccccc;
      text-align: center; }
      #printing .printing_block03 .device_list li .pic img {
        width: 100%;
        height: auto; }
      #printing .printing_block03 .device_list li h6 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 1rem; }
      #printing .printing_block03 .device_list li:nth-of-type(1) {
        width: 66.666666%; }
      #printing .printing_block03 .device_list li:nth-of-type(2) {
        width: 33.33333%; }
      #printing .printing_block03 .device_list li:nth-of-type(3) {
        width: 100%;
        padding: 2rem 0;
        font-size: 3.0rem;
        font-weight: bold;
        color: #ed7104;
        background: linear-gradient(90deg, rgba(237, 242, 249, 0), #edf2f9, rgba(237, 242, 249, 0));
        border-right: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
      #printing .printing_block03 .device_list li:nth-of-type(4), #printing .printing_block03 .device_list li:nth-of-type(5), #printing .printing_block03 .device_list li:nth-of-type(6) {
        width: 33.33333%; }
      #printing .printing_block03 .device_list li:nth-of-type(7), #printing .printing_block03 .device_list li:nth-of-type(8), #printing .printing_block03 .device_list li:nth-of-type(9), #printing .printing_block03 .device_list li:nth-of-type(10) {
        width: 25%;
        border-top: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(2), #printing .printing_block03 .device_list li:nth-of-type(6), #printing .printing_block03 .device_list li:nth-of-type(10) {
        border-right: none; }

@media screen and (max-width: 720px) {
  #printing .printing_block01 .category_list > li {
    width: 100%; }
  #printing .printing_block02 .menuBox {
    margin-bottom: 5rem; }
    #printing .printing_block02 .menuBox .pic {
      width: 100%;
      margin-bottom: 3rem; }
    #printing .printing_block02 .menuBox .txtArea {
      width: 100%; }
  #printing .printing_block03 {
    margin-bottom: 5rem; }
    #printing .printing_block03 .device_list li {
      border-right: none; }
      #printing .printing_block03 .device_list li:nth-of-type(3) {
        order: 2;
        width: 100%; }
      #printing .printing_block03 .device_list li:nth-of-type(1) {
        order: 1;
        width: 100%; }
      #printing .printing_block03 .device_list li:nth-of-type(2) {
        order: 3;
        width: 50%;
        border-right: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(4) {
        order: 4;
        width: 50%; }
      #printing .printing_block03 .device_list li:nth-of-type(5) {
        order: 5;
        width: 50%;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(6) {
        order: 6;
        width: 50%;
        border-top: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(7) {
        order: 7;
        width: 50%;
        border-right: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(8) {
        order: 8;
        width: 50%; }
      #printing .printing_block03 .device_list li:nth-of-type(9) {
        order: 9;
        width: 50%;
        border-right: 1px solid #ccc; }
      #printing .printing_block03 .device_list li:nth-of-type(10) {
        order: 10;
        width: 50%; } }
.wrapper-s {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative; }

/*コンテンツのブロック*/
.contents-s {
  box-sizing: border-box;
  flex: 1;
  padding-left: 10%; }
  .contents-s > div {
    padding-top: 45vh; }
    .contents-s > div:last-child {
      padding-bottom: 45vh; }
  @media screen and (max-width: 768px) {
    .contents-s {
      padding-left: 0%;
      margin-top: 0;
      padding-top: 0; }
      .contents-s .pic {
        text-align: center; }
        .contents-s .pic img {
          width: 100%;
          height: auto;
          max-width: 46rem; }
      .contents-s > div {
        padding-top: 5rem; }
        .contents-s > div:first-child {
          padding-top: 0; }
        .contents-s > div:nth-child(2) .pic {
          padding-bottom: 4rem; }
        .contents-s > div:last-child {
          padding-bottom: 5rem; } }

/*画像のブロック*/
.images-s {
  width: 54rem;
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  top: 5%; }
  .images-s div {
    height: 540px;
    margin: auto;
    display: block;
    visibility: hidden;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: .8s !important;
    opacity: 0; }
    .images-s div:first-child, .images-s div.active {
      visibility: visible;
      opacity: 1; }
  .images-s img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1100px) {
    .images-s {
      width: 40rem; }
      .images-s div {
        height: 390px; } }
  @media screen and (max-width: 900px) {
    .images-s {
      width: 30rem; }
      .images-s div {
        height: 290px;
        background: #ddd; } }
  @media screen and (max-width: 768px) {
    .images-s {
      display: none; } }

.data-input-bana {
  margin: auto;
  width: 86%;
  max-width: 1100px;
  margin-top: 6rem; }
  .data-input-bana a {
    display: block; }
    .data-input-bana a img {
      width: 100%;
      height: auto;
      transition: 0.5s filter; }
    .data-input-bana a:hover img {
      filter: brightness(1.15); }
  @media screen and (max-width: 600px) {
    .data-input-bana {
      margin-top: 4rem; } }
