/*! 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; }

#solutions .main-section:after {
  background: #124190; }
#solutions .main-nav {
  background: #3c74d0; }
#solutions .foot-sub-nav ul li a:before {
  background: #3c74d0; }
#solutions .foot-sub-nav ul li a .kana {
  color: #3c74d0; }
#solutions .foot-sub-nav ul li a:hover .kana b {
  color: #3c74d0; }

/* ================================== */
.page-container {
  margin: 0;
  padding: 0; }
  .page-container *, .page-container *:before, .page-container *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .page-container .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .page-container .flex * {
      min-height: 0%; }
  .page-container .b-name {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    text-align: center; }
  .page-container .img.waku {
    border: solid 1px #ccc; }
  .page-container .c01 {
    color: #3372f2; }
  .page-container .op0 {
    opacity: 0; }
  .page-container .midashi {
    color: #3372f2;
    margin-top: 8rem; }
    .page-container .midashi::before {
      background: #3372f2; }
    .page-container .midashi + .komidashi, .page-container .midashi + .lead {
      margin-top: 3rem; }
  .page-container .komidashi {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700; }
    .page-container .komidashi + .lead {
      margin-top: 3rem; }
  .page-container .txt-l {
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.6; }
  .page-container .submidashi {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #3372f2; }
    .page-container .submidashi + .lead {
      margin-top: 1.5rem; }
  .page-container .bg01 {
    background: #edf2f9;
    padding: 6rem 0 4rem 0; }
    .page-container .bg01 .inner .midashi {
      margin-top: 3rem; }
  .page-container .a-btn01 {
    width: 36rem;
    margin-top: 5rem; }
    .page-container .a-btn01 a {
      display: block;
      border-radius: 5.5rem;
      height: 5.5rem;
      position: relative;
      transition: 0.5s;
      border: 1px solid #5281f7;
      background: #5281f7; }
      .page-container .a-btn01 a .kana {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 1.8rem;
        white-space: nowrap;
        color: #fff; }
      .page-container .a-btn01 a:before {
        z-index: 0;
        position: absolute;
        content: "";
        transition: 0.5s;
        top: 50%;
        transform: translate(50%, -50%);
        width: 2.8rem;
        height: 2.8rem;
        right: 3rem;
        border-radius: 50%;
        background: #fff; }
      .page-container .a-btn01 a .arrow:before, .page-container .a-btn01 a .arrow:after {
        position: absolute;
        content: ""; }
      .page-container .a-btn01 a .arrow:before {
        top: 50%;
        width: 0.7rem;
        height: 0.7rem;
        border-right: 1px solid #5281f7;
        border-top: 1px solid #5281f7;
        transform: translateX(80%) translateY(-50%) rotate(45deg);
        right: 3rem; }
      .page-container .a-btn01 a .arrow:after {
        top: 50%;
        width: 1rem;
        height: 1px;
        background: #5281f7;
        right: 3rem;
        transform: translateX(50%) translateY(-50%); }
      .page-container .a-btn01 a:hover {
        background: #345ec9; }
        .page-container .a-btn01 a:hover:before {
          transform: translate(50%, -50%);
          width: 3.9rem;
          height: 3.9rem; }

body.soltop .sol-contentslink {
  width: 100%;
  margin: 8rem 0 0 0;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 8rem 0; }
  body.soltop .sol-contentslink .sol-ttl .en {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #003e86;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .008em; }
  body.soltop .sol-contentslink .sol-ttl .ja {
    margin-top: 4rem;
    text-align: center;
    color: #003e86;
    font-size: 5rem;
    line-height: 1.6;
    font-weight: bold; }
  body.soltop .sol-contentslink .sol-txt {
    margin-top: 6rem;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5; }
  body.soltop .sol-contentslink .a-btn01 {
    margin: 8rem auto 0 auto; }
body.soltop .sol01-01 {
  background-image: url("../img/solutions/top/bg01.jpg");
  background-size: cover; }
  body.soltop .sol01-01 .img01 {
    margin: 4rem auto 0 auto;
    width: 90%;
    max-width: 870px; }
body.soltop .sol01-02 {
  background-image: url("../img/solutions/top/bg02.jpg");
  background-size: cover; }
body.soltop .sol01-03 {
  background-image: url("../img/solutions/top/bg03.jpg");
  background-size: cover; }
@media screen and (max-width: 768px) {
  body.soltop .sol-contentslink .sol-ttl {
    text-shadow: 0 0 6px #EDF2FA; }
    body.soltop .sol-contentslink .sol-ttl .en {
      font-size: 2.8rem; }
    body.soltop .sol-contentslink .sol-ttl .ja {
      font-size: 4rem; }
  body.soltop .sol-contentslink .sol-txt {
    font-size: 2.2rem;
    text-shadow: 0 0 6px #EDF2FA; } }

body.bim .bim-box {
  padding: 6rem 0; }
  body.bim .bim-box .inner {
    border-radius: 1.5rem;
    padding: 0; }
  body.bim .bim-box .bim-inner {
    padding: 4rem; }
    body.bim .bim-box .bim-inner .img {
      overflow: hidden;
      border-radius: 1rem; }
  body.bim .bim-box .bim-head {
    text-align: center;
    color: #003e86; }
    body.bim .bim-box .bim-head .txt-s {
      font-size: 2.8rem;
      line-height: 1.3;
      font-weight: bold; }
    body.bim .bim-box .bim-head .txt-l {
      margin-top: 1.5rem;
      font-size: 5rem;
      line-height: 1.3;
      font-weight: bold; }
  body.bim .bim-box .bim-midashi {
    margin-top: 4rem;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold; }
  body.bim .bim-box .bim-foot {
    text-align: center;
    background: #3372f2;
    color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 3rem 0; }
  body.bim .bim-box .box {
    border-radius: 1rem;
    padding: 2.5rem;
    margin-top: 4rem; }
    body.bim .bim-box .box .midashi {
      margin: 0; }
      body.bim .bim-box .box .midashi + .lead {
        margin-top: 2rem; }
        body.bim .bim-box .box .midashi + .lead + .img {
          margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    body.bim .bim-box .bim-inner {
      padding: 2.5rem; }
    body.bim .bim-box .bim-head .txt-s {
      font-size: 1.8rem; }
    body.bim .bim-box .bim-head .txt-l {
      font-size: 3.5rem; }
    body.bim .bim-box .bim-midashi {
      font-size: 1.8rem; }
    body.bim .bim-box .bim-foot {
      font-size: 2.2rem; } }
body.bim .bim01 {
  margin-top: 6rem; }
  body.bim .bim01 .inner {
    background: #fff; }
  body.bim .bim01 .box {
    width: calc(480 / 1020 * 100%);
    background: #edf2f9; }
  body.bim .bim01 .img2-4 {
    margin-top: 2rem;
    position: relative; }
    body.bim .bim01 .img2-4 .img2-4-2 {
      width: calc(200 / 420 * 100%); }
    body.bim .bim01 .img2-4 .img2-4-1 {
      position: relative;
      z-index: 3;
      margin: -12.5% 0 0 auto;
      width: calc(280 / 420 * 100%); }
  @media screen and (max-width: 768px) {
    body.bim .bim01 .box {
      width: 100%; }
      body.bim .bim01 .box:first-of-type .img, body.bim .bim01 .box:nth-of-type(2) .img, body.bim .bim01 .box:nth-of-type(3) .img {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto; } }
body.bim .bim02 .box {
  background: #fff; }
  body.bim .bim02 .box .flex .lead, body.bim .bim02 .box .flex .img-box {
    margin-top: 2.5rem; }
  body.bim .bim02 .box .flex .lead {
    width: calc(450 / 930 * 100%); }
  body.bim .bim02 .box .flex .img-box {
    width: calc(420 / 930 * 100%); }
@media screen and (max-width: 768px) {
  body.bim .bim02 .box .flex .lead {
    width: 100%; }
  body.bim .bim02 .box .flex .img-box {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto; } }
body.bim .bim03 .inner {
  background: #fff; }
body.bim .bim03 .bim-komidashi {
  text-align: center;
  padding: 1.5rem 0 4rem 0;
  font-size: 1.8rem;
  line-height: 1.7; }
body.bim .bim03 .box {
  background: #edf2f9; }
body.bim .bim03 .jirei {
  margin-top: 4rem; }
  body.bim .bim03 .jirei .flex {
    margin-top: 1rem; }
    body.bim .bim03 .jirei .flex .img-box {
      margin-top: 2rem;
      width: calc(320 / 1020 * 100%); }
@media screen and (max-width: 768px) {
  body.bim .bim03 .jirei .flex .img-box {
    width: 48%; }
    body.bim .bim03 .jirei .flex .img-box:last-of-type {
      margin-right: auto;
      margin-left: auto; } }

body.sales .sal-box {
  margin-top: 6rem; }
  body.sales .sal-box .sal-ttl {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #003e86;
    text-align: center; }
    body.sales .sal-box .sal-ttl + .lead {
      text-align: center;
      margin-top: 4.5rem; }
  body.sales .sal-box .img {
    overflow: hidden; }
  body.sales .sal-box.sal01 {
    background: #edf2f9;
    padding: 6rem 0; }
    body.sales .sal-box.sal01 .flex1 {
      border-bottom: solid 1px #3372f2;
      margin-top: 1rem;
      padding-bottom: 6rem; }
      body.sales .sal-box.sal01 .flex1 .box {
        margin-top: 5rem;
        width: calc(340 / 1100 * 100%); }
      body.sales .sal-box.sal01 .flex1 .sal01-ttl {
        color: #3372f2;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 1px #3372f2;
        padding-bottom: 1.5rem; }
      body.sales .sal-box.sal01 .flex1 .img {
        margin-top: 2rem;
        border-radius: 1rem; }
    body.sales .sal-box.sal01 .flex2 {
      margin-top: 1rem; }
      body.sales .sal-box.sal01 .flex2 .box {
        margin-top: 5rem;
        width: calc(340 / 1100 * 100%); }
        body.sales .sal-box.sal01 .flex2 .box .midashi {
          margin: 0; }
          body.sales .sal-box.sal01 .flex2 .box .midashi + .lead {
            margin-top: 2rem; }
        body.sales .sal-box.sal01 .flex2 .box .img {
          margin-top: 2rem; }
      body.sales .sal-box.sal01 .flex2 .box1-8 .img {
        width: calc(312 / 340 * 100%);
        margin-right: auto;
        margin-left: auto; }
      body.sales .sal-box.sal01 .flex2 .box1-9 .img {
        width: calc(286 / 340 * 100%);
        margin-right: auto;
        margin-left: auto; }
    body.sales .sal-box.sal01 .sal-it {
      margin-top: 6rem;
      border: solid 1px #3372f2;
      padding: 4rem;
      border-radius: 1rem;
      background: #fff;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center; }
      body.sales .sal-box.sal01 .sal-it * {
        min-height: 0%; }
      body.sales .sal-box.sal01 .sal-it .txt-box {
        width: calc(510 / 1020 * 100%); }
        body.sales .sal-box.sal01 .sal-it .txt-box .midashi {
          margin: auto; }
          body.sales .sal-box.sal01 .sal-it .txt-box .midashi + .lead {
            margin-top: 3rem; }
      body.sales .sal-box.sal01 .sal-it .img-box {
        width: calc(461 / 1020 * 100%); }
    body.sales .sal-box.sal01 .it-tool {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      margin-top: 6rem; }
      body.sales .sal-box.sal01 .it-tool * {
        min-height: 0%; }
      body.sales .sal-box.sal01 .it-tool .txt-box {
        width: calc(510 / 1020 * 100%); }
        body.sales .sal-box.sal01 .it-tool .txt-box .midashi {
          margin: auto; }
          body.sales .sal-box.sal01 .it-tool .txt-box .midashi + .lead {
            margin-top: 3rem; }
      body.sales .sal-box.sal01 .it-tool .img-box {
        width: calc(461 / 1020 * 100%); }
      @media screen and (max-width: 768px) {
        body.sales .sal-box.sal01 .it-tool .txt-box {
          width: 100%; }
        body.sales .sal-box.sal01 .it-tool .img-box {
          margin: 3rem auto 0 auto;
          width: 100%;
          max-width: 480px; } }
  body.sales .sal-box.sal02 .midashi {
    margin: 0; }
  body.sales .sal-box.sal02 .box .txt-box + .img-box {
    margin-top: 3rem; }
  body.sales .sal-box.sal02 .flex2-1, body.sales .sal-box.sal02 .flex2-2 {
    margin-top: 6rem; }
    body.sales .sal-box.sal02 .flex2-1 .txt-box, body.sales .sal-box.sal02 .flex2-2 .txt-box {
      width: calc(330 / 1100 * 100%); }
    body.sales .sal-box.sal02 .flex2-1 .img-box, body.sales .sal-box.sal02 .flex2-2 .img-box {
      width: calc(730 / 1100 * 100%); }
      body.sales .sal-box.sal02 .flex2-1 .img-box .img, body.sales .sal-box.sal02 .flex2-2 .img-box .img {
        border-radius: .5rem; }
  body.sales .sal-box.sal02 .flex2-2 .img-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.sales .sal-box.sal02 .flex2-2 .img-box * {
      min-height: 0%; }
    body.sales .sal-box.sal02 .flex2-2 .img-box .img {
      width: calc(360 / 730 * 100%); }
  body.sales .sal-box.sal02 .flex2-3 .box {
    width: calc(520 / 1100 * 100%);
    margin-top: 5rem; }
    body.sales .sal-box.sal02 .flex2-3 .box .img {
      border-radius: .5rem; }
  body.sales .sal-box.sal02 .flex2-3 .box2-3-1 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.sales .sal-box.sal02 .flex2-3 .box2-3-1 * {
      min-height: 0%; }
    body.sales .sal-box.sal02 .flex2-3 .box2-3-1 .txt-box {
      width: calc(188 / 520 * 100%); }
    body.sales .sal-box.sal02 .flex2-3 .box2-3-1 .img-box {
      margin-top: 0;
      width: calc(305 / 520 * 100%); }
      body.sales .sal-box.sal02 .flex2-3 .box2-3-1 .img-box .img {
        border-radius: 0; }
  body.sales .sal-box.sal02 .sal-movie {
    margin-top: 6rem; }
    body.sales .sal-box.sal02 .sal-movie .flex {
      margin-top: 3rem;
      background: #edf2f9;
      padding: 5rem; }
      body.sales .sal-box.sal02 .sal-movie .flex .box {
        width: calc(446 / 950 * 100%); }
      body.sales .sal-box.sal02 .sal-movie .flex .movie-box {
        overflow: hidden;
        border-radius: .5rem; }
  body.sales .sal-box.sal02 .flex3 .box-l {
    width: calc(520 / 1100 * 100%); }
  body.sales .sal-box.sal02 .flex3 .box-r {
    width: calc(520 / 1100 * 100%);
    position: relative; }
    body.sales .sal-box.sal02 .flex3 .box-r .img3-3-1 {
      width: calc(400 / 520 * 100%); }
    body.sales .sal-box.sal02 .flex3 .box-r .img3-3-2 {
      width: calc(216 / 520 * 100%);
      position: absolute;
      z-index: 3;
      bottom: 0;
      right: 0; }
  body.sales .sal-box.sal02 .flex3 .box {
    margin-top: 6rem; }
    body.sales .sal-box.sal02 .flex3 .box .img-box {
      margin-top: 3rem; }
      body.sales .sal-box.sal02 .flex3 .box .img-box .img {
        border-radius: .5rem; }
@media screen and (max-width: 768px) {
  body.sales .sal-box.sal01 .flex1 .box {
    width: 48%; }
  body.sales .sal-box.sal01 .flex2 .box {
    width: 48%; }
  body.sales .sal-box.sal01 .sal-it .txt-box {
    width: 100%; }
  body.sales .sal-box.sal01 .sal-it .img-box {
    margin: 3rem auto 0 auto;
    width: 100%;
    max-width: 480px; }
  body.sales .sal-box.sal02 .flex2-1 .txt-box, body.sales .sal-box.sal02 .flex2-2 .txt-box {
    width: 100%; }
  body.sales .sal-box.sal02 .flex2-1 .img-box, body.sales .sal-box.sal02 .flex2-2 .img-box {
    width: 100%;
    max-width: 480px;
    margin: 3rem auto 0 auto; }
  body.sales .sal-box.sal02 .flex2-2 .img-box .img {
    width: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto; }
    body.sales .sal-box.sal02 .flex2-2 .img-box .img:last-of-type {
      margin-top: 1rem; }
  body.sales .sal-box.sal02 .flex2-3 .box {
    width: 100%; }
    body.sales .sal-box.sal02 .flex2-3 .box .img {
      max-width: 380px;
      margin-right: auto;
      margin-left: auto; }
  body.sales .sal-box.sal02 .sal-movie .flex {
    padding: 2.5rem; }
    body.sales .sal-box.sal02 .sal-movie .flex .box {
      width: 100%; }
      body.sales .sal-box.sal02 .sal-movie .flex .box:last-of-type {
        margin-top: 3rem; } }
@media screen and (max-width: 500px) {
  body.sales .sal-box.sal01 .flex1 .box {
    width: 100%; }
  body.sales .sal-box.sal01 .flex2 .box {
    width: 100%; }
  body.sales .sal-box.sal02 .flex3 .box-l {
    width: 100%; }
    body.sales .sal-box.sal02 .flex3 .box-l .img {
      max-width: 380px;
      margin-right: auto;
      margin-left: auto; }
  body.sales .sal-box.sal02 .flex3 .box-r {
    width: 100%; }
    body.sales .sal-box.sal02 .flex3 .box-r .img-box {
      position: relative;
      padding-bottom: 5rem;
      max-width: 380px;
      margin-right: auto;
      margin-left: auto; } }

body.dx .dx-box .dx-ttl {
  text-align: center;
  color: #003e86;
  font-weight: bold; }
body.dx .dx01 {
  margin-top: 6rem;
  padding: 6rem 0;
  background: #fff url("../img/solutions/dx/bg01.jpg") no-repeat top right;
  background-size: contain; }
  body.dx .dx01 .dx01-ttl {
    font-size: 4rem;
    line-height: 1.5; }
    body.dx .dx01 .dx01-ttl .en {
      font-size: 5rem; }
  body.dx .dx01 .img01 {
    margin-top: 6rem; }
    body.dx .dx01 .img01 + .lead {
      margin-top: 4.5rem;
      text-align: center; }
  body.dx .dx01 .flex {
    margin-top: 1rem; }
    body.dx .dx01 .flex .box {
      margin-top: 6rem;
      width: calc(520 / 1100 * 100%);
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between; }
      body.dx .dx01 .flex .box * {
        min-height: 0%; }
      body.dx .dx01 .flex .box .midashi {
        margin: 0; }
      body.dx .dx01 .flex .box .logo {
        margin-top: 3rem; }
      body.dx .dx01 .flex .box .lead {
        margin-top: 3rem; }
      body.dx .dx01 .flex .box .note {
        margin-top: 3rem;
        border-top: solid 1px #3372f2;
        padding-top: 3rem; }
    body.dx .dx01 .flex .box1 .logo .img {
      width: calc(396 / 520 * 100%);
      margin: 0 auto; }
    body.dx .dx01 .flex .box2 .logo .img {
      width: calc(395 / 520 * 100%);
      margin: 0 auto; }
body.dx .dx02 {
  background: #edf2f9;
  padding: 6rem 0; }
  body.dx .dx02 .dx02-ttl {
    font-size: 3.6rem;
    line-height: 1.5; }
    body.dx .dx02 .dx02-ttl + .lead {
      margin-top: 3rem;
      text-align: center; }
  body.dx .dx02 .case {
    margin-top: 6rem;
    background: #fff; }
    body.dx .dx02 .case .c-head {
      background: #3372f2;
      text-align: center;
      color: #fff;
      font-weight: bold;
      line-height: 1.5;
      border-radius: 1.5rem 1.5rem 0 0;
      padding: 2.5rem 0; }
      body.dx .dx02 .case .c-head .en {
        display: inline-block;
        font-size: 3.4rem;
        margin-right: 1rem; }
      body.dx .dx02 .case .c-head .ja {
        display: inline-block;
        font-size: 2.6rem; }
    body.dx .dx02 .case .c-item {
      padding: 0 5rem; }
    body.dx .dx02 .case .c-midashi {
      text-align: center;
      font-size: 3.6rem;
      line-height: 1.5;
      font-weight: bold;
      color: #003e86;
      margin-top: 4rem; }
    body.dx .dx02 .case .c-komidashi {
      border-top: solid 1px #3372f2;
      border-bottom: solid 1px #3372f2;
      text-align: center;
      color: #3372f2;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      margin-top: 4rem;
      padding: 1.5rem 0; }
      body.dx .dx02 .case .c-komidashi + .lead {
        margin-top: 4rem; }
        body.dx .dx02 .case .c-komidashi + .lead p {
          text-align: center;
          margin-top: 3rem; }
    body.dx .dx02 .case .arrow-b {
      width: 100%;
      position: relative;
      text-align: center;
      padding: 3rem 0; }
      body.dx .dx02 .case .arrow-b span {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6.75rem solid transparent;
        border-left: 6.75rem solid transparent;
        border-top: 3.3rem solid #9AB7F8;
        border-bottom: 0; }
    body.dx .dx02 .case .arrow-r {
      width: 100%;
      position: relative;
      text-align: center; }
      body.dx .dx02 .case .arrow-r span {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 3.15rem solid transparent;
        border-bottom: 3.15rem solid transparent;
        border-left: 1.2rem solid #003e86;
        border-right: 0; }
    body.dx .dx02 .case .txt-l {
      text-align: center;
      color: #003e86;
      font-size: 2.8rem;
      line-height: 1; }
    body.dx .dx02 .case .c-flow {
      position: relative;
      background: #EDF2F9;
      border-radius: 1.5rem;
      padding: 6rem 1rem 3.5rem 1rem; }
      body.dx .dx02 .case .c-flow .txt-l {
        display: block;
        width: 100%;
        position: absolute;
        top: -1rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3; }
      body.dx .dx02 .case .c-flow .flex {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center; }
        body.dx .dx02 .case .c-flow .flex * {
          min-height: 0%; }
      body.dx .dx02 .case .c-flow .box {
        background: #3372f2;
        color: #fff;
        border-radius: 1rem;
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold;
        padding: 3rem 0;
        width: 100%;
        max-width: 320px; }
      body.dx .dx02 .case .c-flow .arrow-r {
        width: calc(12 / 940 * 100%);
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 1.5rem; }
        body.dx .dx02 .case .c-flow .arrow-r * {
          min-height: 0%; }
      body.dx .dx02 .case .c-flow + .txt-l {
        margin-top: 4rem; }
    body.dx .dx02 .case .c-result {
      background: #4578b4;
      color: #fff;
      font-size: 2.8rem;
      line-height: 1.5;
      font-weight: bold;
      text-align: center;
      border-radius: 0 0 1.5rem 1.5rem;
      padding: 6rem 0; }
      body.dx .dx02 .case .c-result .flex {
        margin-top: 4rem;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center; }
        body.dx .dx02 .case .c-result .flex * {
          min-height: 0%; }
        body.dx .dx02 .case .c-result .flex .arrow-r {
          margin: 0 1.5rem;
          width: calc(12 / 940 * 100%);
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          align-items: center; }
          body.dx .dx02 .case .c-result .flex .arrow-r * {
            min-height: 0%; }
          body.dx .dx02 .case .c-result .flex .arrow-r span {
            border-left: 1.2rem solid #fff; }
        body.dx .dx02 .case .c-result .flex .box {
          width: 100%;
          max-width: 320px;
          border-radius: 1rem;
          border: solid 2px #003e86;
          background: #fff;
          color: #003e86;
          padding: 2rem 0;
          font-size: 2.4rem; }
          body.dx .dx02 .case .c-result .flex .box .num {
            font-size: 3.6rem; }
        body.dx .dx02 .case .c-result .flex + p {
          margin-top: 4rem;
          text-align: center; }
  body.dx .dx02 .case1 .flex .box {
    width: calc(280 / 940 * 100%); }
@media screen and (max-width: 768px) {
  body.dx .dx01 .dx01-ttl {
    font-size: 3rem; }
    body.dx .dx01 .dx01-ttl .en {
      font-size: 4rem; }
  body.dx .dx01 .img01 .img {
    overflow-x: scroll;
    width: 100%; }
    body.dx .dx01 .img01 .img img {
      height: 300px;
      width: auto; }
  body.dx .dx02 .dx02-ttl {
    font-size: 2.6rem; }
  body.dx .dx02 .case .c-head {
    padding: 2rem 0; }
    body.dx .dx02 .case .c-head .en {
      font-size: 2.8rem; }
    body.dx .dx02 .case .c-head .ja {
      font-size: 2rem; }
  body.dx .dx02 .case .c-item {
    padding: 0 3rem; }
  body.dx .dx02 .case .c-midashi {
    font-size: 3rem; }
  body.dx .dx02 .case .c-komidashi {
    font-size: 1.8rem; }
    body.dx .dx02 .case .c-komidashi + .lead p {
      text-align: left; }
  body.dx .dx02 .case .txt-l {
    font-size: 2.4rem; }
  body.dx .dx02 .case .c-flow {
    padding: 4rem 1rem 2rem 1rem; }
    body.dx .dx02 .case .c-flow .box {
      width: 100%; }
    body.dx .dx02 .case .c-flow .arrow-r {
      width: 100%; }
      body.dx .dx02 .case .c-flow .arrow-r span {
        transform: rotate(90deg); }
  body.dx .dx02 .case .c-result {
    font-size: 2.4rem;
    padding: 3rem 1rem; }
    body.dx .dx02 .case .c-result .flex .box {
      width: 100%; }
    body.dx .dx02 .case .c-result .flex .arrow-r {
      width: 100%; }
      body.dx .dx02 .case .c-result .flex .arrow-r span {
        transform: rotate(90deg); } }
@media screen and (max-width: 500px) {
  body.dx .dx01 .flex .box {
    width: 100%; } }
