@charset "UTF-8";
:root {
  --zen: "Zen Kaku Gothic New", sans-serif;
  --noto: "Noto Sans JP", sans-serif;
  --din_bold: "DIN 2014 Bold";
  --din_demi: "DIN 2014 Demi";
}

@font-face {
  font-family: "DIN 2014 Bold";
  src: url("../fonts/DIN_2014_Bold.ttf");
}

@font-face {
  font-family: "DIN 2014 Demi";
  src: url("../fonts/DIN_2014_Demi.otf");
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: var(--black);
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #151515;
  font-family: "Noto Sans JP", 'Hiragino Sans', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

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

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

.c_red {
  color: #D62C2C;
}

.txt_en {
  font-family: "Zalando Sans Expanded", sans-serif;
}

@-webkit-keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-moz-keyframes arrowHoverVerticalDown {
  0% {
    -moz-transform: translateY(0.6rem);
         transform: translateY(0.6rem);
  }
  75% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  100% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
}

@keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
       -moz-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .pTop {
    padding-top: var(--header-height);
  }
  .pTop .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
  }
  .pTop .header__logo {
    line-height: 0;
  }
  .pTop .header__logo a {
    display: inline-block;
    line-height: 0;
  }
  .pTop .header__logo a img {
    height: 45px;
  }
  .pTop .header__tel {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 36.96px;
    margin-left: 8px;
  }
  .pTop .header__tel span {
    color: #333333;
    font-size: 38.56px;
    line-height: 39px;
    font-family: var(--din_bold);
    white-space: nowrap;
    display: inline-block;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  .pTop .header__tel::before {
    position: absolute;
    content: "";
    width: 25.16px;
    height: 37.84px;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -2px;
  }
  .pTop .header__link {
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .header__link li {
    line-height: 0;
    width: 212.02px;
  }
  .pTop .header__link li + li {
    margin-left: 6.69px;
  }
  .pTop .header__link li a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .pTop .header__link li a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv {
    background: url("../img/mvBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .mv__intro {
    text-align: center;
    color: #FFFFFF;
    font-size: 22.5px;
    line-height: 1.3;
    font-family: var(--zen);
    font-weight: 900;
    padding: 4.5px 0;
    background: #363F5E;
  }
  .pTop .mv__main {
    padding: 13px 0 0;
    text-align: center;
  }
  .pTop .mv__main img {
    max-width: 800px;
    width: 100%;
  }
  .pTop .mv__bot {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    position: relative;
    z-index: 2;
  }
  .pTop .mv__bot--inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 30px 0;
  }
  .pTop .mv__bot--inner::before {
    position: absolute;
    content: "";
    width: 378px;
    height: 138px;
    background: url("../img/mvMedal.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 144px;
    top: -121px;
  }
  .pTop .cta {
    background: url("../img/ctaBg.png") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 27px 0 30px;
  }
  .pTop .cta__main {
    max-width: 800px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #FF7428;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 26.11px;
  }
  .pTop .cta__main--title {
    width: 100%;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 16px;
  }
  .pTop .cta__main--title::after {
    position: absolute;
    content: "";
    width: 178.19px;
    height: 192.86px;
    background: url("../img/ctaMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -21px;
    right: 57.83px;
  }
  .pTop .cta__main--google {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 500px;
    margin: 0 16.5px;
  }
  .pTop .cta__main--tel {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 381px;
    margin: 12.47px 16.5px 0;
    position: relative;
  }
  .pTop .cta__main--tel img {
    width: 100%;
  }
  .pTop .cta__main--tel span {
    position: absolute;
    font-size: 46.24px;
    line-height: 1;
    font-family: var(--din_bold);
    color: #D30004;
    left: 76.15px;
    top: 26.8px;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  .pTop .cta__main--mail {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 323.73px;
    margin: 0 16.5px;
    line-height: 0;
  }
  .pTop .cta__main--line {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 323.73px;
    margin: 0 16.5px 3px;
    line-height: 0;
  }
  .pTop .cta.st2 .cta__main {
    padding-top: 27px;
  }
  .pTop .cta.st2 .cta__main--list {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 17.52px;
  }
  .pTop .cta.st2 .cta__main--list img {
    width: 740px;
  }
  .pTop .intro {
    padding: 60px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F8F8F8));
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #F8F8F8 100%);
    background: -moz- oldlinear-gradient(top, #F5F5F5 0%, #F8F8F8 100%);
    background: linear-gradient(180deg, #F5F5F5 0%, #F8F8F8 100%);
  }
  .pTop .intro__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -6px -4px;
  }
  .pTop .intro__main ul li {
    width: 327px;
    margin: 6px 4px;
    line-height: 0;
  }
  .pTop .intro__main ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .offer {
    padding-bottom: 23px;
  }
  .pTop .offer h2 {
    text-align: center;
    position: relative;
    padding: 30px 0;
  }
  .pTop .offer h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 30px), 50% 100%, 0 -webkit-calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 30px), 50% 100%, 0 -moz-calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    z-index: -1;
  }
  .pTop .offer h2 img {
    width: 800px;
  }
  .pTop .offer__main {
    text-align: center;
    margin-top: 16px;
  }
  .pTop .offer__main img {
    max-width: 1000px;
    width: 100%;
  }
  .pTop .reason {
    padding: 60px 0 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .reason::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 15px), 50% 100%, 0 -webkit-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 15px), 50% 100%, 0 -moz-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
    background: #FFB20C;
  }
  .pTop .reason__main {
    max-width: 800px;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 383px;
  }
  .pTop .reason__main--list {
    margin-top: 18.33px;
  }
  .pTop .reason__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -6.5px -4.5px;
  }
  .pTop .reason__main--list ul li {
    width: 395px;
    margin: 6.5px 4.5px;
  }
  .pTop .concern {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 34px 0 18px;
    z-index: 3;
  }
  .pTop .concern::after {
    position: absolute;
    content: "";
    background: url("../img/concernBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 100%;
    height: -webkit-calc(100% + 32px);
    height: -moz-calc(100% + 32px);
    height: calc(100% + 32px);
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 32px), 50% 100%, 0 -webkit-calc(100% - 32px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 32px), 50% 100%, 0 -moz-calc(100% - 32px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
    z-index: -1;
  }
  .pTop .concern__main {
    max-width: 800px;
  }
  .pTop .concern__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .concern__main h2 span {
    width: 409.24px;
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .concern__main h2 span::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 104px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/concernTick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -123.4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .concern__main h2 span img {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(-5.68deg);
       -moz-transform: rotate(-5.68deg);
        -ms-transform: rotate(-5.68deg);
            transform: rotate(-5.68deg);
  }
  .pTop .concern__main .list {
    margin-top: 39px;
  }
  .pTop .concern__main .list img {
    width: 100%;
  }
  .pTop .honest {
    background: url("../img/honestBg.png") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 69px 0 30px;
  }
  .pTop .honest__main--top {
    line-height: 0;
  }
  .pTop .honest__main--bot {
    margin-top: 30px;
  }
  .pTop .success {
    padding: 30px 0;
    background: #363F5E;
  }
  .pTop .success__main {
    background: #fff;
    padding: 30px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .success__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .success__main h2 img {
    width: 450px;
  }
  .pTop .success__main--list {
    margin-top: 20px;
    text-align: center;
    line-height: 0;
  }
  .pTop .success__main--list img {
    width: 870px;
  }
  .pTop .assist {
    background: url("../img/assistBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0;
  }
  .pTop .assist__main {
    max-width: 1000px;
  }
  .pTop .assist__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .assist__main h2 img {
    width: 518px;
  }
  .pTop .assist__main--con {
    margin-top: 24px;
    width: 100%;
    line-height: 0;
  }
  .pTop .compare {
    background: #FFFAE6;
    padding: 60px 0 61px;
  }
  .pTop .compare__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .compare__main h2 img {
    width: 555px;
  }
  .pTop .compare__main--table {
    line-height: 0;
    margin-top: 30px;
    text-align: center;
  }
  .pTop .compare__main--table img {
    width: 800px;
  }
  .pTop .voice {
    background: #FFFBF5;
    padding-bottom: 44px;
  }
  .pTop .voice__title {
    background: url("../img/voiceTitleBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .voice__title::before, .pTop .voice__title::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFCB2F), to(#FFE762));
    background: -webkit-linear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: -moz- oldlinear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: linear-gradient(0deg, #FFCB2F 0%, #FFE762 100%);
  }
  .pTop .voice__title::before {
    height: 4px;
    top: 0;
  }
  .pTop .voice__title::after {
    height: 6px;
    bottom: 0;
  }
  .pTop .voice__title h2 {
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .pTop .voice__title h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFCB2F), to(#FFE762));
    background: -webkit-linear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: -moz- oldlinear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: linear-gradient(0deg, #FFCB2F 0%, #FFE762 100%);
    bottom: 9px;
    left: 0;
    z-index: -1;
  }
  .pTop .voice__title h2 img {
    width: 565px;
    margin-left: 187px;
  }
  .pTop .voice__main {
    margin-top: 24.5px;
    max-width: 1008px;
  }
  .pTop .voice__main--slider--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .voice__main--slider--inner picture {
    width: 328px;
    margin: 5.5px 4px;
  }
  .pTop .example {
    padding: 30px 0;
    background: #FFCB2F;
  }
  .pTop .example__main {
    max-width: 800px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #FFFFFF;
    padding: 30px;
  }
  .pTop .example__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .example__main h2 img {
    width: 450px;
  }
  .pTop .example__main--list {
    margin-top: 20px;
    text-align: center;
  }
  .pTop .example__main--list img {
    width: 650px;
  }
  .pTop .contact {
    background: #FFFBF5;
    padding: 60px 0;
  }
  .pTop .contact__main {
    max-width: 800px;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    font-family: var(--zen);
    color: #151515;
  }
  .pTop .contact__main .txt {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--zen);
    color: #151515;
  }
  .pTop .contact__main .form {
    margin-top: 30px;
  }
  .pTop .contact__main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 164px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 1;
    width: 32px;
    height: 18px;
    font-weight: 700;
    background: #FF7428;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .pTop .contact__main .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #BBCDE5;
    height: 58px;
    padding: 18px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 190px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 30px;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 30px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck > p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: var(--zen);
    color: #3B3B3B;
  }
  .pTop .contact__main .form .wrapCheck > p a {
    color: #0096E2;
  }
  .pTop .contact__main .form .wrapCheck label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #3B3B3B;
    margin-top: 5px;
    position: relative;
    padding: 0 0 0 22px;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 1px;
    background: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 30px;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 355px;
    height: 66px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .pTop .contact__main .form .wrapBtn button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 22.77px;
    background: url("../img/contactArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
  }
  .pTop .company {
    padding: 60px 0 0;
  }
  .pTop .company__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
    color: #151515;
    font-family: var(--zen);
  }
  .pTop .company__main .list {
    margin-top: 34px;
  }
  .pTop .company__main .list dl {
    text-align: center;
  }
  .pTop .company__main .list dl dt {
    background: #F8F8F8;
    font-size: 16px;
    line-height: 26px;
    color: #6B6B6B;
    font-weight: 900;
    font-family: var(--zen);
  }
  .pTop .company__main .list dl dd {
    margin-top: 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: var(--zen);
    color: #151515;
  }
  .pTop .company__main .list dl + dl {
    margin-top: 24px;
  }
  .pTop .footer {
    padding: 40px 0 60px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Hind';
    color: #6B6B6B;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    padding: 40px 0 26px;
    text-align: center;
    color: #fff;
  }
  .pChild .container .footer__link a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .pChild .container .footer__copy {
    font-size: 14px;
    line-height: 20px;
    margin-top: 51px;
  }
  .pChild__main {
    padding: 67px 15px;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
  }
  .pChild__main .thanks {
    text-align: center;
    margin-top: 24px;
  }
  .pChild__main .thanks p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .thanks p + p {
    margin-top: 24px;
  }
  .pChild__main .policy {
    margin-top: 62px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .pTop .header {
    display: none;
  }
  .pTop .mv__intro {
    text-align: center;
    color: #FFFFFF;
    font-size: 5.43478vw;
    line-height: 1.3;
    font-family: var(--zen);
    font-weight: 900;
    padding: 1.08696vw 0;
    background: #363F5E;
  }
  .pTop .mv__main {
    padding: 3.1401vw 0 0;
    text-align: center;
  }
  .pTop .mv__main img {
    max-width: 193.23671vw;
    width: 100%;
  }
  .pTop .mv__bot {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    position: relative;
    z-index: 2;
  }
  .pTop .mv__bot--inner {
    max-width: 193.23671vw;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 28.01932vw 3.62319vw 1.44928vw 0vw;
  }
  .pTop .mv__bot--inner::before {
    position: absolute;
    content: "";
    width: 92.27053vw;
    height: 33.57488vw;
    background: url("../img/mvMedal.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6.28019vw;
  }
  .pTop .cta {
    background: #fff url("../img/ctaBg_sp.png") 0 0 repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    padding: 5.55556vw 3.62319vw 7.24638vw;
  }
  .pTop .cta__main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.72464vw solid #FF7428;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 2.89855vw 2.89855vw 4.10628vw;
  }
  .pTop .cta__main--google {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .pTop .cta__main--google img {
    width: 85.45652vw;
  }
  .pTop .cta__main--title {
    width: -webkit-calc(100% + 7.24638vw);
    width: -moz-calc(100% + 7.24638vw);
    width: calc(100% + 7.24638vw);
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 4.83092vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .cta__main--title img {
    width: 100%;
    height: auto;
  }
  .pTop .cta__main--tel {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
  .pTop .cta__main--tel img {
    width: 100%;
  }
  .pTop .cta__main--tel span {
    position: absolute;
    font-size: 7.72947vw;
    line-height: 1;
    font-family: var(--din_demi);
    color: #fff;
    left: 20.27778vw;
    top: 6.76329vw;
    white-space: nowrap;
  }
  .pTop .cta__main--mail {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    line-height: 0;
    margin-top: 2.89855vw;
  }
  .pTop .cta__main--line {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
    line-height: 0;
    margin-top: 2.89855vw;
  }
  .pTop .cta.st2 {
    position: relative;
    z-index: 2;
    padding-top: 11.11111vw;
    padding-bottom: 7.24638vw;
  }
  .pTop .cta.st2 .cta__main {
    padding-top: 6.28019vw;
  }
  .pTop .cta.st2 .cta__main--list {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 3.15459vw;
  }
  .pTop .cta.st2 .cta__main--list img {
    width: 100%;
  }
  .pTop .cta.st2 .cta__main--title {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.20773vw;
  }
  .pTop .cta.st2 .cta__main--google {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 4.83092vw;
  }
  .pTop .intro {
    padding: 9.66184vw 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F8F8F8));
    background: -webkit-linear-gradient(top, #F5F5F5 0%, #F8F8F8 100%);
    background: -moz- oldlinear-gradient(top, #F5F5F5 0%, #F8F8F8 100%);
    background: linear-gradient(180deg, #F5F5F5 0%, #F8F8F8 100%);
  }
  .pTop .intro__main ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .intro__main ul li + li {
    margin-top: 4.83092vw;
  }
  .pTop .intro__main ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .offer {
    padding-bottom: 9.66184vw;
  }
  .pTop .offer h2 {
    text-align: center;
    position: relative;
    padding: 4.58937vw 0 9.29952vw;
  }
  .pTop .offer h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 7.24638vw), 50% 100%, 0 -webkit-calc(100% - 7.24638vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 7.24638vw), 50% 100%, 0 -moz-calc(100% - 7.24638vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.24638vw), 50% 100%, 0 calc(100% - 7.24638vw));
    z-index: -1;
  }
  .pTop .offer h2 img {
    width: 85.50725vw;
  }
  .pTop .offer__main {
    text-align: center;
    margin-top: 2.41546vw;
  }
  .pTop .reason {
    padding: 8.45411vw 3.62319vw 9.90338vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 5;
  }
  .pTop .reason::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% + 6.03865vw);
    height: -moz-calc(100% + 6.03865vw);
    height: calc(100% + 6.03865vw);
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 6.03865vw), 50% 100%, 0 -webkit-calc(100% - 6.03865vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 6.03865vw), 50% 100%, 0 -moz-calc(100% - 6.03865vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.03865vw), 50% 100%, 0 calc(100% - 6.03865vw));
    background: #FFB20C;
  }
  .pTop .reason__main {
    padding: 0;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 100%;
  }
  .pTop .reason__main--list {
    margin-top: 5.2029vw;
  }
  .pTop .reason__main--list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .reason__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .reason__main--list ul li + li {
    margin-top: 3.62319vw;
  }
  .pTop .concern {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 8.69565vw 0 0vw;
    z-index: 3;
  }
  .pTop .concern::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.83575vw;
    top: 0;
    left: 0;
    background: #666666;
    opacity: 0.4;
    -webkit-filter: blur(0.60386vw);
            filter: blur(0.60386vw);
  }
  .pTop .concern::after {
    position: absolute;
    content: "";
    background: url("../img/concernBg_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 100%;
    height: -webkit-calc(100% + 15.94203vw);
    height: -moz-calc(100% + 15.94203vw);
    height: calc(100% + 15.94203vw);
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 11.83575vw), 50% 100%, 0 -webkit-calc(100% - 11.83575vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 11.83575vw), 50% 100%, 0 -moz-calc(100% - 11.83575vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.83575vw), 50% 100%, 0 calc(100% - 11.83575vw));
    z-index: -1;
  }
  .pTop .concern__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .concern__main h2 span {
    width: 98.85024vw;
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -7.24638vw;
  }
  .pTop .concern__main h2 span::before {
    position: absolute;
    content: "";
    width: 25.12077vw;
    height: 25.12077vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/concernTick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: -19.08213vw;
  }
  .pTop .concern__main h2 span img {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(-5.68deg);
       -moz-transform: rotate(-5.68deg);
        -ms-transform: rotate(-5.68deg);
            transform: rotate(-5.68deg);
  }
  .pTop .concern__main .list {
    margin-top: 11.15942vw;
    margin-left: -3.62319vw;
  }
  .pTop .concern__main .list img {
    width: 100%;
  }
  .pTop .honest {
    background: url("../img/honestBg_sp.png") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 19.80676vw 0 9.66184vw;
  }
  .pTop .honest__main--top {
    line-height: 0;
  }
  .pTop .honest__main--bot {
    margin-top: 4.83092vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .success {
    padding: 9.66184vw 3.62319vw;
    background: #363F5E;
  }
  .pTop .success__main {
    background: #fff;
    padding: 7.24638vw 2.89855vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .success__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .success__main h2 img {
    width: 85.50725vw;
  }
  .pTop .success__main--list {
    margin-top: 6.28019vw;
    text-align: center;
    line-height: 0;
  }
  .pTop .success__main--list img {
    width: 100%;
  }
  .pTop .assist {
    padding: 9.66184vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 5;
  }
  .pTop .assist::before {
    background: url("../img/assistBg_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    content: "";
    width: 100%;
    height: 80.43478vw;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .assist__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .assist__main h2 img {
    width: 66.42512vw;
  }
  .pTop .assist__main--con {
    margin-top: 3.86473vw;
    width: 100%;
    line-height: 0;
  }
  .pTop .compare {
    background: #FFFAE6;
    padding: 26.57005vw 0 9.90338vw;
    z-index: 2;
    margin-top: -14.7343vw;
  }
  .pTop .compare__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .compare__main h2 img {
    width: 78.98551vw;
  }
  .pTop .compare__main--table {
    line-height: 0;
    margin-top: 2.657vw;
    text-align: center;
  }
  .pTop .compare__main--table img {
    width: 100%;
  }
  .pTop .voice {
    background: #FFFBF5;
    padding-bottom: 9.42029vw;
  }
  .pTop .voice__title {
    background: url("../img/voiceTitleBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .voice__title::before, .pTop .voice__title::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFCB2F), to(#FFE762));
    background: -webkit-linear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: -moz- oldlinear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: linear-gradient(0deg, #FFCB2F 0%, #FFE762 100%);
  }
  .pTop .voice__title::before {
    height: 0.96618vw;
    top: 0;
  }
  .pTop .voice__title::after {
    height: 1.44928vw;
    bottom: 0;
  }
  .pTop .voice__title h2 {
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .pTop .voice__title h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.48309vw;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFCB2F), to(#FFE762));
    background: -webkit-linear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: -moz- oldlinear-gradient(bottom, #FFCB2F 0%, #FFE762 100%);
    background: linear-gradient(0deg, #FFCB2F 0%, #FFE762 100%);
    bottom: 2.17391vw;
    left: 0;
    z-index: -1;
  }
  .pTop .voice__title h2 img {
    width: 92.27053vw;
  }
  .pTop .voice__main {
    margin-top: 9.66184vw;
  }
  .pTop .voice__main--slider--inner picture {
    width: 92.75362vw;
    padding: 0 3.62319vw;
  }
  .pTop .voice__main--slider--next, .pTop .voice__main--slider--prev {
    position: absolute;
    width: 8.45411vw;
    height: 8.45411vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/ctrlNext.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 19;
  }
  .pTop .voice__main--slider--next {
    right: 0;
  }
  .pTop .voice__main--slider--prev {
    left: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .example {
    padding: 9.66184vw 3.62319vw;
    background: #FFCB2F;
  }
  .pTop .example__main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #FFFFFF;
    padding: 7.24638vw 3.62319vw;
  }
  .pTop .example__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .example__main h2 img {
    width: 85.50725vw;
  }
  .pTop .example__main--list {
    margin-top: 7.24638vw;
    text-align: center;
  }
  .pTop .example__main--list img {
    width: 100%;
  }
  .pTop .contact {
    background: #FFFBF5;
    padding: 9.66184vw 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 9.66184vw;
    line-height: 1.3;
    font-weight: 900;
    font-family: var(--zen);
    color: #151515;
  }
  .pTop .contact__main .txt {
    margin-top: 5.31401vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--zen);
    color: #151515;
  }
  .pTop .contact__main .form {
    margin-top: 9.95169vw;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.89855vw;
    line-height: 1;
    width: 7.72947vw;
    height: 4.34783vw;
    font-weight: 700;
    background: #FF7428;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 2.41546vw;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #BBCDE5;
    height: 14.00966vw;
    padding: 4.34783vw;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 400;
    color: #000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 78.01932vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 5.07246vw;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 5.07246vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck > p {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    font-family: var(--zen);
    color: #3B3B3B;
  }
  .pTop .contact__main .form .wrapCheck > p a {
    color: #0096E2;
  }
  .pTop .contact__main .form .wrapCheck label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    display: inline-block;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #3B3B3B;
    margin-top: 1.20773vw;
    position: relative;
    padding: 0 0 0 5.31401vw;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 1px;
    background: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 5.07246vw;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85.74879vw;
    height: 24.15459vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    position: relative;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .pTop .contact__main .form .wrapBtn button::after {
    position: absolute;
    content: "";
    width: 2.41546vw;
    height: 8.33333vw;
    background: url("../img/contactArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.657vw;
  }
  .pTop .company {
    padding: 8.12802vw 0 0;
  }
  .pTop .company__main {
    padding: 0;
  }
  .pTop .company__main h2 {
    text-align: center;
    font-size: 9.66184vw;
    line-height: 1.4;
    font-weight: 900;
    color: #151515;
    font-family: var(--zen);
  }
  .pTop .company__main .list {
    margin-top: 7.33092vw;
  }
  .pTop .company__main .list dl dt {
    background: #F8F8F8;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    color: #6B6B6B;
    font-weight: 900;
    font-family: var(--zen);
    padding-left: 3.62319vw;
  }
  .pTop .company__main .list dl dd {
    margin-top: 1.44928vw;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 700;
    font-family: var(--zen);
    color: #151515;
    padding-left: 3.62319vw;
  }
  .pTop .company__main .list dl + dl {
    margin-top: 5.7971vw;
  }
  .pTop .footer {
    padding: 9.66184vw 0 27.05314vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 400;
    font-family: 'Hind';
    color: #6B6B6B;
    background: #fff;
  }
  .pTop .ctaFixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0.48309vw 0px #FF7428;
         box-shadow: 0px 0.48309vw 0px #FF7428;
    padding: 2.41546vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .ctaFixed__tel {
    width: 45.65217vw;
    position: relative;
    line-height: 0;
    display: block;
  }
  .pTop .ctaFixed__tel img {
    width: 100%;
    height: auto;
  }
  .pTop .ctaFixed__tel span {
    position: absolute;
    white-space: nowrap;
    font-size: 4.6401vw;
    line-height: 1;
    font-family: var(--din_demi);
    color: #fff;
    left: 10.86957vw;
    top: 4.06039vw;
  }
  .pTop .ctaFixed__mail {
    width: 45.65217vw;
    position: relative;
    line-height: 0;
    display: block;
  }
  .pTop .ctaFixed__mail img {
    width: 100%;
    height: auto;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF955B), to(#FF7428));
    background: -webkit-linear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: -moz- oldlinear-gradient(top, #FF955B 0%, #FF7428 100%);
    background: linear-gradient(180deg, #FF955B 0%, #FF7428 100%);
    padding: 9.66184vw 0 6.28019vw;
    text-align: center;
    color: #fff;
  }
  .pChild .container .footer__link a {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #fff;
  }
  .pChild .container .footer__copy {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    margin-top: 12.31884vw;
  }
  .pChild__main {
    padding: 16.18357vw 3.62319vw;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #000;
  }
  .pChild__main .thanks {
    text-align: center;
    margin-top: 5.7971vw;
  }
  .pChild__main .thanks p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .thanks p + p {
    margin-top: 5.7971vw;
  }
  .pChild__main .policy {
    margin-top: 14.97585vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
  line-height: 2;
}

.wrapCheck .error {
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.effect,
.isFull,
.isPar {
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
     -moz-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
          transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 110%, 0);
     -moz-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -110%, 0);
     -moz-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  from {
    top: -10%;
  }
  to {
    top: 110%;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-moz-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-webkit-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-moz-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}
