html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #444444;
  background-color: #fff;
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #444444;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header {
  color: blue;
}

.header__inner {
  color: red;
}

.fv {
  background-image: url(../images/pc-fv-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
	margin-top: -2rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 748px) {
  .fv {
    background-image: url(../images/sp-fv-bg.png);
    padding-top: 1.7rem;
	 padding-bottom: 2rem;
  }
}

.fv__inner {
  width: 83.4rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .fv__inner {
    width: 90%;
  }
}

.pc-lead {
  background-image: url(../images/pc-lead-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.8rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
@media (max-width: 748px) {
  .pc-lead {
    display: none;
  }
}

.pc-lead__inner {
  width: 83.4rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .pc-lead__inner {
    width: 90%;
  }
}

.cta {
  background-image: url(../images/pc-bg-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.1rem;
  padding-bottom: 3.8rem;
}

.cta__inner {
  width: 65.7rem;
  max-width: 100%;
  margin: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  box-sizing: border-box;
}

.cta__head {
  margin-bottom: 2.2rem;
}

.cta__body {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 748px) {
  .cta__body {
    flex-direction: column;
    margin-bottom: 1.7rem;
  }
}

.cta__button {
  width: 30.3rem;
  cursor: pointer;
}
@media (max-width: 748px) {
  .cta__button {
    width: 100%;
  }
}

.cta__body-left {
  margin-right: 2.2rem;
}
@media (max-width: 748px) {
  .cta__body-left {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}

.sp-ad {
  display: none;
}
@media (max-width: 748px) {
  .sp-ad {
    display: block;
  }
}

.worry {
  padding-top: 7.6rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 748px) {
  .worry {
    padding-top: 3.7rem;
    padding-bottom: 3.5rem;
  }
}

.worry__inner {
  width: 78.6rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .worry__inner {
    width: 90%;
  }
}

.solve {
  background-image: url(../images/pc-solve-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.6rem;
  padding-bottom: 6.6rem;
  text-align: center;
}
@media (max-width: 748px) {
  .solve {
    background-image: url(../images/sp-solve-bg.png);
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}

.solve__inner {
  width: 74.6rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .solve__inner {
    width: 90%;
  }
}

.recommend {
  padding-top: 6.8rem;
  padding-bottom: 5.7rem;
}
@media (max-width: 748px) {
  .recommend {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.recommend__inner {
  width: 58.6rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .recommend__inner {
    width: 90%;
  }
}

.customer-voice {
  background-image: url(../images/pc-customer-voice-bg.png);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4.4rem;
  padding-bottom: 5.1rem;
}
@media (max-width: 748px) {
  .customer-voice {
    background-image: url(../images/sp-customer-voice-bg.png);
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.customer-voice__inner {
  width: 79.7rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .customer-voice__inner {
    width: 90%;
  }
}

.what-cloudpc {
  padding-top: 6rem;
  padding-bottom: 6.9rem;
}
@media (max-width: 748px) {
  .what-cloudpc {
    padding-top: 3.6rem;
    padding-bottom: 3.3rem;
  }
}

.what-cloudpc__inner {
  width: 78.9rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .what-cloudpc__inner {
    width: 94%;
  }
}

.price {
  background-image: url(../images/pc-price-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.3rem;
  padding-bottom: 5.9rem;
}
@media (max-width: 748px) {
  .price {
    background-image: url(../images/sp-price-bg.png);
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.price__inner {
  width: 78.6rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .price__inner {
    width: 90%;
  }
}

.contact__title {
  width: 50.2rem;
  max-width: 100%;
  margin: auto;
}

.floating {
  width: 100%;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 748px) {
  .floating {
    left: 0;
    transform: translateX(0);
  }
}

.active {
  opacity: 1;
  visibility: visible;
}

.floating__inner {
  width: 62.3rem;
  max-width: 100%;
  margin: auto;
  display: flex;
}
@media (max-width: 748px) {
  .floating__inner {
    width: 98%;
  }
}

.cta__floating-left {
  margin-right: 2rem;
}
@media (max-width: 748px) {
  .cta__floating-left {
    width: 48%;
  }
}

.cta__floating-right {
  width: 48%;
}

.contact {
  padding-top: 4.5rem;
  padding-bottom: 16rem;
}
@media (max-width: 748px) {
  .contact {
    padding-top: 4.1rem;
    padding-bottom: 10rem;
  }
}

.contact__inner {
  width: 62.3rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 748px) {
  .contact__inner {
    width: 90%;
  }
}

.contact__title {
  margin-bottom: 4.6rem;
}
@media (max-width: 748px) {
  .contact__title {
    margin-bottom: 2.9rem;
  }
}

.contact-form__area {
  width: 62.3rem;
  max-width: 100%;
  background-color: #E6E6E6;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3.5rem;
  padding-left: 4.4rem;
  box-sizing: border-box;
  border-radius: 2.2rem;
  margin: auto;
}
@media (max-width: 748px) {
  .contact-form__area {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 3.3rem;
    padding-left: 2rem;
  }
}

.contact-item {
  display: flex;
  margin-bottom: 2.2rem;
}
@media (max-width: 748px) {
  .contact-item {
    flex-direction: column;
  }
}

.contact-item__title {
  font-size: 1.6rem;
  width: 35%;
  position: relative;
}
@media (max-width: 748px) {
  .contact-item__title {
    width: 100%;
    margin-bottom: 6px;
  }
}

.contact-item__req {
  color: #ffffff;
  background-color: #F15F2C;
  padding-right: 6px;
  padding-left: 6px;
  position: absolute;
  right: 0;
}
@media (max-width: 748px) {
  .contact-item__req {
    right: 35%;
  }
}

.contact-item__answer {
  padding-left: 2rem;
  width: 65%;
}
@media (max-width: 748px) {
  .contact-item__answer {
    width: 100%;
    padding-left: 0;
  }
}

.contact-item__answer input {
  font-size: 1.6rem;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  box-sizing: border-box;
  border: none;
  width: 100%;
}

.contact-item__answer textarea {
  font-size: 1.6rem;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: none;
  box-sizing: border-box;
  width: 100%;
}

.contact-item__unreq {
  color: #ffffff;
  background-color: #3A3889;
  padding-right: 6px;
  padding-left: 6px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
@media (max-width: 748px) {
  .contact-item__unreq {
    right: 35%;
  }
}

.button-area {
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit-button {
  color: #ffffff;
  font-size: 1.7rem;
  width: 30rem;
  max-width: 100%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  box-sizing: border-box;
  background-color: #187FC3;
  border-radius: 8px;
  border: none;
  position: relative;
		cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.submit-button::after {
  content: "";
  display: inline-block;
  background-image: url(../images/submit-button-arrow.png);
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: 50%;

}

.wpcf7-spinner {
  display: none;
}
/*# sourceMappingURL=style.css.map */