/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * 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"] {
  -webkit-appearance: button;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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 odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, dl, dd, p, h1, h2, h3, h4, div, figure {
  margin: 0;
  padding: 0;
}

header, footer {
  display: block;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .5s ease, -webkit-text-decoration-color .5s ease;
  transition: opacity .5s ease, -webkit-text-decoration-color .5s ease;
  transition: opacity .5s ease, text-decoration-color .5s ease;
  transition: opacity .5s ease, text-decoration-color .5s ease, -webkit-text-decoration-color .5s ease;
}

em {
  font-style: normal;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-size: 1.33333vw;
}

@media (min-width: 768px) {
  html {
    font-size: 0.71429vw;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

html body {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}

html body .wrapper {
  width: 100%;
  margin: 0 auto;
}

html body .wrapper .sp {
  display: none;
}

@media (max-width: 767.98px) {
  html body .wrapper {
    width: 100vw;
    overflow: hidden;
  }
  html body .wrapper .pc {
    display: none;
  }
  html body .wrapper .sp {
    display: block;
  }
}

html body .wrapper .inner {
  width: 128rem;
  margin: 0 auto;
}

.btn {
  height: 5rem;
  border-radius: .5rem;
  overflow: hidden;
}

.btn a {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 5rem;
  position: relative;
}

.btn a::after {
  content: '';
  display: block;
  width: 2rem;
  height: .9rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/ico_arrow.png);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .btn a:hover {
    opacity: .7;
  }
}

.btn.btn-01 a {
  background-color: #cfac41;
}

.btn.btn-02 a {
  background-color: #008f4d;
}

@media (max-width: 767.98px) {
  .btn a {
    font-size: 1rem;
  }
}

.formBox {
  position: relative;
}

.formBox .form__list > div {
  height: 4.5rem;
  position: relative;
}

.formBox .form__list > div .form__term {
  display: inline-block;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 .5rem;
  position: absolute;
  top: -.5em;
  left: 1.2rem;
  z-index: 3;
}

.formBox .form__list > div .form__description {
  height: 100%;
}

.formBox .form__list > div .form__description input,
.formBox .form__list > div .form__description textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: .5rem;
  padding: 0 1.5rem;
}

.formBox .form__list > div .form__description input::-webkit-input-placeholder,
.formBox .form__list > div .form__description textarea::-webkit-input-placeholder {
  color: #999999;
}

.formBox .form__list > div .form__description input:-ms-input-placeholder,
.formBox .form__list > div .form__description textarea:-ms-input-placeholder {
  color: #999999;
}

.formBox .form__list > div .form__description input::-ms-input-placeholder,
.formBox .form__list > div .form__description textarea::-ms-input-placeholder {
  color: #999999;
}

.formBox .form__list > div .form__description input::placeholder,
.formBox .form__list > div .form__description textarea::placeholder {
  color: #999999;
}

.formBox .form__list > div .form__description.privacy .mwform-checkbox-field,
.formBox .form__list > div .form__description.privacy label {
  display: block;
}

.formBox .form__list > div .form__description.privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 1rem;
  font-size: 1.4rem;
  /*
                        padding-left: 4.4rem;
                        &::before,
                        &::after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        &::after {
                            width: 2.4rem;
                            height: 2.4rem;
                            left: 1rem;
                            border: 1px solid #dedede;
                            border-radius: .5rem;
                        }
                        &::before {
                            left: 1.6rem;
                            width: .5rem;
                            height: .9rem;
                            border-right: .3rem solid #008f4d;
                            border-bottom: 3px solid #008f4d;
                            transform: rotate(45deg);
                            opacity: 0;
                            margin: -0.8rem 0 0 0.3rem;
                        }
                        */
}

.formBox .form__list > div .form__description.privacy label input[type=checkbox] {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  border: 1px solid #dedede;
}

.formBox .form__list > div .form__description.privacy > p:last-child {
  font-size: 1rem;
  padding: 1rem 0 0 4.4rem;
}

.formBox .form__list > div .form__description.privacy > p:last-child a {
  display: inline-block;
  text-decoration: underline;
  color: #008f4d;
}

.formBox .form__list > div .form__description.privacy > p:last-child a:hover {
  text-decoration: none;
}

