@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; }

#storage img {
  max-width: 100%;
  height: auto; }
#storage .main-section:after {
  background: #b7149a; }
#storage .main-nav {
  background: #e05ac8; }
#storage .foot-sub-nav ul li a:before {
  background: #e05ac8; }
#storage .foot-sub-nav ul li a .kana {
  color: #e05ac8; }
#storage .foot-sub-nav ul li a:hover .kana b {
  color: #e05ac8; }
#storage .sec-strageheader .strage-check {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.6rem; }
  @media screen and (max-width: 700px) {
    #storage .sec-strageheader .strage-check {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin: 3rem 0 0 0; } }
  #storage .sec-strageheader .strage-check li {
    margin: 0 3rem;
    display: flex; }
    @media screen and (max-width: 700px) {
      #storage .sec-strageheader .strage-check li {
        margin: 1rem 0; } }
    #storage .sec-strageheader .strage-check li:before {
      content: '';
      background: url("../img/common/check-icon.svg") no-repeat;
      width: 2.2rem;
      height: 2.6rem;
      margin-right: 1rem;
      background-size: 100%; }
#storage .sec-strageheader .strageheader-content {
  background: #f4f4f4;
  padding: 6rem 0 0 0; }
  #storage .sec-strageheader .strageheader-content .content-col {
    display: flex; }
    @media screen and (max-width: 700px) {
      #storage .sec-strageheader .strageheader-content .content-col {
        flex-direction: column; } }
    #storage .sec-strageheader .strageheader-content .content-col .col-image {
      width: 51rem;
      display: flex;
      margin: 0 -5px; }
      @media screen and (max-width: 700px) {
        #storage .sec-strageheader .strageheader-content .content-col .col-image {
          flex-direction: column;
          width: 100%;
          margin: -1rem 0;
          margin-bottom: 3rem; } }
      #storage .sec-strageheader .strageheader-content .content-col .col-image img {
        max-width: 100%;
        height: auto; }
    #storage .sec-strageheader .strageheader-content .content-col .col-text {
      width: 55rem;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 700px) {
        #storage .sec-strageheader .strageheader-content .content-col .col-text {
          width: 100%;
          margin: 0; } }
      #storage .sec-strageheader .strageheader-content .content-col .col-text p {
        text-align: center;
        font-size: 1.8rem; }
      #storage .sec-strageheader .strageheader-content .content-col .col-text strong {
        color: #3372f2;
        font-weight: 700; }
    #storage .sec-strageheader .strageheader-content .content-col figure {
      width: 25rem;
      text-align: center;
      margin: 0 5px; }
      @media screen and (max-width: 700px) {
        #storage .sec-strageheader .strageheader-content .content-col figure {
          width: 100%;
          margin: 10px 0; } }
      #storage .sec-strageheader .strageheader-content .content-col figure figcaption {
        display: block;
        margin-top: 1.5rem;
        font-size: 1.6rem; }
    #storage .sec-strageheader .strageheader-content .content-col .text-list {
      padding: 3.5rem 4rem;
      background: #fff;
      border-radius: 1rem;
      margin-bottom: 2rem; }
      #storage .sec-strageheader .strageheader-content .content-col .text-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: -6px -8px; }
        #storage .sec-strageheader .strageheader-content .content-col .text-list ul li {
          font-size: 1.6em;
          font-weight: 500;
          margin: 6px 8px; }
          #storage .sec-strageheader .strageheader-content .content-col .text-list ul li:before {
            content: '◎'; }
#storage .sec-strage-merit {
  padding: 6rem 0 0 0; }
  #storage .sec-strage-merit .text-label {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem; }
  #storage .sec-strage-merit h2 {
    font-size: 4.3rem;
    font-weight: 700;
    color: #3372f2;
    text-align: center;
    margin-bottom: 6rem; }
    #storage .sec-strage-merit h2 b {
      font-size: 6.3rem; }
  #storage .sec-strage-merit h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3372f2;
    text-align: center;
    margin-bottom: 1.5rem; }
  #storage .sec-strage-merit .merit-list {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5rem; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-merit .merit-list {
        margin: -1.25rem 0; } }
    #storage .sec-strage-merit .merit-list li {
      width: calc(100% / 3 - 5rem);
      letter-spacing: 1px;
      margin: 2.5rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-merit .merit-list li {
          width: 100%;
          margin: 1.25rem 0; } }
    #storage .sec-strage-merit .merit-list img {
      width: auto;
      max-height: 8rem; }
    #storage .sec-strage-merit .merit-list .list-label {
      display: block;
      font-size: 2.2rem;
      font-weight: 700;
      color: #3372f2;
      text-align: center;
      border-bottom: 1px solid #3372f2;
      padding-bottom: 1rem;
      margin-bottom: 3rem;
      font-family: Arial, Helvetica, "lato", "sans-serif";
      font-style: normal;
      font-weight: 800; }
      #storage .sec-strage-merit .merit-list .list-label b {
        font-size: 4rem; }
    #storage .sec-strage-merit .merit-list .list-image {
      text-align: center;
      margin-bottom: 3rem;
      height: 8rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    #storage .sec-strage-merit .merit-list .list-text p {
      font-size: 1.5rem;
      line-height: 1.5; }
