<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : cloud.css                                 */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* 共通 */
.cloud {
  background: #f2f2f2;
}

.h1_wrap {
  background: url(../../feature/cloud/img/h1_bg.jpg) no-repeat center center/cover;
}

section {
  margin-top: 100px;
}

section:last-of-type {
  margin-bottom: 100px;
}

/* -------------------------------------------------- */
.ex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ex_wrap .ex_box {
  width: 31.6666%;
  max-width: 380px;
}

.ex_wrap .ex_box .img {
  margin-bottom: 20px;
}

.ex_wrap .ex_box .tit {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #dfdfdb;
  margin-bottom: 10px;
}

.device_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.device_wrap .text_box {
  width: 37.5%;
  max-width: 450px;
}

.device_wrap .img_box {
  position: relative;
  width: 54.1666%;
  max-width: 650px;
}

.device_wrap .img_box .device {
  -webkit-transform: translate(-80%, -60%);
          transform: translate(-80%, -60%);
  width: 44%;
  max-width: 286px;
  margin-left: 100px;
}

.device_wrap .img_box .device img {
  width: 100%;
}

.device_wrap .btn03 {
  margin-top: 50px;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .h2 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  section {
    margin-top: 50px;
  }
  section:last-of-type {
    margin-bottom: 50px;
  }
  /* -------------------------------------------------- */
  .ex_wrap {
    display: block;
  }
  .ex_wrap .ex_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ex_wrap .ex_box:last-child {
    margin-bottom: 0;
  }
  .ex_wrap .ex_box .img {
    margin-bottom: 10px;
  }
  .ex_wrap .ex_box .tit {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .ex_wrap .ex_box .text {
    line-height: 2;
  }
  .device_wrap {
    display: block;
  }
  .device_wrap .text_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .device_wrap .img_box {
    width: 100%;
    max-width: 100%;
  }
  .device_wrap .img_box .device {
    position: absolute;
    left: 10px;
    bottom: -50px;
    width: 50%;
  }
  .device_wrap .btn03 {
    margin-top: 20px;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=cloud.css.map */</pre></body></html>