.formBox .button {
  width: 35rem;
  height: 6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.formBox .button::after {
  content: '';
  display: block;
  width: 2rem;
  height: .9rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/ico_arrow.png);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formBox .button input {
  border: none;
  width: 35rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 1rem;
  position: relative;
  background-color: #008f4d;
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .formBox .button input:hover {
    opacity: .7;
  }
}

@media (max-width: 767.98px) {
  .formBox .button {
    width: 35rem;
  }
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 form.submitting .wpcf7-spinner {
  display: block;
  visibility: visible;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wpcf7 form.submitting .wpcf7-submit {
  opacity: .5;
}

.main-visual .visual-inner .formBox .form__list > .wpcf7-response-output {
  width: 100%;
  margin-top: 3rem;
  height: auto;
}

.download .formBox .wpcf7 .wpcf7-response-output {
  width: 62rem;
  margin: 2rem auto 0;
}

header {
  width: 128rem;
  height: 8.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header h1 {
  font-weight: 700;
  font-size: 3.6rem;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul .tel {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  padding: .5rem 2.9rem 0 0;
}

header ul .tel span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}

header ul .btn {
  width: 22.5rem;
}

header ul .btn.btn-01 {
  margin-right: 2.3rem;
}

@media (max-width: 767.98px) {
  header {
    width: 100vw;
  }
  header h1 {
    font-size: 2.5rem;
    padding-left: 1rem;
  }
  header ul .tel {
    font-size: .8rem;
    padding: .5rem 2.9rem 0 0;
  }
  header ul .tel span {
    font-size: 1.1rem;
    margin-top: .8rem;
  }
  header ul .btn {
    width: 17rem;
  }
  header ul .btn.btn-01, header ul .btn.btn-02 {
    margin-right: 1rem;
  }
  header ul .btn a::after {
    display: none;
  }
}

.main-visual .main-copy {
  background-color: #008f4d;
  height: 30rem;
}

.main-visual .main-copy .inner {
  padding: 3.2rem 0 0 9rem;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-visual .main-copy .inner .column01 {
  font-size: 3.5rem;
  padding: 1.8rem 2.9rem;
  border-radius: 3.35rem;
  background-color: #cfac41;
  color: #ffffff;
  margin-right: 2rem;
}

.main-visual .main-copy .inner .column02 {
  font-size: 3rem;
}

.main-visual .main-copy .inner .column02 em {
  font-size: 6.6rem;
  color: #ffdb6f;
  display: block;
  margin: 2.5rem 0 0 -4rem;
}

.main-visual .visual-inner {
  background-image: url(../../img/kenshin-cloud/mv.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  width: 128rem;
  height: 65.2rem;
  margin: -24.2rem auto 0;
  padding: 12.7rem 0 0 9rem;
}

.main-visual .visual-inner .text {
  font-size: 2.4rem;
  line-height: 1.91667;
  font-weight: 700;
}

.main-visual .visual-inner .price-text {
  font-size: 3rem;
  font-weight: 700;
}

.main-visual .visual-inner .price-text em {
  display: inline-block;
  background-color: #ffec6d;
  font-size: 7rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 0 .5rem;
  margin: 0 1.5rem;
}

.main-visual .visual-inner .price-text span {
  font-size: 7rem;
  font-weight: 100;
}

.main-visual .visual-inner .price-text span.note {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 2rem;
}

.main-visual .visual-inner .formBox {
  margin-top: 3.5rem;
  width: 68rem;
  height: 26.8rem;
  background-color: #ffffff;
  border-radius: 3rem;
}

.main-visual .visual-inner .formBox .form__list {
  width: 62rem;
  margin: 0 auto;
  padding-top: 3.4rem;
  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;
}

.main-visual .visual-inner .formBox .form__list > div {
  width: 30rem;
  margin-bottom: 2.5rem;
}

.main-visual .visual-inner .formBox .form__list > div.button {
  width: auto;
  height: auto;
  margin: 0;
}

@media (max-width: 767.98px) {
  .main-visual {
    width: 100vw;
  }
  .main-visual .main-copy {
    min-height: 15rem;
    height: auto;
    padding-bottom: 8rem;
  }
  .main-visual .main-copy .inner {
    padding: 1.75rem 0 0 4.5rem;
    font-size: 3.8rem;
    line-height: 1.2381;
  }
  .main-visual .main-copy .inner .column01 {
    font-size: 2rem;
    padding: 1rem 2rem;
    background-color: #cfac41;
    color: #ffffff;
  }
  .main-visual .main-copy .inner .column02 {
    font-size: 2rem;
  }
  .main-visual .main-copy .inner .column02 em {
    font-size: 3.5rem;
    margin: 1rem 0 0 -2rem;
  }
  .main-visual .visual-inner {
    width: 70rem;
    min-height: 35.7rem;
    height: auto;
    margin: -12.1rem auto 0;
    padding: 8rem 4.5rem 0;
  }
  .main-visual .visual-inner .text {
    width: 42rem;
    font-size: 1.6rem;
    line-height: 1.91667;
  }
  .main-visual .visual-inner .price-text {
    font-size: 2rem;
  }
  .main-visual .visual-inner .price-text em {
    font-size: 5rem;
    padding: 0 .5rem;
    margin: 0 .5rem;
  }
  .main-visual .visual-inner .price-text span {
    font-size: 3.5rem;
  }
  .main-visual .visual-inner .price-text span.note {
    font-size: .8rem;
    font-weight: 400;
  }
  .main-visual .visual-inner .formBox {
    margin-top: 1.5rem;
    width: 100%;
    min-height: 13rem;
    height: auto;
    background-color: #ffffff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
  }
  .main-visual .visual-inner .formBox .form__list {
    width: 55rem;
    margin: 0 auto;
    padding: 5rem 0 4rem;
  }
  .main-visual .visual-inner .formBox .form__list > div {
    width: 100%;
  }
}

.logo-list {
  width: 74rem;
  margin: 4.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .logo-list {
    width: 70rem;
    margin: 8rem auto 0;
  }
}

.section-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 12rem 0 6rem;
}

.section-title span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #008f4d;
  margin-bottom: 1.2rem;
}

.approach {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/approach.png);
  background-position: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6rem;
  text-align: center;
  color: #ffffff;
}

.approach em {
  color: #ffdb6f;
}

@media (max-width: 767.98px) {
  .approach {
    font-size: 2.5rem;
    background-size: auto 100%;
  }
}

.trouble > ul {
  width: 110rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trouble > ul li {
  width: 34rem;
  padding-top: 25rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}

.trouble > ul li.trouble01 {
  background-image: url(../../img/kenshin-cloud/trouble_01.png);
}

.trouble > ul li.trouble02 {
  background-image: url(../../img/kenshin-cloud/trouble_02.png);
}

.trouble > ul li.trouble03 {
  background-image: url(../../img/kenshin-cloud/trouble_03.png);
}

.trouble .approach {
  height: 22rem;
  padding-top: 6.2rem;
}

@media (max-width: 767.98px) {
  .trouble > ul {
    display: block;
    margin: 0 auto;
    width: 34rem;
  }
  .trouble > ul li {
    margin-bottom: 5rem;
  }
  .trouble > ul li:last-child {
    margin-bottom: 0;
  }
  .trouble .approach {
    padding-top: 8rem;
  }
}

.ferture .ferture-list {
  width: 110rem;
  margin: 0 auto;
}

.ferture .ferture-list div {
  margin-bottom: 5rem;
  position: relative;
  min-height: 34rem;
}

.ferture .ferture-list div::before {
  content: '';
  display: block;
  width: 55rem;
  height: 34rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.ferture .ferture-list div dt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: 3.5rem;
}

.ferture .ferture-list div dt span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 9rem;
  color: #008f4d;
  position: absolute;
  top: -1.5rem;
  left: 3rem;
  line-height: .75;
}

.ferture .ferture-list div dd {
  font-size: 1.6rem;
  line-height: 1.625;
}

.ferture .ferture-list div.ferture-01 {
  padding-left: 57.7rem;
}

.ferture .ferture-list div.ferture-01::before {
  background-image: url(../../img/kenshin-cloud/ferture_01.png);
  left: 0;
}

.ferture .ferture-list div.ferture-02 {
  padding-right: 57.7rem;
}

.ferture .ferture-list div.ferture-02::before {
  background-image: url(../../img/kenshin-cloud/ferture_02.png);
  right: 0;
}

.ferture .ferture-list div.ferture-02 dt span {
  left: auto;
  right: 3rem;
}

.ferture .ferture-list div.ferture-03 {
  padding-left: 57.7rem;
}

.ferture .ferture-list div.ferture-03::before {
  background-image: url(../../img/kenshin-cloud/ferture_03.png);
  left: 0;
}

.ferture .approach {
  height: 30.7rem;
  padding-top: 8rem;
}

.ferture .approach .btn {
  width: 52rem;
  height: 7rem;
  margin: 3.2rem auto 0;
}

.ferture .approach .btn a {
  line-height: 7rem;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .ferture .ferture-list {
    width: 55rem;
  }
  .ferture .ferture-list div.ferture-01, .ferture .ferture-list div.ferture-02, .ferture .ferture-list div.ferture-03 {
    padding: 35rem 0 0;
  }
  .ferture .ferture-list div.ferture-02 dt span {
    left: 3rem;
    right: auto;
  }
  .ferture .approach {
    padding-top: rem;
  }
  .ferture .approach .btn {
    width: 52rem;
    height: 7rem;
    margin: 3.2rem auto 0;
  }
  .ferture .approach .btn a {
    line-height: 7rem;
    font-size: 2rem;
  }
}

.price .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110rem;
  margin: 0 auto 4rem;
}

.price .price-list .price-box {
  width: 48rem;
  height: 12rem;
  border-radius: 3rem;
  background-color: #f7f7f7;
  font-size: 3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price .price-list .price-box em {
  color: #cfac41;
  font-weight: 700;
  font-size: 7rem;
  font-family: 'Montserrat', sans-serif;
  margin: 0 2rem;
}

.price .price-list .price-box .note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.price .price-list .plus {
  font-size: 10rem;
  font-weight: 100;
  color: #008f4d;
}

.price p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .price .price-list {
    display: block;
    width: 48rem;
  }
  .price .price-list .plus {
    text-align: center;
  }
  .price p {
    width: 60rem;
    margin: 0 auto;
  }
}

.voice {
  background-color: #f7f7f7;
  margin-top: 12rem;
  padding: 12rem 0;
}

.voice .section-title {
  margin-top: 0;
}

.voice .voice-list {
  width: 110rem;
  margin: 0 auto;
}

.voice .voice-list > div {
  min-height: 29rem;
  background-color: #ffffff;
  border-radius: 3rem;
  margin-bottom: 3.8rem;
  padding: 4rem 4rem 4rem 36.8rem;
  position: relative;
}

.voice .voice-list > div:last-child {
  margin-bottom: 0;
}

.voice .voice-list > div > dt {
  font-size: 2rem;
  font-weight: 700;
  color: #008f4d;
  margin-bottom: 2rem;
}

.voice .voice-list > div > dt > div {
  width: 29.7rem;
  position: absolute;
  top: 21rem;
  left: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}

.voice .voice-list > div > dt > div > span {
  display: inline-block;
  background-color: #008f4d;
  color: #ffffff;
  padding: .5rem;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.voice .voice-list > div > dd {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
}

.voice .voice-list > div::before {
  content: '';
  display: block;
  width: 29.7rem;
  height: 18.5rem;
  position: absolute;
  top: 4rem;
  left: 4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.voice .voice-list > div.voice-01::before {
  background-image: url(../../img/kenshin-cloud/voice_01.png);
}

.voice .voice-list > div.voice-02::before {
  background-image: url(../../img/kenshin-cloud/voice_02.png);
}

@media (max-width: 767.98px) {
  .voice .voice-list {
    width: 70rem;
  }
  .voice .voice-list > div {
    padding: 30rem 4rem 4rem;
  }
  .voice .voice-list > div > dt > div {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .voice .voice-list > div::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.company-profile .profile-list {
  width: 90rem;
  margin: 0 auto;
}

.company-profile .profile-list > div {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-profile .profile-list > div > dt {
  background-color: #008f4d;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 25rem;
  min-height: 4.2rem;
  padding: 1.2rem 0 1.2rem 3rem;
}

.company-profile .profile-list > div > dd {
  width: 65rem;
  padding: 1.2rem 0 1.2rem 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .company-profile .profile-list {
    width: 70rem;
  }
}

.president-profile > dl {
  width: 110rem;
  margin: 0 auto;
}

.president-profile > dl > div {
  position: relative;
  padding-left: 46rem;
}

.president-profile > dl > div::before {
  content: '';
  display: block;
  width: 42rem;
  height: 32.7rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/president.png);
  position: absolute;
  top: 0;
  left: 0;
}

.president-profile > dl > div > dt {
  padding: 3rem 0 4rem;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}

.president-profile > dl > div > dd {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}

.president-profile > dl > div > dd .btn {
  width: 32rem;
  margin-top: 2.4rem;
}

@media (max-width: 767.98px) {
  .president-profile > dl {
    width: 70rem;
  }
  .president-profile > dl > div {
    padding: 35rem 0 0;
  }
  .president-profile > dl > div::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .president-profile > dl > div > dt {
    text-align: center;
  }
  .president-profile > dl > div > dd .btn {
    margin: 2.4rem auto 0;
  }
}

.faq {
  background-color: #f7f7f7;
  margin-top: 12rem;
  padding: 12rem 0;
}

.faq .section-title {
  margin-top: 0;
}

.faq .faq-list {
  width: 110rem;
  margin: 0 auto;
}

.faq .faq-list > div {
  background-color: #ffffff;
  padding: 4rem 14rem 4rem 4rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}

.faq .faq-list > div dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #008f4d;
  cursor: pointer;
  position: relative;
}

.faq .faq-list > div dt::after {
  content: '';
  display: block;
  width: 3.6rem;
  height: .2rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10.1rem;
  background-image: url(../../img/kenshin-cloud/toggle_close.png);
  background-size: 100% 100%;
}

.faq .faq-list > div dt.open::after {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../../img/kenshin-cloud/toggle_open.png);
}

.faq .faq-list > div dd {
  padding-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .faq .faq-list {
    width: 70rem;
  }
}

.download {
  background-color: #008f4d;
}

.download .download-inner {
  height: 81.8rem;
  width: 140rem;
  padding-top: 7rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/download_bg.png);
  background-position: center;
  margin: 0 auto;
  position: relative;
}

.download h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
}

.download ul {
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}

.download ul .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
}

.download ul .num::before {
  content: '';
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/kenshin-cloud/ico_tel.png);
  margin-right: 1rem;
}