#storage .sec-strage-security {
  background: #f4f4f4;
  padding: 6rem 0 0 0;
  letter-spacing: 1px; }
  #storage .sec-strage-security .security-col {
    display: flex;
    margin-bottom: 5rem; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-security .security-col {
        flex-direction: column; } }
    #storage .sec-strage-security .security-col .col-text {
      width: 51rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-security .security-col .col-text {
          width: 100%;
          order: 1; } }
    #storage .sec-strage-security .security-col .col-image {
      width: 51rem;
      margin: 0 0 0 auto;
      text-align: right; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-security .security-col .col-image {
          width: 100%;
          margin-bottom: 2.5rem; } }
      #storage .sec-strage-security .security-col .col-image figure figcaption {
        font-size: 1.1rem;
        display: block;
        margin-top: 1rem; }
  #storage .sec-strage-security .service-partnar {
    border: 2px solid #3372f2;
    border-radius: 1rem;
    padding: 3rem 5rem;
    background: #fff;
    margin-bottom: 5rem; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-security .service-partnar {
        padding: 2.5rem; } }
    #storage .sec-strage-security .service-partnar h3 {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.4;
      border-bottom: 1px solid #3372f2;
      color: #3372f2;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      font-feature-settings: "palt";
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
      #storage .sec-strage-security .service-partnar h3 img {
        width: 7.9rem;
        height: 7.9rem; }
    #storage .sec-strage-security .service-partnar .partnar-col {
      display: flex;
      justify-content: space-between;
      margin-top: 2.5rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-security .service-partnar .partnar-col {
          flex-direction: column; } }
      #storage .sec-strage-security .service-partnar .partnar-col .col-box {
        width: 48rem; }
        @media screen and (max-width: 700px) {
          #storage .sec-strage-security .service-partnar .partnar-col .col-box {
            width: 100%; }
            #storage .sec-strage-security .service-partnar .partnar-col .col-box:not(:last-child) {
              margin-bottom: 2.5rem; } }
      #storage .sec-strage-security .service-partnar .partnar-col .col-list li {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 1rem; }
      #storage .sec-strage-security .service-partnar .partnar-col h4 {
        border-radius: 4px;
        background: #3372f2;
        color: #fff;
        font-size: 1.6rem;
        padding: 1rem 1.5rem;
        margin-bottom: 1.5rem; }
      #storage .sec-strage-security .service-partnar .partnar-col .text-small {
        font-size: 1.1rem;
        font-weight: bold; }
  #storage .sec-strage-security .security-cards .cards-list {
    display: flex;
    margin: 0 -2.5rem; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-security .security-cards .cards-list {
        flex-direction: column;
        margin: -1.25rem 0; } }
    #storage .sec-strage-security .security-cards .cards-list li {
      width: calc(100% / 3 - 5rem);
      margin: 0 2.5rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-security .security-cards .cards-list li {
          width: 100%;
          margin: 1.25rem 0; } }
    #storage .sec-strage-security .security-cards .cards-list h3 {
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 1.4;
      margin-bottom: 1.5rem; }
    #storage .sec-strage-security .security-cards .cards-list p {
      font-size: 1.4rem;
      margin-bottom: 3rem;
      line-height: 1.6;
      font-weight: bold; }
    #storage .sec-strage-security .security-cards .cards-list figure {
      width: 28rem;
      margin: 0 auto; }
#storage .sec-strage-system {
  padding: 6rem 0 8rem 0; }
  #storage .sec-strage-system.is-bg {
    background: #f4f4f4; }
