@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/inc/image/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/inc/font/fonts/slick.eot");
  src: url("/inc/font/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/inc/font/fonts/slick.woff") format("woff"), url("/inc/font/fonts/slick.ttf") format("truetype"), url("/inc/font/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#cloud {
  overflow: hidden; }
  #cloud .mainv {
    text-align: center;
    background-color: #FFE745; }
    #cloud .mainv__imgpc {
      max-width: 1166px;
      width: 100%; }
      @media screen and (max-width: 568px) {
        #cloud .mainv__imgpc {
          display: none; } }
    #cloud .mainv__imgsp {
      display: none; }
      @media screen and (max-width: 568px) {
        #cloud .mainv__imgsp {
          display: block;
          max-width: 350px;
          width: 100%;
          margin: 0 auto; } }

.bg.lightyellow {
  background-color: #FFFDEB; }

.ttl_cloudh2 {
  font-size: 37px;
  text-align: center; }
  @media screen and (max-width: 568px) {
    .ttl_cloudh2 {
      font-size: 30px;
      line-height: 1.3; } }
  .ttl_cloudh2 .small {
    font-size: 33px; }
    @media screen and (max-width: 568px) {
      .ttl_cloudh2 .small {
        font-size: 26px; } }
  .ttl_cloudh2 .black {
    color: #000; }
  .ttl_cloudh2 .big {
    font-size: 58px; }
    @media screen and (max-width: 568px) {
      .ttl_cloudh2 .big {
        font-size: 40px; } }
  .ttl_cloudh2__fukidashi {
    display: block;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 568px) {
      .ttl_cloudh2__fukidashi {
        margin-bottom: 10px; } }
    .ttl_cloudh2__fukidashi.border:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 12px;
      background-image: url(/inc/image/lp/cloud/img_fukidashiborder_bottom.png);
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%); }
    .ttl_cloudh2__fukidashi.border .ttl_cloudh2__fukidashiinner {
      background-color: #fff;
      border: 1px solid #0092E5; }
    .ttl_cloudh2__fukidashi.yellow:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 11px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 5px 0 5px;
      border-color: #FFE846 transparent transparent transparent;
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%); }
    .ttl_cloudh2__fukidashi.yellow .ttl_cloudh2__fukidashiinner {
      background-color: #FFE846; }
    .ttl_cloudh2__fukidashi.blue:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 11px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 5px 0 5px;
      border-color: #0092E5 transparent transparent transparent;
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%); }
    .ttl_cloudh2__fukidashi.blue .ttl_cloudh2__fukidashiinner {
      background-color: #0092E5;
      color: #fff; }
  .ttl_cloudh2__fukidashiinner {
    display: inline-block;
    font-size: 22px;
    padding: 16px 50px;
    border-radius: 35px; }
    @media screen and (max-width: 568px) {
      .ttl_cloudh2__fukidashiinner {
        padding: 16px 24px;
        font-size: 18px; } }

.ttl_underborder span {
  font-size: 30px;
  background: linear-gradient(transparent 60%, #FFE846 60%); }
  @media screen and (max-width: 568px) {
    .ttl_underborder span {
      font-size: 23px; } }

.yellowband {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFE846;
  padding: 45px;
  margin-bottom: 100px; }
  .yellowband h2 {
    margin-bottom: 0; }

.f-container {
  display: -ms-flexbox;
  display: flex; }

.box-shadow {
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 15px 20px; }
  .box-shadow--fukidashi {
    position: relative; }
    .box-shadow--fukidashi:before {
      content: '';
      display: inline-block;
      width: 43px;
      height: 38px;
      background-image: url(/inc/image/lp/cloud/img_fukidashishadow_bottom.png);
      position: absolute;
      bottom: -29px;
      left: 50%;
      transform: translateX(-50%); }

.onayamiwrap {
  position: relative;
  padding-bottom: 0; }
  .onayamiwrap:after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 78px;
    background-image: url(/inc/image/lp/cloud/img_sectionbottom_b.png);
    background-size: 100% 78px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%); }

.kadailist__detail {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 568px) {
    .kadailist__detail {
      width: 300px;
      margin: 0 auto; } }

.kadailist__title {
  display: block;
  font-size: 20px;
  color: #0092E5;
  font-weight: 700;
  margin: 0 30px; }
  @media screen and (max-width: 800px) {
    .kadailist__title {
      font-size: 18px;
      margin: auto; } }
  @media screen and (max-width: 568px) {
    .kadailist__title {
      text-align: center; } }

.kadailist__text {
  font-size: 18px;
  margin: 0; }
  @media screen and (max-width: 800px) {
    .kadailist__text {
      font-size: 16px; } }

.kadailist__imgwrap {
  text-align: center;
  margin-top: -5px; }

.kadailist .col-4_xs-12 {
  padding: 0 15px 60px; }
  @media screen and (max-width: 800px) {
    .kadailist .col-4_xs-12 {
      padding: 0 15px 60px; } }
  @media screen and (max-width: 800px) {
    .kadailist .col-4_xs-12:last-child {
      padding-bottom: 0; } }

.kaiketuwrap {
  padding-top: 150px !important;
  margin-top: 90px;
  position: relative; }
  .kaiketuwrap:after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 78px;
    background-image: url(/inc/image/lp/cloud/img_sectionbottom_w.png);
    background-size: 100% 78px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .kaiketuwrap .kaiketu__contentsbox {
    margin: 0 auto;
    padding: 35px 15px 50px;
    width: 800px;
    max-width: 100%;
    background-color: #fff;
    text-align: center; }
    .kaiketuwrap .kaiketu__contentsbox section:not(:last-child) {
      margin-bottom: 50px; }
  .kaiketuwrap .kaiketu__text {
    width: 470px;
    margin: 0 auto;
    text-align: left; }
    @media screen and (max-width: 568px) {
      .kaiketuwrap .kaiketu__text {
        width: auto; } }

.reasonwrap {
  padding-top: 0 !important; }
  @media screen and (max-width: 800px) {
    .reasonwrap .reasonlist {
      padding: 0; } }
  .reasonwrap .reasonlist .box-shadow {
    position: relative;
    padding: 40px 20px 10px;
    height: 565px; }
    @media screen and (max-width: 800px) {
      .reasonwrap .reasonlist .box-shadow {
        height: 635px; } }
    @media screen and (max-width: 568px) {
      .reasonwrap .reasonlist .box-shadow {
        height: auto;
        margin-bottom: 30px; } }
  .reasonwrap .reasonlist__num {
    font-size: 47px;
    color: #0092E5;
    border: 5px solid #0092E5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 57px;
    display: block;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%); }
  .reasonwrap .reasonlist__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-bottom: 20px;
    line-height: 1.3;
    height: 2em; }
  .reasonwrap .reasonlist__imgwrap {
    background-color: #F2F2F2; }
    .reasonwrap .reasonlist__imgwrap img {
      display: block;
      margin: 0 auto; }
  .reasonwrap .reasonlist .col-4_xs-12 {
    padding: 0 10px 60px; }
    @media screen and (max-width: 568px) {
      .reasonwrap .reasonlist .col-4_xs-12 {
        padding: 0 30px 60px; } }

.samplewrap h3 {
  color: #0092E5; }
  .samplewrap h3 .small {
    font-size: 2.4rem; }
    @media screen and (max-width: 568px) {
      .samplewrap h3 .small {
        font-size: 20px; } }
  .samplewrap h3 .black {
    color: #000; }

@media screen and (max-width: 800px) {
  .samplewrap .f-container {
    -ms-flex-direction: column;
        flex-direction: column; } }

.samplewrap .f-container img {
  width: 298px;
  margin-right: 20px; }
  @media screen and (max-width: 800px) {
    .samplewrap .f-container img {
      margin-right: 0; } }
  @media screen and (max-width: 568px) {
    .samplewrap .f-container img {
      width: 100%; } }

.samplewrap .sample__contentsbox {
  margin-top: 20px; }
  .samplewrap .sample__contentsbox .box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 20px 20px; }

.samplewrap .moviewrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .samplewrap .moviewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flowwrap ol li {
  list-style-type: none;
  font-size: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 568px) {
    .flowwrap ol li {
      font-size: 1.6rem; }
      .flowwrap ol li .boxwrap {
        padding: 30px 10px 20px !important; } }

.service .logowrap {
  text-align: center; }
  @media screen and (max-width: 800px) {
    .service .logowrap img {
      width: 100%; } }

.service .member {
  border: 1px solid #0092E5;
  width: 920px;
  margin: 100px auto;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .service .member {
      width: auto; } }
  .service .member__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
    @media screen and (max-width: 800px) {
      .service .member__title {
        font-size: 16px; } }
    @media screen and (max-width: 320px) {
      .service .member__title {
        font-size: 14px; } }
    .service .member__title span {
      display: inline-block;
      background-color: #0092E5;
      color: #fff;
      padding: 10px 30px; }
      @media screen and (max-width: 568px) {
        .service .member__title span {
          padding: 10px 15px; } }
  .service .member img {
    margin: 50px 0 20px; }
    @media screen and (max-width: 568px) {
      .service .member img {
        width: 60%;
        margin: 70px 0 20px; } }

.qa section {
  max-width: 800px; }

.qalist dt {
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 90px;
  position: relative; }
  @media screen and (max-width: 568px) {
    .qalist dt {
      font-size: 16px;
      padding-left: 50px;
      margin-left: 0; } }
  .qalist dt:before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(/inc/image/lp/cloud/ico_q.png);
    position: absolute;
    left: 0; }
    @media screen and (max-width: 568px) {
      .qalist dt:before {
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
        top: 0; } }

.qalist dd {
  background-color: #fff;
  padding: 30px; }
  .qalist dd:not(:last-child) {
    margin-bottom: 40px; }

.qalist__note {
  padding: 10px;
  background-color: #eee; }

/*# sourceMappingURL=../_map/page/cloud.css.map */