.download ul .time {
  font-size: 1.6rem;
  line-height: 3.75;
}

.download .formBox {
  background-color: #ffffff;
  border-radius: 3rem;
  width: 68.2rem;
  height: 50rem;
  position: absolute;
  top: 23rem;
  left: 15rem;
}

.download .formBox .form__list {
  width: 62rem;
  margin: 0 auto;
  padding-top: 3.4rem;
}

.download .formBox .form__list > div {
  width: 100%;
  margin-bottom: 2.3rem;
}

.download .formBox .form__list > div.textarea {
  height: 14rem;
}

.download .formBox .button {
  bottom: -3rem;
}

.download .formBox .button input {
  background-color: #cfac41;
}

@media (max-width: 767.98px) {
  .download .download-inner {
    width: 100%;
    background: none;
  }
  .download .formBox {
    left: 7.5rem;
    width: 60rem;
  }
  .download .formBox .form__list {
    width: 55rem;
  }
  .download .formBox .form__list > div {
    height: 4.5rem;
  }
  .download .formBox .form__list > div.textarea {
    height: 14rem;
  }
  .download ul .time {
    line-height: 2;
  }
}

footer {
  background-color: #f7f7f7;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110rem;
  margin: 0 auto;
  padding: 6rem 0;
}

footer nav > h2 {
  font-size: 1.8rem;
  font-weight: 700;
  width: 14.8rem;
}