#storage .sec-strage-center {
  background: #f4f4f4;
  padding: 6rem 0 0 0;
  letter-spacing: 1px; }
  #storage .sec-strage-center .center-col {
    display: flex; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-center .center-col {
        flex-direction: column; } }
    #storage .sec-strage-center .center-col .col-text {
      width: 51rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-center .center-col .col-text {
          width: 100%;
          margin-bottom: 2.5rem; } }
    #storage .sec-strage-center .center-col .col-image {
      width: 51rem;
      margin: 0 0 0 auto;
      position: relative;
      display: flex; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-center .center-col .col-image {
          width: 100%; } }
      #storage .sec-strage-center .center-col .col-image figure {
        width: 30rem;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media screen and (max-width: 700px) {
          #storage .sec-strage-center .center-col .col-image figure {
            width: 65%; } }
        #storage .sec-strage-center .center-col .col-image figure figcaption {
          font-size: 1.1rem;
          display: block; }
        #storage .sec-strage-center .center-col .col-image figure.image-top {
          z-index: 10; }
          #storage .sec-strage-center .center-col .col-image figure.image-top figcaption {
            margin-top: 1rem; }
        #storage .sec-strage-center .center-col .col-image figure.image-bottom {
          margin-top: 5.5rem;
          margin-left: -9rem; }
          #storage .sec-strage-center .center-col .col-image figure.image-bottom img {
            order: 1; }
          #storage .sec-strage-center .center-col .col-image figure.image-bottom figcaption {
            text-align: right;
            margin-bottom: 1rem; }
#storage .sec-strage-service {
  background: #f4f4f4;
  padding: 6rem 0 4rem 0;
  letter-spacing: 1px; }
  #storage .sec-strage-service .service-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.5rem; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-service .service-col {
        flex-direction: column;
        margin-bottom: 3rem; } }
    #storage .sec-strage-service .service-col .col-box {
      width: 51rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-service .service-col .col-box {
          width: 100%;
          margin-bottom: 3rem; } }
    #storage .sec-strage-service .service-col p {
      margin-bottom: 6rem; }
    #storage .sec-strage-service .service-col figure {
      margin-top: -3rem;
      text-align: center; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-service .service-col figure {
          margin-bottom: 3rem; } }
      #storage .sec-strage-service .service-col figure figcaption {
        display: block;
        text-align: right;
        margin-top: 1.5rem; }
#storage .sec-strage-consulting {
  padding: 6rem 0 0 0; }
  #storage .sec-strage-consulting .consulting-col {
    display: flex; }
    @media screen and (max-width: 700px) {
      #storage .sec-strage-consulting .consulting-col {
        flex-direction: column; } }
    #storage .sec-strage-consulting .consulting-col .col-text {
      width: 73rem; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-consulting .consulting-col .col-text {
          width: 100%; } }
    #storage .sec-strage-consulting .consulting-col .col-image {
      width: 31rem;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 700px) {
        #storage .sec-strage-consulting .consulting-col .col-image {
          width: 100%;
          margin: 2.5rem 0 0 0; } }
