@charset "UTF-8";
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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 {
  padding: 0;
  border-style: none;
}

/**
     * 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;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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;
}

body {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #003a6b;
  text-decoration: none;
  background-color: transparent;
}

a:visited {
  color: #2b006b;
  outline: 0;
}

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 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  border: 0;
  outline: 0;
}

@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
}

@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 5px rgba(255, 96, 16, 0.3), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05), 0 3px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05), 0 3px 0 rgba(0, 0, 0, 0.06);
  }
}
.header {
  height: 62px;
}

.headerInner {
  width: 1040px;
  margin: auto;
  text-align: left;
}
.headerInner img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 94px;
  height: 41px;
  padding: 10px 0;
}

.l-siteFooter {
  width: 980px;
  padding: 16px 10px 0;
  margin: 0 auto 10px;
  font-family: arial, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.l-siteFooter a,
.l-siteFooter p {
  font-family: arial, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.l-wrap {
  display: table;
  width: 100%;
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.copyright {
  margin: 10px 0;
}
.copyright a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #435b67 !important;
  text-decoration: underline;
}

.l-box {
  display: table-cell;
  vertical-align: top;
}

.l-gutter20 {
  display: table-cell;
  width: 20px;
}

.links--inline {
  padding: 5px 0;
  font-size: 10px;
  line-height: 1.5;
}
.links--inline > a {
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #666;
}

.txt-r {
  text-align: right;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 551px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 281px;
  background: #f7f5ee;
}
.hero__bgTriangle {
  position: absolute;
  top: 281px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 189px;
}
.hero__bgTriangle img {
  width: 100%;
  height: 100%;
}
.hero__callout {
  position: relative;
  z-index: 1;
  width: 168px;
  height: 33px;
  padding: 0 16px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 33px;
  color: #fff;
  background: #ff6010;
  border-radius: 17px;
}
.hero__callout::before {
  position: absolute;
  top: 17px;
  right: 51px;
  z-index: -1;
  width: 17px;
  height: 17px;
  content: "";
  background: #ff6010;
  -webkit-transform: rotate(40deg) skewX(42deg);
          transform: rotate(40deg) skewX(42deg);
}
.hero__title {
  height: 99px;
  font-size: 58px;
  font-weight: 600;
  line-height: 90px;
}
.hero__title span {
  color: #ff6010;
}
.hero__titleNumber {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 115px;
  font-weight: bold;
  line-height: 90px;
  letter-spacing: -3.83px;
}
.hero__titleNumber img {
  position: absolute;
  top: 7px;
  right: -13px;
  width: 26px;
  height: 26px;
}
.hero__titleBigText {
  font-size: 79px;
}
.hero__clientImage {
  width: 530px;
  height: 194px;
  padding: 20px 50px;
  margin-top: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.hero__clientImage img {
  width: 430px;
  height: 154px;
}
.hero__mainImageWrap {
  position: absolute;
  top: 55px;
  left: 661px;
}
.hero__mainImage {
  width: 503px;
  height: 496px;
}
.hero__mainImage img {
  width: 100%;
}
.hero__mainImageDescription {
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  color: #666;
  text-align: right;
}

.heroInner {
  position: relative;
  z-index: 1;
  width: 1080px;
  padding: 24px 0 0 0;
  margin: auto;
}

.heroSteps {
  width: 880px;
  height: 182px;
  margin: 56px auto;
  border: 2px solid #ebe9e4;
}
.heroSteps__header {
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #333;
  text-align: center;
  background: #f5f4f0;
}
.heroSteps__header span {
  margin: 0 2px;
}
.heroSteps__main {
  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;
  padding-top: 24px;
}
.heroSteps__stepImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  width: 92px;
  height: 92px;
}
.heroSteps__stepImg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.heroSteps__stepText {
  width: 70px;
  margin-left: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}
.heroSteps__stepText > span {
  display: inline-block;
  width: 55px;
  height: 19px;
  margin-bottom: 6px;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background: #ff6010;
  border-radius: 10px;
}
.heroSteps__stepText > span > span {
  font-size: 13px;
}
.heroSteps__stepArrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  width: 82px;
  height: 92px;
  padding-top: 30px;
  text-align: center;
}
.heroSteps__stepArrow img {
  width: 18px;
  height: 33px;
}

.inputWrap, .inputWrap--C {
  padding: 56px 0;
  margin: auto;
  text-align: center;
  background: #fff3d8;
}
.inputWrap--C {
  padding-bottom: 72px;
}

.buttonSubText, .buttonSubText--C {
  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;
  height: 23px;
  margin: 40px auto 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
}
.buttonSubText img, .buttonSubText--C img {
  margin: auto 6px;
}
.buttonSubText--C {
  margin-top: auto;
}

.buttonSubTextLies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin-top: 62px;
}
.buttonSubTextLies__text {
  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;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
.buttonSubTextLies img {
  width: 27px;
  height: 38px;
  margin: auto 12px;
}

.cvButton {
  position: relative;
  display: inline-block;
  width: 576px;
  height: 80px;
  margin-top: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 80px;
  color: #fff !important;
  text-align: center;
  background: #00a04a;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 0 #007437;
          box-shadow: 0 8px 0 #007437;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.cvButton::before, .cvButton::after {
  position: absolute;
  content: "";
}
.cvButton::before {
  top: -24px;
  left: -24px;
  width: 85px;
  height: 85px;
  background: url(/cmn/img/lpImagesSepC01/pc/cv_button_badge.png) no-repeat center/cover;
}
.cvButton::after {
  top: 0;
  right: 32px;
  bottom: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  background: url(/cmn/img/lpImagesSepC01/pc/cv_button_arrow.svg) no-repeat center/cover;
}
.cvButton:hover {
  opacity: 0.7;
}

.sectionTitle {
  position: relative;
  height: 73px;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
.sectionTitle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  margin: auto;
  content: "";
  background: #ff6010;
}
.sectionTitle span {
  margin: 0 4px;
}

.why {
  padding: 72px 0;
  margin: auto;
  background: #f7f5ee;
}

.whyContent {
  position: relative;
  width: 1080px;
  height: 280px;
  padding: 0 0 0 66px;
  margin: auto;
  text-align: left;
  background: #fff;
  border: 2px solid #ebe9e4;
  border-radius: 3px;
}
.whyContent:first-of-type {
  margin: 56px auto 40px;
}
.whyContent__title, .whyContent__title--withBg, .whyContent__title--oneLineWithBg {
  position: relative;
  padding-top: 17px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #ff6010;
}
.whyContent__title--withBg {
  z-index: 1;
  padding-top: 48px;
}
.whyContent__title--withBg::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 195px;
  height: 16px;
  content: "";
  background: #feec4c;
}
.whyContent__title--oneLineWithBg {
  z-index: 1;
  padding-top: 76px;
}
.whyContent__title--oneLineWithBg span {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
}
.whyContent__title--oneLineWithBg span::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 213px;
  height: 16px;
  content: "";
  background: #feec4c;
}
.whyContent__title--oneLineWithBg span span {
  font-size: 42px;
}
.whyContent__title--oneLineWithBg span span::before {
  content: none;
}
.whyContent__number {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 56px;
}
.whyContent__number img {
  position: absolute;
  top: 4px;
  right: -7px;
  width: 15px;
  height: 15px;
}
.whyContent__text {
  margin-top: 26px;
  font-size: 17px;
  line-height: 31px;
}
.whyContent__text .bold {
  font-weight: 600;
}
.whyContent__text .number {
  font-family: "Arial", sans-serif;
}
.whyContent__imageClients {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 510px;
  height: 230px;
  padding: 32px 40px;
}
.whyContent__imageClients img {
  width: 100%;
  height: auto;
}
.whyContent__imageGraph {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 510px;
  height: 230px;
  padding: 1px 33px;
}
.whyContent__imageGraph img {
  width: 100%;
  height: auto;
}

.whyCv {
  text-align: center;
}

.voice {
  padding: 72px 0;
  margin: auto;
}

.voiceCv {
  text-align: center;
}

.voiceContent {
  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;
  width: 857px;
  margin: 32px auto auto;
}
.voiceContent:first-of-type {
  margin-top: 56px;
}
.voiceContent__name, .voiceContent__name--reverse {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 32px;
}
.voiceContent__name img, .voiceContent__name--reverse img {
  width: 100%;
  height: auto;
}
.voiceContent__name--reverse {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 0;
  margin-left: 32px;
}
.voiceContent__nameText {
  margin: 7px auto auto auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #666;
  text-align: center;
}
.voiceContent__nameText span {
  font-family: "Arial", sans-serif;
}
.voiceContent__text, .voiceContent__text--reverse {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 30px 16px 48px;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  background: #f7f5ee;
  border: 1px solid #dedcd7;
  border-radius: 6px;
}
.voiceContent__text span, .voiceContent__text--reverse span {
  font-weight: 600;
  color: #ff6010;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #feec4c));
  background: -webkit-linear-gradient(transparent 50%, #feec4c 0%);
  background: linear-gradient(transparent 50%, #feec4c 0%);
}
.voiceContent__text::before, .voiceContent__text::after, .voiceContent__text--reverse::before, .voiceContent__text--reverse::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.voiceContent__text::before, .voiceContent__text--reverse::before {
  left: -6px;
  background: #dedcd7;
}
.voiceContent__text::after, .voiceContent__text--reverse::after {
  left: -5px;
  background: #f7f5ee;
}
.voiceContent__text--reverse::before {
  right: -6px;
  left: inherit;
}
.voiceContent__text--reverse::after {
  right: -5px;
  left: inherit;
}

.voiceNotice {
  width: 857px;
  margin: 16px auto 72px;
  font-size: 10px;
  color: #666;
  text-align: right;
}

.steps {
  padding: 72px 0;
  margin: auto;
  background: #f7f5ee;
}

.stepsCv {
  margin-top: 12px;
  text-align: center;
}

.stepsMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  height: 387px;
  margin: 56px auto 12px;
}

.stepsMainContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 333px;
          flex: 0 0 333px;
  width: 333px;
  height: 387px;
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 2px solid #ebe9e4;
  border-radius: 3px;
}
.stepsMainContent.spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 334px;
          flex: 0 0 334px;
  width: 334px;
}
.stepsMainContent__steps {
  display: inline-block;
  width: 73px;
  height: 25px;
  margin: auto;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #ff6010;
  border-radius: 16px;
}
.stepsMainContent__steps span {
  margin-left: 4px;
  font-size: 17px;
}
.stepsMainContent__title {
  margin: 16px auto 22px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #ff6010;
}
.stepsMainContent__image {
  width: 156px;
  height: 156px;
  margin: auto;
}
.stepsMainContent__image img {
  width: 100%;
}
.stepsMainContent__text {
  margin-top: 24px;
  font-size: 17px;
  line-height: 31px;
}
.stepsMainContent__text span {
  font-family: "Arial", sans-serif;
}

.stepsArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stepsArrow img {
  width: 20px;
  height: 37px;
}

.fadeOut1 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.fadeIn1 {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.fadeOut2 {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0.01);
          transform: scale(0.01);
}
.fadeOut2[data-delay="1"] {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.fadeOut2[data-delay="2"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.fadeOut2[data-delay="3"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.fadeIn2 {
  opacity: 1 !important;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
          transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
}
.fadeIn2.crown {
  opacity: 1 !important;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.975);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.975);
  -webkit-transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
          transform: translateX(0) translateY(0) scale(1) rotate(0) !important;
}

.fadeOut3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
.fadeOut3[data-delay="1"] {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.fadeOut3[data-delay="2"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.fadeOut3[data-delay="3"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.fadeIn3 {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.main {
  color: #333;
}

.cvBanner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  width: 300px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}
.cvBanner::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
  content: "";
  background: url(/cmn/img/lpImagesSepC01/pc/cv_button_badge.png) no-repeat 50%;
  background-size: cover;
}
.cvBanner__text > img {
  width: 125px;
}
.cvBanner__text > p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.cvBanner .cvButton {
  width: 260px;
  height: 44px;
  padding: 0 30px 0 20px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 44px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #007437;
          box-shadow: 0 4px 0 #007437;
}
.cvBanner .cvButton::before {
  content: none;
}
.cvBanner .cvButton::after {
  right: 16px;
  width: 8px;
  height: 12px;
  background-size: contain;
}
.cvBanner.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