footer nav > div {
  width: 31.7rem;
}

footer nav > div > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #008f4d;
  margin-bottom: 2rem;
}

footer nav > div > h3 br {
  display: none;
}

footer nav > div > ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
}

footer nav > div > ul li a {
  display: inline-block;
}

footer nav > div:last-child {
  padding-left: 6rem;
}

footer .bottom {
  background-color: #ffffff;
}

footer .bottom .bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9rem;
  width: 110rem;
  margin: 0 auto;
}

footer .bottom .bottom-inner .btn {
  width: 22rem;
  height: 5rem;
  font-size: 1.8rem;
}

footer .bottom .bottom-inner > p {
  width: 25rem;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 4.2rem;
}

footer .bottom .bottom-inner > p span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

footer .bottom .bottom-inner > div > ul {
  width: 63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
}

footer .bottom .bottom-inner > div > ul li:first-child {
  margin-right: 2rem;
}

footer .bottom .bottom-inner > div > p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  margin-top: 1rem;
}

footer .bottom .bottom-inner .copyright {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

footer li a {
  text-decoration: underline;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  color: #000000;
}

@media (hover: hover) and (pointer: fine) {
  footer li a:hover {
    -webkit-text-decoration-color: #ffffff;
            text-decoration-color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  footer nav {
    width: 70rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer nav h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  footer nav div {
    width: 33.3%;
  }
  footer nav div h3 {
    font-size: 1.6rem;
  }
  footer nav div h3 br {
    display: block;
  }
  footer nav div > ul li {
    font-size: 1.2rem;
  }
  footer .bottom .bottom-inner {
    width: 73rem;
  }
  footer .bottom .bottom-inner > p {
    width: 20rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
  footer .bottom .bottom-inner > p span {
    font-size: 1.4rem;
  }
  footer .bottom .bottom-inner > div > ul {
    width: 31rem;
    font-size: .8rem;
  }
  footer .bottom .bottom-inner > div > ul li:first-child {
    margin-right: 1rem;
  }
  footer .bottom .bottom-inner > div > p {
    font-size: .8rem;
  }
}
/*# sourceMappingURL=index.css.map */

/* バリデーションエラーメッセージ */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {

	color: #000000;

}