#storage .strage-servicecol {
  padding: 6rem 0 0 0; }
  #storage .strage-servicecol:nth-of-type(odd) {
    background: #f4f4f4; }
  #storage .strage-servicecol .servicecol-col {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 700px) {
      #storage .strage-servicecol .servicecol-col {
        flex-direction: column; } }
    #storage .strage-servicecol .servicecol-col .col-box {
      width: 51rem;
      position: relative; }
      @media screen and (max-width: 700px) {
        #storage .strage-servicecol .servicecol-col .col-box {
          width: 100%;
          margin-bottom: 5rem; } }
      #storage .strage-servicecol .servicecol-col .col-box p {
        margin-bottom: 3rem; }
      #storage .strage-servicecol .servicecol-col .col-box h3 {
        font-weight: 700;
        margin-bottom: 3rem;
        font-size: 1.6rem; }
    #storage .strage-servicecol .servicecol-col .col-lead {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2rem; }
      @media screen and (max-width: 700px) {
        #storage .strage-servicecol .servicecol-col .col-lead {
          flex-direction: column; } }
      #storage .strage-servicecol .servicecol-col .col-lead .lead-image {
        width: 21rem; }
        @media screen and (max-width: 700px) {
          #storage .strage-servicecol .servicecol-col .col-lead .lead-image {
            width: 100%;
            margin-bottom: 2.5rem; } }
      #storage .strage-servicecol .servicecol-col .col-lead .lead-text {
        width: 27rem; }
        @media screen and (max-width: 700px) {
          #storage .strage-servicecol .servicecol-col .col-lead .lead-text {
            width: 100%; } }
    #storage .strage-servicecol .servicecol-col .col-image-closs {
      position: relative;
      display: flex; }
      @media screen and (max-width: 700px) {
        #storage .strage-servicecol .servicecol-col .col-image-closs {
          flex-direction: column; } }
      #storage .strage-servicecol .servicecol-col .col-image-closs figure {
        width: 30rem;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media screen and (max-width: 700px) {
          #storage .strage-servicecol .servicecol-col .col-image-closs figure {
            width: 100%; } }
        #storage .strage-servicecol .servicecol-col .col-image-closs figure figcaption {
          font-size: 1.1rem;
          display: block;
          line-height: 1.3; }
          @media screen and (max-width: 700px) {
            #storage .strage-servicecol .servicecol-col .col-image-closs figure figcaption br {
              display: none; } }
        #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-top {
          z-index: 10; }
          #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-top figcaption {
            margin-top: 1rem; }
        #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom {
          margin-top: 9.5rem;
          margin-left: -5rem; }
          @media screen and (max-width: 700px) {
            #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom {
              margin-top: 2.5rem;
              margin-left: 0; } }
          #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom img {
            order: 1; }
            @media screen and (max-width: 700px) {
              #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom img {
                order: initial; } }
          #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom figcaption {
            text-align: right;
            margin-bottom: 1rem; }
            @media screen and (max-width: 700px) {
              #storage .strage-servicecol .servicecol-col .col-image-closs figure.image-bottom figcaption {
                margin: 1rem 0 0 0;
                text-align: left; } }
    #storage .strage-servicecol .servicecol-col .col-btn {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 700px) {
        #storage .strage-servicecol .servicecol-col .col-btn {
          flex-direction: column; } }
      #storage .strage-servicecol .servicecol-col .col-btn p {
        width: 25rem;
        height: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #3372f2;
        background: #fff;
        border-radius: 5px;
        color: #3372f2;
        font-size: 2.2rem;
        font-weight: 700; }
        @media screen and (max-width: 700px) {
          #storage .strage-servicecol .servicecol-col .col-btn p {
            width: 100%;
            margin: .5rem 0; } }
        #storage .strage-servicecol .servicecol-col .col-btn p span {
          display: block;
          text-align: center; }
        #storage .strage-servicecol .servicecol-col .col-btn p small {
          font-size: 1.6rem;
          display: block;
          margin-top: 5px; }
          @media screen and (max-width: 700px) {
            #storage .strage-servicecol .servicecol-col .col-btn p small {
              display: inline-flex; } }
        #storage .strage-servicecol .servicecol-col .col-btn p i {
          width: 4.5rem;
          margin-right: 2.5rem; }
          @media screen and (max-width: 700px) {
            #storage .strage-servicecol .servicecol-col .col-btn p i {
              margin-right: 1.25rem; } }
#storage .con-ttl {
  font-size: 2.4rem;
  color: #3372f2;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-feature-settings: "palt";
  border-left: 5px solid #3372f2;
  padding-left: 2rem; }
  #storage .con-ttl b {
    font-weight: 700; }
  #storage .con-ttl .aw:not(:last-child) {
    margin-bottom: 5px; }

.sec-data-storage .flex-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .sec-data-storage .flex-sec .left {
    width: 47%;
    margin-top: 2rem; }
    .sec-data-storage .flex-sec .left .img {
      margin-top: 4rem; }
  .sec-data-storage .flex-sec .right {
    width: 47%;
    margin-top: 2rem; }
    .sec-data-storage .flex-sec .right .lead {
      margin-top: 2.5rem; }
  .sec-data-storage .flex-sec .data-txt01 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
    font-feature-settings: "palt"; }
    .sec-data-storage .flex-sec .data-txt01 b {
      display: inline-block;
      color: #fff;
      background: #3372f2;
      padding: 0.5rem 1.5rem;
      margin-bottom: 1rem;
      border-radius: 0.8rem;
      margin-right: 1rem; }
  .sec-data-storage .flex-sec .data-txt02 {
    background: #d6e3fc;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold; }
  .sec-data-storage .flex-sec .txt-b {
    color: #3372f2; }
  .sec-data-storage .flex-sec .data-merit {
    border-top: 1px solid #3372f2;
    margin-top: 2rem;
    padding-top: 1rem; }
    .sec-data-storage .flex-sec .data-merit li {
      margin-top: 1.5rem;
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: bold;
      position: relative;
      padding-left: 2rem; }
      .sec-data-storage .flex-sec .data-merit li:before {
        content: "";
        width: 1.4rem;
        height: 1.4rem;
        background: #3372f2;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0.5rem; }
  @media screen and (max-width: 768px) {
    .sec-data-storage .flex-sec .left {
      width: 100%;
      margin-top: 1rem; }
      .sec-data-storage .flex-sec .left .img {
        text-align: center; }
        .sec-data-storage .flex-sec .left .img img {
          max-width: 45rem !important; }
    .sec-data-storage .flex-sec .right {
      width: 100%;
      margin-top: 6rem; } }
