@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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: #000;
}

a:hover {
  text-decoration: none;
}

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

a {
  color: #000;
}

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: #000;
  font-family: 'Noto Sans JP', sans-serif;
  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;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

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

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

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .show_sp {
    display: none !important;
  }
  .pTop .mv {
    background: url("../img/mvBg.png") 0 0 repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .pTop .mv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    padding: 31px 0 0;
  }
  .pTop .mv__main--logo {
    position: absolute;
    top: 14px;
    left: 0;
    width: 177px;
    line-height: 0;
    z-index: 9;
  }
  .pTop .mv__main--logo img {
    width: 100%;
    height: auto;
  }
  .pTop .cta {
    background: #FFF01F url("../img/ctaBg.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 71px 0 48px;
  }
  .pTop .cta__box {
    background: #fff;
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .pTop .cta__box--title {
    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;
  }
  .pTop .cta__box--title span {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    padding: 12px 39px 5px;
    background: #F75528;
    -moz-border-radius: 23px;
         border-radius: 23px;
    margin-top: -20px;
  }
  .pTop .cta__box--title span::before, .pTop .cta__box--title span::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__box--title span::before {
    width: 91px;
    height: 44px;
    background: url("../img/ctaIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -17px;
  }
  .pTop .cta__box--title span::after {
    width: 16px;
    height: 10px;
    background: #F75528;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -10px;
  }
  .pTop .cta__box--intro {
    margin: 20px 0 0;
    padding: 0 0 22.4px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
  }
  .pTop .cta__box--intro .txt {
    width: 256px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    margin-right: 15.58px;
  }
  .pTop .cta__box--intro .percent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .cta__box--intro .percent em {
    font-size: 23.97px;
    font-weight: 900;
    line-height: 31.5px;
    font-style: italic;
  }
  .pTop .cta__box--intro .percent em span {
    color: #FB872D;
  }
  .pTop .cta__box--intro .percent i {
    font-style: normal;
    display: inline-block;
    line-height: 0;
    width: 147.5px;
  }
  .pTop .cta__box--intro .ava {
    position: absolute;
    width: 183px;
    right: 29px;
    bottom: 0;
  }
  .pTop .cta__box--wrap {
    padding: 5px 15px 9px;
    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;
  }
  .pTop .cta__box--wrap--left {
    margin: 15px;
    width: 355px;
  }
  .pTop .cta__box--wrap--left .troubleList {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -5px;
  }
  .pTop .cta__box--wrap--left .troubleList li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #0072E7;
    padding: 4px 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 5px;
  }
  .pTop .cta__box--wrap--left .troubleList li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #0072E7;
    left: 0;
    top: 0;
    -webkit-transform: skew(-15deg);
       -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
            transform: skew(-15deg);
    pointer-events: none;
  }
  .pTop .cta__box--wrap--left h3 {
    margin-top: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__box--wrap--left h3 small {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
  }
  .pTop .cta__box--wrap--left h3 span {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: -4px;
  }
  .pTop .cta__box--wrap--left h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: url("../img/ctaZigzag.svg") 0 0 repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    left: 0;
    bottom: -2px;
  }
  .pTop .cta__box--wrap--left .itemsList {
    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: 14.5px -3.5px -3.5px;
  }
  .pTop .cta__box--wrap--left .itemsList li {
    width: 83.25px;
    height: 27px;
    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;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    background: #0072E7;
    -moz-border-radius: 3.75px;
         border-radius: 3.75px;
    margin: 3.5px;
    position: relative;
  }
  .pTop .cta__box--wrap--left .itemsList li::before, .pTop .cta__box--wrap--left .itemsList li::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../img/ctaCorner.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 2;
  }
  .pTop .cta__box--wrap--left .itemsList li::before {
    left: 0;
    top: 0;
  }
  .pTop .cta__box--wrap--left .itemsList li::after {
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .cta__box--wrap--left .itemsList li.other {
    background: none;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #0072E7;
  }
  .pTop .cta__box--wrap--left .itemsList li.other::before, .pTop .cta__box--wrap--left .itemsList li.other::after {
    display: none;
  }
  .pTop .cta__box--wrap--right {
    margin: 15px;
    width: 355px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .cta__box--wrap--right a.tel h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #FB872D;
  }
  .pTop .cta__box--wrap--right a.tel em {
    font-size: 45.89px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
    color: #FB872D;
    font-family: 'DIN Bold';
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__box--wrap--right a.tel em::before {
    content: "";
    width: 33.52px;
    height: 22px;
    background: url("../img/icTel.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5.47px;
  }
  .pTop .cta__box--wrap--right a.tel time {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #FB872D;
    white-space: nowrap;
    padding: 0 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -5px;
  }
  .pTop .cta__box--wrap--right a.tel time::before, .pTop .cta__box--wrap--right a.tel time::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 17px;
    background: url("../img/ctaTime.svg") 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%);
  }
  .pTop .cta__box--wrap--right a.tel time::before {
    left: 0;
  }
  .pTop .cta__box--wrap--right a.tel time::after {
    right: 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 .cta__box--wrap--right .mail {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 55px 14px 18px;
    margin-top: 13px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #18A090;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #fff;
  }
  .pTop .cta__box--wrap--right .mail small {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
  }
  .pTop .cta__box--wrap--right .mail span {
    font-size: 32px;
    line-height: x(46);
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 49.23px;
  }
  .pTop .cta__box--wrap--right .mail span::before {
    position: absolute;
    content: "";
    width: 42.74px;
    height: 30.29px;
    background: url("../img/icMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__box--wrap--right .mail::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 36px;
    background: url("../img/icArrowMail.svg") 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 .cta__marquees {
    margin-top: 26px;
  }
  .pTop .cta__marquees .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .cta__marquees--slider + .cta__marquees--slider {
    margin-top: 17px;
  }
  .pTop .cta__marquees--slider li {
    line-height: 0;
    padding: 0 5.5px;
    width: auto;
  }
  .pTop .cta__marquees--slider li img {
    width: auto;
    height: 121px;
  }
  .pTop .trouble {
    background: url("../img/troubleBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 75px 0 60px;
    position: relative;
    z-index: 2;
  }
  .pTop .trouble__main {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 29px 110px 38px;
  }
  .pTop .trouble__main h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-style: italic;
  }
  .pTop .trouble__main ul {
    margin-top: 26px;
  }
  .pTop .trouble__main ul li {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    position: relative;
    padding-bottom: 9px;
    border-bottom: 1px dashed #fff;
  }
  .pTop .trouble__main ul li + li {
    margin-top: 13px;
  }
  .pTop .trouble__main ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: -23px;
    background: url("../img/troubleTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 5px;
  }
  .pTop .worry {
    background: -webkit-gradient(linear, left top, left bottom, from(#d5eaff), to(#fff4fc));
    background: -webkit-linear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: -moz- oldlinear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: linear-gradient(180deg, #d5eaff 0%, #fff4fc 100%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .pTop .worry::after {
    position: absolute;
    content: "";
    width: 572.5px;
    height: 446px;
    background: url("../img/worrySquare.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .pTop .worry__main {
    text-align: center;
    line-height: 0;
  }
  .pTop .worry__main h2 {
    line-height: 0;
  }
  .pTop .worry__main h2 span {
    width: 415px;
    line-height: 0;
    margin-top: -44px;
    display: inline-block;
  }
  .pTop .worry__main h2 span img {
    width: 100%;
    height: auto;
  }
  .pTop .worry__main picture {
    display: inline-block;
    line-height: 0;
    width: 632px;
    position: relative;
    margin-top: 16px;
    padding: 0 0 44px;
  }
  .pTop .worry__main picture::before {
    position: absolute;
    content: "";
    width: 178.91px;
    height: 299px;
    background: url("../img/worryMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -25.22px;
    bottom: -72px;
  }
  .pTop .story {
    background: #F6FAFF;
    position: relative;
    z-index: 4;
    padding: 93px 0 66px;
  }
  .pTop .story__top {
    -moz-box-shadow: 0 0 15px rgba(0, 70, 143, 0.22);
         box-shadow: 0 0 15px rgba(0, 70, 143, 0.22);
    padding: 61px 41px 29px 34px;
    -moz-border-radius: 0 10px 10px 0;
         border-radius: 0 10px 10px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .story__top h2 {
    position: absolute;
    top: -41px;
    left: 0;
    background: #0072E7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 6px 25px 6px 78px;
  }
  .pTop .story__top h2::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: #0072E7;
    right: 123px;
    bottom: -23px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .pTop .story__top h2 span {
    color: #fff;
    position: relative;
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
  }
  .pTop .story__top h2 span::before {
    content: "“";
    font-size: 61.67px;
    line-height: 1;
    font-weight: 700;
    color: #77BAFF;
    position: absolute;
    top: -20px;
    left: -36px;
  }
  .pTop .story__top--row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .story__top--row figure {
    padding-top: 16px;
    width: 332px;
    margin-right: 22px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .story__top--row figure img {
    width: 100%;
    height: auto;
  }
  .pTop .story__top--row figure figcaption {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #022E8F;
    -moz-border-radius: 17px;
         border-radius: 17px;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    padding: 2px 16px;
    white-space: nowrap;
  }
  .pTop .story__top--row--con {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .story__top--row--con .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .pTop .story__top--row--con .list {
    margin: 14px -7px -7px;
    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;
  }
  .pTop .story__top--row--con .list dl {
    width: 158px;
    height: 158px;
    border: 5px solid #FB872D;
    background: #fff;
    margin: 7px;
    padding: 21px 0 0;
  }
  .pTop .story__top--row--con .list dl dt {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #FB872D;
  }
  .pTop .story__top--row--con .list dl dd {
    text-align: center;
  }
  .pTop .story__top--row--con .list dl dd span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    font-size: 78.53px;
    line-height: 98px;
    font-family: "DIN Bold";
    color: #FB872D;
    font-weight: 700;
    position: relative;
  }
  .pTop .story__top--row--con .list dl dd span small {
    font-size: 38px;
    line-height: 49px;
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .pTop .story__top--row--con .list dl dd span::after {
    content: attr(data-text);
    font-size: 38px;
    line-height: 49px;
    font-family: "DIN Bold";
    color: #FB872D;
    font-weight: 700;
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .pTop .story__top--row--con .list dl dd span::before {
    position: absolute;
    content: "";
    width: 27.11px;
    height: 27.11px;
    background: url("../img/storyArrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 6px;
  }
  .pTop .story__top--row + .story__top--row {
    margin-top: 46px;
  }
  .pTop .story__top--other {
    margin-top: 39px;
  }
  .pTop .story__top--other h3 {
    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;
    margin-bottom: 39px;
  }
  .pTop .story__top--other h3 span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #0072E7;
  }
  .pTop .story__top--other h3::before, .pTop .story__top--other h3::after {
    content: "";
    height: 3px;
    width: 54.59px;
    background: #0072E7;
  }
  .pTop .story__top--other h3::before {
    -webkit-transform: rotate(-118.44deg);
       -moz-transform: rotate(-118.44deg);
        -ms-transform: rotate(-118.44deg);
            transform: rotate(-118.44deg);
  }
  .pTop .story__top--other h3::after {
    -webkit-transform: rotate(118.44deg);
       -moz-transform: rotate(118.44deg);
        -ms-transform: rotate(118.44deg);
            transform: rotate(118.44deg);
  }
  .pTop .story__top--other article {
    background: #EFF7FF;
  }
  .pTop .story__top--other article + article {
    margin-top: 13px;
  }
  .pTop .story__top--other article h4 {
    background: #0072E7;
    padding: 13px 36px;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .story__top--other article h4::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: url("../img/storyClose.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .story__top--other article h4.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
       -moz-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .pTop .story__top--other article .arPad {
    padding: 25px 18px 32px 32px;
    display: none;
  }
  .pTop .story__top--other article .arPad figure {
    padding-top: 0;
  }
  .pTop .story__bot {
    max-width: 584px;
    width: 100%;
    margin: 42px auto 0;
  }
  .pTop .story__bot--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 170px;
  }
  .pTop .story__bot--title span {
    font-size: 30px;
    line-height: 49px;
    font-weight: 700;
    display: inline-block;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
  }
  .pTop .story__bot--title h3 {
    font-size: 43.82px;
    line-height: 63px;
    font-weight: 900;
  }
  .pTop .story__bot--title h3 em {
    color: transparent;
    background: -webkit-linear-gradient(315deg, #248df9 0%, #022e8f 100%);
    background: -moz- oldlinear-gradient(315deg, #248df9 0%, #022e8f 100%);
    background: linear-gradient(135deg, #248df9 0%, #022e8f 100%);
    -moz-background-clip: text;
         background-clip: text;
    font-style: italic;
    display: inline-block;
    padding-right: 10px;
  }
  .pTop .story__bot--title::after {
    position: absolute;
    content: "";
    width: 211.68px;
    height: 234.2px;
    background: url("../img/storyMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0px;
    bottom: -44px;
    z-index: -1;
  }
  .pTop .story__bot--list {
    margin: 25px -8px -15px;
    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;
  }
  .pTop .story__bot--list dl {
    width: 184px;
    margin: 15px 8px;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 15px rgba(0, 70, 143, 0.25);
         box-shadow: 0 0 15px rgba(0, 70, 143, 0.25);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 8px 9px 16px;
  }
  .pTop .story__bot--list dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
    background: #022E8F;
    -moz-border-radius: 17px;
         border-radius: 17px;
    padding: 5px 14px;
    top: -12px;
  }
  .pTop .story__bot--list dl dd figure {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .pTop .story__bot--list dl dd + dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .story__bot--list dl dd + dd em {
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 0.01em;
    width: 50px;
    font-style: normal;
    font-weight: 700;
  }
  .pTop .story__bot--list dl dd + dd em small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .pTop .story__bot--list dl dd + dd span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 76px;
    line-height: 0.7;
    font-family: 'DIN Bold';
    color: #FB872D;
    padding-top: 10px;
    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;
    margin-top: 15px;
  }
  .pTop .story__bot--list dl dd + dd span::after {
    content: "%";
    font-size: 36px;
    line-height: 0.7;
    font-family: 'DIN Bold';
    color: #FB872D;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .pTop .story__note {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 27px;
  }
  .pTop .story__social {
    margin-top: 33px;
    max-width: 549px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 38px 0 27px;
    position: relative;
    -moz-box-shadow: 0 0 15px rgba(0, 70, 143, 0.25);
         box-shadow: 0 0 15px rgba(0, 70, 143, 0.25);
  }
  .pTop .story__social dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    background: #022E8F;
    -moz-border-radius: 17px;
         border-radius: 17px;
    padding: 6px 36px;
    white-space: nowrap;
  }
  .pTop .story__social dl dd {
    text-align: center;
  }
  .pTop .story__social dl dd picture {
    display: inline-block;
    width: 415px;
  }
  .pTop .point {
    background-image: url("../img/pointBg.png");
    background-color: #0072E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-blend-mode: multiply;
    padding: 42px 0 171px;
  }
  .pTop .point__main {
    max-width: 827px;
    width: 100%;
    margin: auto;
  }
  .pTop .point__main--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .point__main--top span {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .point__main--top figure {
    width: 215px;
    margin-top: 10px;
  }
  .pTop .point__main--top figure img {
    width: 100%;
    height: auto;
  }
  .pTop .point__main h2 {
    text-align: center;
    color: #fff;
    font-size: 42.56px;
    font-weight: 700;
    line-height: 62px;
  }
  .pTop .point__main h2 span {
    font-family: 'DIN Bold';
    font-weight: 700;
    font-size: 96.24px;
    line-height: 123px;
    color: #F3F71E;
    font-style: italic;
  }
  .pTop .point__main--wrap {
    counter-reset: ar;
  }
  .pTop .point__main--wrap article {
    counter-increment: ar;
    background: #fff;
    padding: 13px 23px 15px 15px;
    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;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .point__main--wrap article::before, .pTop .point__main--wrap article::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -24px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 60px 60px 60px 0;
         border-radius: 60px 60px 60px 0;
  }
  .pTop .point__main--wrap article::before {
    content: "POINT";
    font-size: 9.21px;
    font-family: 'DIN Demi';
    line-height: 16px;
    color: #000;
    text-align: center;
    background: #F3F71E;
    padding-top: 10px;
  }
  .pTop .point__main--wrap article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 27.07px;
    font-family: 'DIN Demi';
    line-height: 46.4px;
    color: #000;
    text-align: center;
    padding-top: 12px;
  }
  .pTop .point__main--wrap article + article {
    margin-top: 18px;
  }
  .pTop .point__main--wrap article figure {
    width: 319px;
    margin-right: 19px;
  }
  .pTop .point__main--wrap article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .point__main--wrap article .ar h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #0072E7;
  }
  .pTop .point__main--wrap article .ar .txt {
    font-size: 14.4px;
    font-weight: 500;
    line-height: 25.3px;
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 14px;
  }
  .pTop .point__main--wrap article .ar .txt span {
    background: #FDFF94;
    display: inline;
  }
  .pTop .agency {
    padding-bottom: 66px;
    position: relative;
    z-index: 4;
  }
  .pTop .agency::after {
    position: absolute;
    content: "";
    background: url("../img/agencyBg.png") 0 0 repeat;
    width: 100%;
    height: -webkit-calc(100% - 113px);
    height: -moz-calc(100% - 113px);
    height: calc(100% - 113px);
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .agency__main {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: #2E2E2E;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 44px 15px 69px;
    margin-top: -113px;
  }
  .pTop .agency__main::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 59.37px;
    background: url("../img/agencyCaution.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: -30px;
  }
  .pTop .agency__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 26.5px;
  }
  .pTop .agency__main--title span {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .pTop .agency__main--title h2 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    color: #FBFF00;
    margin-top: -6px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 1;
  }
  .pTop .agency__main--title h2::before {
    position: absolute;
    content: "";
    width: 135px;
    height: 156.5px;
    background: url("../img/agencyMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -65px;
    bottom: -26.5px;
    z-index: -1;
  }
  .pTop .agency__main--list {
    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: -4px;
    counter-reset: dl;
  }
  .pTop .agency__main--list dl {
    width: 251px;
    margin: 4px;
    counter-increment: dl;
    padding: 20px 14px 12px;
    border: 2px solid #fff;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .agency__main--list dl::before {
    position: absolute;
    content: counter(dl);
    width: 28.73px;
    height: 34px;
    background: #fff;
    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;
    font-size: 20px;
    line-height: 0.7;
    font-family: 'DIN Bold';
    font-weight: 700;
    -moz-border-radius: 10px 0 10px 0;
         border-radius: 10px 0 10px 0;
    color: #000;
    top: -2px;
    left: -2px;
  }
  .pTop .agency__main--list dl dt {
    min-height: 56px;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  .pTop .agency__main--list dl dd {
    margin-top: 13px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .pTop .leave {
    background: url("../img/leaveBg.jpg") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 25px 0 24px;
  }
  .pTop .leave__top {
    max-width: 376px;
    width: 100%;
    margin: auto;
  }
  .pTop .leave__top h2 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
  }
  .pTop .leave__top ul {
    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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
  .pTop .leave__top ul li {
    color: #fff;
    font-size: 26px;
    line-height: 38px;
    font-weight: 900;
    background: #333333;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    padding: 7px 15px 8px 13px;
  }
  .pTop .leave__top ul li + li {
    position: relative;
  }
  .pTop .leave__top ul li + li::before {
    position: absolute;
    content: "＋";
    font-size: 26px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -26px;
  }
  .pTop .leave__top ul li + li::after {
    position: absolute;
    content: "";
    width: 109px;
    height: 132px;
    background: url("../img/leaveMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 100%;
    right: 0;
  }
  .pTop .leave__top dl {
    margin-top: 103px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__top dl::before {
    position: absolute;
    content: "更に";
    width: 60px;
    height: 68px;
    background: url("../img/leaveCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 19px 0 0;
    top: -83px;
  }
  .pTop .leave__top dl dt {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0 -10px;
  }
  .pTop .leave__top dl dd {
    width: 100%;
    background: #333333;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 4px 0 12px;
    margin-top: 7px;
  }
  .pTop .leave__top dl dd span {
    display: block;
    font-size: 26px;
    line-height: 38px;
    font-weight: 900;
    color: #fff;
  }
  .pTop .leave__top dl dd small {
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.77);
  }
  .pTop .leave__note {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 12px;
  }
  .pTop .compare {
    background: -webkit-gradient(linear, left top, left bottom, from(#d5eaff), to(#fff4fc));
    background: -webkit-linear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: -moz- oldlinear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: linear-gradient(180deg, #d5eaff 0%, #fff4fc 100%);
    padding: 37px 0 46px;
  }
  .pTop .compare__main {
    max-width: 782px;
    width: 100%;
    margin: auto;
  }
  .pTop .compare__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .compare__main--title small {
    color: #fff;
    background: #0072E7;
    -moz-border-radius: 15px;
         border-radius: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 4px 11px 6px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__main--title small::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .compare__main--title span {
    font-size: 35.77px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
  }
  .pTop .compare__main--title h2 {
    font-size: 35.77px;
    line-height: 52px;
    font-weight: 700;
    color: #0072E7;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__main--title h2::before {
    position: absolute;
    content: "“";
    font-size: 35.77px;
    line-height: 0.7;
    font-weight: 700;
    color: #F3F9FF;
    text-shadow: 0 0 15px rgba(0, 114, 231, 0.34);
    left: -21px;
    top: 8.5px;
  }
  .pTop .compare__main--title h2::after {
    position: absolute;
    content: "“";
    font-size: 35.77px;
    line-height: 0.7;
    font-weight: 700;
    color: #F3F9FF;
    text-shadow: 0 0 15px rgba(0, 114, 231, 0.34);
    right: -21px;
    bottom: 8.5px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .pTop .compare__main--table {
    margin-top: 24px;
  }
  .pTop .compare__main--table .txt {
    font-size: 12px;
    line-height: 20px;
    padding: 0 170px 0 0;
  }
  .pTop .compare__main--table .txt span {
    color: #F75528;
    background: #FFF01F;
    display: inline;
  }
  .pTop .compare__main--table .table {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 25px;
  }
  .pTop .compare__main--table .table::before {
    position: absolute;
    content: "";
    width: 152px;
    height: 210px;
    background: url("../img/compareMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 100%;
    right: 27px;
  }
  .pTop .compare__main--table .table picture img {
    width: 100%;
    height: auto;
  }
  .pTop .compare__main--table .note {
    margin-top: 14px;
  }
  .pTop .compare__main--table .note ul {
    counter-reset: li;
  }
  .pTop .compare__main--table .note ul li {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 29px;
    counter-increment: li;
  }
  .pTop .compare__main--table .note ul li + li {
    margin-top: 4px;
  }
  .pTop .compare__main--table .note ul li::before {
    position: absolute;
    content: "※" counter(li);
    font-size: 12px;
    line-height: 20px;
    color: #000;
    left: 0;
    top: 0;
  }
  .pTop .flow {
    background-image: url("../img/pointBg.png");
    background-color: #0072E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-blend-mode: multiply;
    padding: 62px 0 68.5px;
  }
  .pTop .flow__main h2 {
    text-align: center;
    color: #fff;
    font-size: 35.77px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 19px 0;
  }
  .pTop .flow__main h2::after {
    position: absolute;
    content: "";
    width: 104px;
    height: 7px;
    -moz-border-radius: 3.5px;
         border-radius: 3.5px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .flow__main--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 23.5px 0 -12.5px;
    -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;
    counter-reset: dl;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 6px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 41.5px;
    z-index: -1;
  }
  .pTop .flow__main--list dl {
    width: 175px;
    margin: 12.5px;
    counter-increment: dl;
    padding: 78px 0 0 0;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .pTop .flow__main--list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 60px;
    height: 60px;
    text-align: center;
    background: url("../img/flowCircle.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: 0;
    font-size: 20px;
    line-height: 26px;
    font-family: 'DIN Bold';
    color: #0072E7;
    padding: 18px 0 0;
  }
  .pTop .flow__main--list dl dt {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    font-weight: 700;
  }
  .pTop .flow__main--list dl dd {
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
  }
  .pTop .faq {
    background: #F6FAFF;
    padding: 43px 0;
  }
  .pTop .faq__main {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .pTop .faq__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .faq__main--title span {
    color: #fff;
    background: #0072E7;
    -moz-border-radius: 15px;
         border-radius: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 4px 11px 6px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main--title span::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .faq__main--title h2 {
    font-size: 35.77px;
    line-height: 52px;
    font-weight: 700;
    color: #000;
  }
  .pTop .faq__main--list {
    margin-top: 27px;
  }
  .pTop .faq__main--list dl {
    padding: 0px 11px 11px;
    background: #0072E7;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 8px;
  }
  .pTop .faq__main--list dl dt {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 18px 41px 12px 42px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-family: 'DIN Bold';
    font-size: 35.77px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    left: 8px;
    top: 9px;
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "";
    line-height: 22px;
    font-weight: 400;
    width: 22px;
    height: 22px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/faqPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    color: #0072E7;
    top: 22px;
    right: 3px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.open {
    padding: 18px 41px 23px 42px;
  }
  .pTop .faq__main--list dl dt.open::after {
    background: url("../img/faqMulti.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .faq__main--list dl dd {
    background: #fff;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    padding: 18px 12px 26px;
    display: none;
  }
  .pTop .contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#d5eaff), to(#fff4fc));
    background: -webkit-linear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: -moz- oldlinear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: linear-gradient(180deg, #d5eaff 0%, #fff4fc 100%);
    padding: 46px 0 74px;
  }
  .pTop .contact__main {
    max-width: 714px;
    width: 100%;
    margin: auto;
  }
  .pTop .contact__main h2 {
    text-align: center;
    color: #0072E7;
    font-size: 35.77px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 19px 0;
  }
  .pTop .contact__main h2::after {
    position: absolute;
    content: "";
    width: 104px;
    height: 7px;
    -moz-border-radius: 3.5px;
         border-radius: 3.5px;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .contact__main--form {
    margin-top: 38px;
  }
  .pTop .contact__main--form dl {
    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 .contact__main--form dl + dl {
    margin-top: 54px;
  }
  .pTop .contact__main--form dl dt {
    width: 190px;
    margin-right: 22px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main--form dl dt::after {
    position: absolute;
    content: "必須";
    font-size: 12px;
    line-height: 17px;
    color: #000;
    background: #FFF01F;
    -moz-border-radius: 3px;
         border-radius: 3px;
    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: 32px;
    height: 17px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .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 input[type="text"], .pTop .contact__main--form dl dd input[type="email"], .pTop .contact__main--form dl dd input[type="tel"], .pTop .contact__main--form dl dd textarea {
    width: 100%;
    height: 60px;
    background: #fff;
    outline: none;
    border: 1px solid #BBCDE5;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 18px 23px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .pTop .contact__main--form dl dd input[type="text"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd input[type="email"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd input[type="tel"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]::-moz-placeholder, .pTop .contact__main--form dl dd input[type="email"]::-moz-placeholder, .pTop .contact__main--form dl dd input[type="tel"]::-moz-placeholder, .pTop .contact__main--form dl dd textarea::-moz-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]:-ms-input-placeholder, .pTop .contact__main--form dl dd input[type="email"]:-ms-input-placeholder, .pTop .contact__main--form dl dd input[type="tel"]:-ms-input-placeholder, .pTop .contact__main--form dl dd textarea:-ms-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]::placeholder, .pTop .contact__main--form dl dd input[type="email"]::placeholder, .pTop .contact__main--form dl dd input[type="tel"]::placeholder, .pTop .contact__main--form dl dd textarea::placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd textarea {
    height: 323px;
  }
  .pTop .contact__main--form dl.aifs {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .contact__main--form dl.aifs dt {
    margin-top: 18px;
  }
  .pTop .contact__main--form .privacybox {
    margin-top: 19px;
    border: 1px solid #BBCDE5;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 15px 48px 15px 39px;
    height: 209px;
    overflow: auto;
  }
  .pTop .contact__main--form .privacybox::-webkit-scrollbar {
    display: none;
  }
  .pTop .contact__main--form .privacybox .scroll h4 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
  }
  .pTop .contact__main--form .privacybox .scroll p, .pTop .contact__main--form .privacybox .scroll h5, .pTop .contact__main--form .privacybox .scroll ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .pTop .contact__main--form .checkPrivacy {
    margin-top: 31px;
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .contact__main--form .checkPrivacy label {
    cursor: pointer;
    position: relative;
  }
  .pTop .contact__main--form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main--form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main--form .checkPrivacy label span {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 27px;
  }
  .pTop .contact__main--form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 20px;
    border: 1px solid #BBCDE5;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
    font-size: 19px;
    line-height: 1;
    color: #000;
  }
  .pTop .contact__main--form .btn {
    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;
    margin-top: 20px;
  }
  .pTop .contact__main--form .btn 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: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    background: #18A090;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .contact__main--form .btn button::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 36px;
    background: url("../img/icArrowMail.svg") 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 .contact__main--form .error {
    font-size: 12px;
    line-height: 1.5;
    color: #ff0000;
    display: block;
    width: 100%;
  }
  .pTop .contact__main--form .agree .error {
    text-align: center;
  }
  .pTop .term {
    background: #0072E7;
    padding: 42px 0 140px;
  }
  .pTop .term__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
  }
  .pTop .term__main--wrap {
    margin-top: 47px;
  }
  .pTop .term__main--wrap .box h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .pTop .term__main--wrap .box .sbox {
    margin: 10px -12px -8px;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .term__main--wrap .box .sbox dl {
    width: 317px;
    margin: 8px 12px;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .pTop .term__main--wrap .box .sbox dl dt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    padding: 28px 68px 32px 23px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .term__main--wrap .box .sbox dl dt span {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::before, .pTop .term__main--wrap .box .sbox dl dt span::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::before {
    width: 36.36364%;
    height: 2px;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::after {
    height: 36.36364%;
    width: 2px;
  }
  .pTop .term__main--wrap .box .sbox dl dt.open span {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: #00c3e5;
  }
  .pTop .term__main--wrap .box .sbox dl dt.open span::before {
    opacity: 0;
  }
  .pTop .term__main--wrap .box .sbox dl dd {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 23px 20px 23px;
    display: none;
  }
  .pTop .term__main--wrap .box + .box {
    margin-top: 47px;
  }
  .pTop .quick {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 205px;
    background: #fff;
    -moz-border-radius: 5px 0 0 5px;
         border-radius: 5px 0 0 5px;
    border: 3px solid #0071E7;
    border-right: 0;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    z-index: 99;
  }
  .pTop .quick .form {
    padding: 18px 11px 17px;
    border-bottom: 1px solid #DFDFDF;
  }
  .pTop .quick .form h2 {
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3px;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pTop .quick .form h2::after {
    position: absolute;
    content: "";
    width: 67px;
    height: 118px;
    background: url("../img/fixedMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -14px;
    top: -48px;
    z-index: -1;
  }
  .pTop .quick .form h2 img {
    width: 173px;
  }
  .pTop .quick .form dl + dl {
    margin-top: 13px;
  }
  .pTop .quick .form dl dt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .quick .form dl dt::after {
    position: absolute;
    content: "必須";
    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: 32px;
    height: 17px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #FFF01F;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 37px;
  }
  .pTop .quick .form dl dd {
    margin-top: 4px;
  }
  .pTop .quick .form dl dd input[type="text"], .pTop .quick .form dl dd input[type="email"], .pTop .quick .form dl dd input[type="tel"], .pTop .quick .form dl dd textarea {
    width: 100%;
    height: 37px;
    background: #F8F8F8;
    outline: none;
    border: 1px solid #BBCDE5;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 8px 11px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .pTop .quick .form dl dd input[type="text"]::-webkit-input-placeholder, .pTop .quick .form dl dd input[type="email"]::-webkit-input-placeholder, .pTop .quick .form dl dd input[type="tel"]::-webkit-input-placeholder, .pTop .quick .form dl dd textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .quick .form dl dd input[type="text"]::-moz-placeholder, .pTop .quick .form dl dd input[type="email"]::-moz-placeholder, .pTop .quick .form dl dd input[type="tel"]::-moz-placeholder, .pTop .quick .form dl dd textarea::-moz-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .quick .form dl dd input[type="text"]:-ms-input-placeholder, .pTop .quick .form dl dd input[type="email"]:-ms-input-placeholder, .pTop .quick .form dl dd input[type="tel"]:-ms-input-placeholder, .pTop .quick .form dl dd textarea:-ms-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .quick .form dl dd input[type="text"]::placeholder, .pTop .quick .form dl dd input[type="email"]::placeholder, .pTop .quick .form dl dd input[type="tel"]::placeholder, .pTop .quick .form dl dd textarea::placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .quick .form dl dd textarea {
    height: 138px;
  }
  .pTop .quick .form .agree {
    margin-top: 15px;
  }
  .pTop .quick .form .agree label {
    cursor: pointer;
    position: relative;
  }
  .pTop .quick .form .agree label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .quick .form .agree label input:checked + span::before {
    content: "\2713";
  }
  .pTop .quick .form .agree label span {
    font-size: 11.11px;
    line-height: 16px;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 21px;
  }
  .pTop .quick .form .agree label span a {
    color: #0072E7;
  }
  .pTop .quick .form .agree label span::before {
    position: absolute;
    content: "";
    width: 15.08px;
    height: 15.08px;
    border: 1px solid #BBCDE5;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
    font-size: 15px;
    line-height: 1;
    color: #000;
  }
  .pTop .quick .form .btn {
    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: 177px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    background: #18A090;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-top: 12px;
  }
  .pTop .quick .form .btn::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 17.25px;
    background: url("../img/icArrowMail.svg") center 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: 5.5px;
  }
  .pTop .quick .form .error {
    font-size: 10px;
    line-height: 1.5;
    color: #ff0000;
  }
  .pTop .quick .tel {
    padding: 8px 0 22px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .quick .tel a {
    font-size: 25.54px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'DIN Bold';
    color: #000;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
  }
  .pTop .quick .tel a::before {
    position: absolute;
    content: "";
    width: 21.15px;
    height: 13.88px;
    background: url("../img/fixedTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .quick .tel .eigyo {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    color: #000000;
    white-space: nowrap;
    padding: 0 8px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -5px;
  }
  .pTop .quick .tel .eigyo::before, .pTop .quick .tel .eigyo::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    background: url("../img/fixedLeft.svg") 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%);
  }
  .pTop .quick .tel .eigyo::before {
    left: 0;
  }
  .pTop .quick .tel .eigyo::after {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .quick {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    position: relative;
    z-index: 19;
    padding: 0 0 23px;
  }
  .footer::after {
    position: absolute;
    content: "";
    background: #303030;
    width: 100%;
    height: -webkit-calc(100% -  30px);
    height: -moz-calc(100% -  30px);
    height: calc(100% -  30px);
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .footer__gallery {
    margin-top: -32px;
  }
  .footer__gallery ul {
    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;
  }
  .footer__gallery ul li {
    width: 414px;
    margin: 2.5px;
    line-height: 0;
  }
  .footer__gallery ul li img {
    width: 100%;
    height: auto;
  }
  .footer__link {
    margin-top: 24px;
  }
  .footer__link ul {
    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;
  }
  .footer__link ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
  }
  .footer__link ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link ul li + li::before {
    content: "｜";
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    margin-top: 51px;
    color: #fff;
  }
  .pChild__main {
    padding: 67px 0 150px;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
    margin-bottom: 100px;
  }
  .pChild__main--law {
    max-width: 833px;
    width: 100%;
    margin: auto;
  }
  .pChild__main--law dl {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--law dl dt {
    font-weight: 700;
    width: 177px;
  }
  .pChild__main--law dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--law dl dd a {
    color: #000;
  }
  .pChild__main--law dl + dl {
    margin-top: 24px;
  }
  .pChild__main--privacy {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .row {
    padding: 0 3.62319vw;
  }
  .show_pc {
    display: none !important;
  }
  .pTop .mv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    padding: 0;
  }
  .pTop .mv__main--logo {
    position: absolute;
    top: 3.38164vw;
    left: 3.62319vw;
    width: 33.81643vw;
    line-height: 0;
    z-index: 9;
  }
  .pTop .mv__main--logo img {
    width: 100%;
    height: auto;
  }
  .pTop .cta {
    background: #FFF01F url("../img/ctaBg_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 13.28502vw 0 4.34783vw;
  }
  .pTop .cta__box {
    background: #fff;
    width: 92.75362vw;
    margin: auto;
  }
  .pTop .cta__box--title {
    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;
  }
  .pTop .cta__box--title span {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    padding: 2.89855vw 9.42029vw 1.20773vw;
    background: #F75528;
    -moz-border-radius: 5.55556vw;
         border-radius: 5.55556vw;
    margin-top: -4.83092vw;
  }
  .pTop .cta__box--title span::before, .pTop .cta__box--title span::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__box--title span::before {
    width: 21.98068vw;
    height: 10.62802vw;
    background: url("../img/ctaIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -4.10628vw;
  }
  .pTop .cta__box--title span::after {
    width: 3.86473vw;
    height: 2.41546vw;
    background: #F75528;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -2.41546vw;
  }
  .pTop .cta__box--intro {
    margin: 7.24638vw 0vw 0;
    padding: 0 3.62319vw 2.657vw 4.58937vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -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;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
  }
  .pTop .cta__box--intro .txt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #000;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }
  .pTop .cta__box--intro .percent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .cta__box--intro .percent em {
    font-size: 4.58937vw;
    font-weight: 900;
    line-height: 6.52174vw;
    font-style: italic;
    text-align: right;
    margin-right: 2.41546vw;
  }
  .pTop .cta__box--intro .percent em span {
    color: #FB872D;
  }
  .pTop .cta__box--intro .percent i {
    font-style: normal;
    display: inline-block;
    line-height: 0;
    width: 27.93237vw;
  }
  .pTop .cta__box--intro .ava {
    position: absolute;
    width: 28.01932vw;
    right: 4.58937vw;
    top: -19px;
  }
  .pTop .cta__box--wrap {
    padding: 2.657vw 3.62319vw 4.34783vw;
    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;
  }
  .pTop .cta__box--wrap--left {
    width: 24.15459%vw;
  }
  .pTop .cta__box--wrap--left .troubleList {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.20773vw;
  }
  .pTop .cta__box--wrap--left .troubleList li {
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #0072E7;
    padding: 0.96618vw 2.657vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 1.20773vw;
  }
  .pTop .cta__box--wrap--left .troubleList li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #0072E7;
    left: 0;
    top: 0;
    -webkit-transform: skew(-15deg);
       -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
            transform: skew(-15deg);
    pointer-events: none;
  }
  .pTop .cta__box--wrap--left h3 {
    margin-top: 0.96618vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__box--wrap--left h3 small {
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
  }
  .pTop .cta__box--wrap--left h3 span {
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-top: -0.96618vw;
  }
  .pTop .cta__box--wrap--left h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.48309vw;
    background: url("../img/ctaZigzag.svg") 0 0 repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    left: 0;
    bottom: -0.48309vw;
  }
  .pTop .cta__box--wrap--left .itemsList {
    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: 3.50242vw -0.84541vw -0.84541vw;
  }
  .pTop .cta__box--wrap--left .itemsList li {
    width: 20.1087vw;
    height: 6.52174vw;
    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;
    color: #fff;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-weight: 700;
    background: #0072E7;
    -moz-border-radius: 0.9058vw;
         border-radius: 0.9058vw;
    margin: 0.84541vw;
    position: relative;
  }
  .pTop .cta__box--wrap--left .itemsList li::before, .pTop .cta__box--wrap--left .itemsList li::after {
    position: absolute;
    content: "";
    width: 2.89855vw;
    height: 2.89855vw;
    background: url("../img/ctaCorner.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 2;
  }
  .pTop .cta__box--wrap--left .itemsList li::before {
    left: 0;
    top: 0;
  }
  .pTop .cta__box--wrap--left .itemsList li::after {
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .cta__box--wrap--left .itemsList li.other {
    background: none;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #0072E7;
  }
  .pTop .cta__box--wrap--left .itemsList li.other::before, .pTop .cta__box--wrap--left .itemsList li.other::after {
    display: none;
  }
  .pTop .cta__box--wrap--right {
    width: 100%;
    margin-top: 4.83092vw;
  }
  .pTop .cta__box--wrap--right a.tel {
    padding: 3.38164vw 4.58937vw;
    background: #FB872D;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    display: block;
    width: 100%;
  }
  .pTop .cta__box--wrap--right a.tel h3 {
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .cta__box--wrap--right a.tel em {
    font-size: 10vw;
    font-weight: 700;
    line-height: 14.25121vw;
    color: #fff;
    font-family: 'DIN Bold';
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
  }
  .pTop .cta__box--wrap--right a.tel em::before {
    content: "";
    width: 8.09662vw;
    height: 5.31401vw;
    background: url("../img/icTel_w.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.32126vw;
  }
  .pTop .cta__box--wrap--right a.tel time {
    display: inline-block;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #fff;
    white-space: nowrap;
    padding: 0 2.657vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -1.20773vw;
  }
  .pTop .cta__box--wrap--right a.tel time::before, .pTop .cta__box--wrap--right a.tel time::after {
    position: absolute;
    content: "";
    width: 0.96618vw;
    height: 4.10628vw;
    background: url("../img/ctaTime_sp.svg") 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%);
  }
  .pTop .cta__box--wrap--right a.tel time::before {
    left: 0;
  }
  .pTop .cta__box--wrap--right a.tel time::after {
    right: 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 .cta__box--wrap--right a.tel time span {
    color: #FBFF00;
  }
  .pTop .cta__box--wrap--right .mail {
    width: 100%;
    height: 24.15459vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.38164vw 13.28502vw 3.38164vw 4.34783vw;
    margin-top: 2.89855vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #18A090;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    color: #fff;
  }
  .pTop .cta__box--wrap--right .mail small {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
  }
  .pTop .cta__box--wrap--right .mail span {
    font-size: 7.72947vw;
    line-height: x(46);
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 11.8913vw;
  }
  .pTop .cta__box--wrap--right .mail span::before {
    position: absolute;
    content: "";
    width: 10.32367vw;
    height: 7.31643vw;
    background: url("../img/icMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__box--wrap--right .mail::after {
    position: absolute;
    content: "";
    width: 3.1401vw;
    height: 8.69565vw;
    background: url("../img/icArrowMail.svg") 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 .cta__marquees {
    margin-top: 6.28019vw;
  }
  .pTop .cta__marquees .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .cta__marquees--slider + .cta__marquees--slider {
    margin-top: 4.10628vw;
  }
  .pTop .cta__marquees--slider li {
    line-height: 0;
    padding: 0 1.3285vw;
    width: auto;
  }
  .pTop .cta__marquees--slider li img {
    width: auto;
    height: 28.98551vw;
  }
  .pTop .trouble {
    background: url("../img/troubleBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 18.11594vw 0 15.21739vw;
    position: relative;
    z-index: 2;
  }
  .pTop .trouble__main {
    max-width: 92.75362vw;
    width: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.66);
    padding: 7.97101vw 5.31401vw 6.28019vw 10.14493vw;
  }
  .pTop .trouble__main h2 {
    text-align: center;
    color: #fff;
    font-size: 7.00483vw;
    line-height: 9.66184vw;
    font-weight: 700;
    font-style: italic;
  }
  .pTop .trouble__main ul {
    margin-top: 8.45411vw;
  }
  .pTop .trouble__main ul li {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    position: relative;
    padding-bottom: 2.17391vw;
    border-bottom: 1px dashed #fff;
  }
  .pTop .trouble__main ul li + li {
    margin-top: 3.1401vw;
  }
  .pTop .trouble__main ul li::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    left: -5.55556vw;
    background: url("../img/troubleTick.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.20773vw;
  }
  .pTop .worry {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .pTop .worry__main {
    text-align: center;
    line-height: 0;
  }
  .pTop .worry__main h2 {
    line-height: 0;
    position: absolute;
    top: -8.9372vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .pTop .worry__main h2 span {
    width: 72.70531vw;
    line-height: 0;
    display: inline-block;
  }
  .pTop .worry__main h2 span img {
    width: 100%;
    height: auto;
  }
  .pTop .worry__main picture {
    display: inline-block;
    line-height: 0;
    width: 100%;
    position: relative;
  }
  .pTop .story {
    background: #F6FAFF;
    position: relative;
    z-index: 4;
    padding: 21.25604vw 0 11.5942vw;
  }
  .pTop .story__top {
    -moz-box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.22);
         box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.22);
    -moz-border-radius: 0 2.41546vw 2.41546vw 0;
         border-radius: 0 2.41546vw 2.41546vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 96.37681vw;
    padding-bottom: 8.21256vw;
    padding-left: 0;
    padding-right: 0;
  }
  .pTop .story__top h2 {
    position: absolute;
    top: -10.62802vw;
    left: 0;
    background: #0072E7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2.17391vw 6.03865vw 2.657vw 18.84058vw;
  }
  .pTop .story__top h2::after {
    position: absolute;
    content: "";
    width: 5.55556vw;
    height: 5.55556vw;
    background: #0072E7;
    right: 17.14976vw;
    bottom: -5.31401vw;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .pTop .story__top h2 span {
    color: #fff;
    position: relative;
    font-size: 7.24638vw;
    line-height: 10.38647vw;
    font-weight: 700;
  }
  .pTop .story__top h2 span::before {
    content: "“";
    font-size: 14.89614vw;
    line-height: 1;
    font-weight: 700;
    color: #77BAFF;
    position: absolute;
    top: -6.03865vw;
    left: -8.69565vw;
  }
  .pTop .story__top--main {
    padding: 15.45894vw 7.97101vw 0vw 8.21256vw;
  }
  .pTop .story__top--row {
    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;
  }
  .pTop .story__top--row figure {
    padding-top: 3.86473vw;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .story__top--row figure img {
    width: 100%;
    height: auto;
  }
  .pTop .story__top--row figure figcaption {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #022E8F;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    padding: 0.48309vw 3.86473vw;
    white-space: nowrap;
  }
  .pTop .story__top--row--con {
    width: 100%;
    margin-top: 15px;
  }
  .pTop .story__top--row--con .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
  }
  .pTop .story__top--row--con .list {
    margin: 7.24638vw -1.69082vw -1.69082vw;
    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 .story__top--row--con .list dl {
    width: 38.16425vw;
    height: 38.16425vw;
    border: 1.20773vw solid #FB872D;
    background: #fff;
    margin: 1.69082vw;
    padding: 5.07246vw 0 0;
  }
  .pTop .story__top--row--con .list dl dt {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #FB872D;
  }
  .pTop .story__top--row--con .list dl dd {
    text-align: center;
  }
  .pTop .story__top--row--con .list dl dd span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    font-size: 18.9686vw;
    line-height: 23.6715vw;
    font-family: "DIN Bold";
    color: #FB872D;
    font-weight: 700;
    position: relative;
  }
  .pTop .story__top--row--con .list dl dd span small {
    font-size: 9.17874vw;
    line-height: 11.83575vw;
    -webkit-transform: translateY(-2.89855vw);
       -moz-transform: translateY(-2.89855vw);
        -ms-transform: translateY(-2.89855vw);
            transform: translateY(-2.89855vw);
  }
  .pTop .story__top--row--con .list dl dd span::after {
    content: attr(data-text);
    font-size: 9.17874vw;
    line-height: 11.83575vw;
    font-family: "DIN Bold";
    color: #FB872D;
    font-weight: 700;
    -webkit-transform: translateY(-2.89855vw);
       -moz-transform: translateY(-2.89855vw);
        -ms-transform: translateY(-2.89855vw);
            transform: translateY(-2.89855vw);
  }
  .pTop .story__top--row--con .list dl dd span::before {
    position: absolute;
    content: "";
    width: 6.54831vw;
    height: 6.54831vw;
    background: url("../img/storyArrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 1.44928vw;
  }
  .pTop .story__top--row + .story__top--row {
    margin-top: 11.83575vw;
  }
  .pTop .story__top--other {
    margin-top: 6.76329vw;
    padding: 0 3.62319vw;
  }
  .pTop .story__top--other h3 {
    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;
    margin-bottom: 6.28019vw;
    text-align: center;
  }
  .pTop .story__top--other h3 span {
    font-size: 5.7971vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #0072E7;
  }
  .pTop .story__top--other h3::before, .pTop .story__top--other h3::after {
    content: "";
    height: 0.72464vw;
    width: 16.90821vw;
    background: #0072E7;
  }
  .pTop .story__top--other h3::before {
    -webkit-transform: rotate(-118.44deg);
       -moz-transform: rotate(-118.44deg);
        -ms-transform: rotate(-118.44deg);
            transform: rotate(-118.44deg);
  }
  .pTop .story__top--other h3::after {
    -webkit-transform: rotate(118.44deg);
       -moz-transform: rotate(118.44deg);
        -ms-transform: rotate(118.44deg);
            transform: rotate(118.44deg);
  }
  .pTop .story__top--other article {
    background: #EFF7FF;
  }
  .pTop .story__top--other article + article {
    margin-top: 3.1401vw;
  }
  .pTop .story__top--other article h4 {
    background: #0072E7;
    padding: 3.1401vw 8.69565vw 3.1401vw 4.58937vw;
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .story__top--other article h4::after {
    position: absolute;
    content: "";
    width: 5.55556vw;
    height: 5.55556vw;
    background: url("../img/storyClose.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 4.58937vw;
  }
  .pTop .story__top--other article h4.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
       -moz-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .pTop .story__top--other article .arPad {
    padding: 6.03865vw 3.86473vw 5.7971vw 3.86473vw;
  }
  .pTop .story__top--other article .arPad figure {
    padding-top: 0;
  }
  .pTop .story__bot {
    width: 100%;
    margin: 8.69565vw auto 0;
    padding: 0 3.62319vw;
  }
  .pTop .story__bot--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 26.57005vw;
  }
  .pTop .story__bot--title span {
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    font-weight: 700;
    display: inline-block;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 90%);
  }
  .pTop .story__bot--title h3 {
    font-size: 7.05072vw;
    line-height: 10.14493vw;
    font-weight: 900;
  }
  .pTop .story__bot--title h3 em {
    color: transparent;
    background: -webkit-linear-gradient(315deg, #248df9 0%, #022e8f 100%);
    background: -moz- oldlinear-gradient(315deg, #248df9 0%, #022e8f 100%);
    background: linear-gradient(135deg, #248df9 0%, #022e8f 100%);
    -moz-background-clip: text;
         background-clip: text;
    font-style: italic;
    display: inline-block;
    padding-right: 2.41546vw;
  }
  .pTop .story__bot--title::after {
    position: absolute;
    content: "";
    width: 34.05797vw;
    height: 37.68116vw;
    background: url("../img/storyMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -3.62319vw;
    bottom: -7.97101vw;
    z-index: -1;
  }
  .pTop .story__bot--list {
    margin: 4.34783vw -1.93237vw -3.62319vw;
    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;
  }
  .pTop .story__bot--list dl {
    width: 44.44444vw;
    margin: 3.62319vw 1.93237vw;
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.25);
         box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.25);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.93237vw 2.17391vw 3.86473vw;
  }
  .pTop .story__bot--list dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    white-space: nowrap;
    background: #022E8F;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    padding: 1.20773vw 3.38164vw;
    top: -2.89855vw;
  }
  .pTop .story__bot--list dl dd figure {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .pTop .story__bot--list dl dd + dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .story__bot--list dl dd + dd em {
    font-size: 5.07246vw;
    line-height: 4.83092vw;
    letter-spacing: 0.01em;
    width: 12.07729vw;
    font-style: normal;
    font-weight: 700;
  }
  .pTop .story__bot--list dl dd + dd em small {
    font-size: 3.62319vw;
    line-height: 4.34783vw;
    letter-spacing: 0;
  }
  .pTop .story__bot--list dl dd + dd span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18.35749vw;
    line-height: 0.7;
    font-family: 'DIN Bold';
    color: #FB872D;
    padding-top: 2.41546vw;
    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;
    margin-top: 3.62319vw;
  }
  .pTop .story__bot--list dl dd + dd span::after {
    content: "%";
    font-size: 8.69565vw;
    line-height: 0.7;
    font-family: 'DIN Bold';
    color: #FB872D;
    -webkit-transform: translateY(2.41546vw);
       -moz-transform: translateY(2.41546vw);
        -ms-transform: translateY(2.41546vw);
            transform: translateY(2.41546vw);
  }
  .pTop .story__note {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 700;
    margin-top: 6.52174vw;
  }
  .pTop .story__social {
    margin-top: 7.97101vw;
    max-width: 92.75362vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 10.14493vw 0 5.55556vw;
    position: relative;
    -moz-box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.25);
         box-shadow: 0 0 3.62319vw rgba(0, 70, 143, 0.25);
  }
  .pTop .story__social dl dt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.89855vw;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #fff;
    background: #022E8F;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    padding: 1.44928vw 8.69565vw;
    white-space: nowrap;
  }
  .pTop .story__social dl dd {
    text-align: center;
    line-height: 0;
  }
  .pTop .story__social dl dd picture {
    display: inline-block;
    width: 78.50242vw;
  }
  .pTop .point {
    background-image: url("../img/pointBg_sp.png");
    background-color: #0072E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-blend-mode: multiply;
    padding: 6.28019vw 3.62319vw 36.95652vw;
  }
  .pTop .point__main {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .pTop .point__main--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .point__main--top span {
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .point__main--top figure {
    width: 43.64251vw;
    margin-top: 1.93237vw;
  }
  .pTop .point__main--top figure img {
    width: 100%;
    height: auto;
  }
  .pTop .point__main h2 {
    text-align: center;
    color: #fff;
    font-size: 8.6401vw;
    font-weight: 700;
    line-height: 14.97585vw;
  }
  .pTop .point__main h2 span {
    font-family: 'DIN Bold';
    font-weight: 700;
    font-size: 19.53865vw;
    line-height: 24.87923vw;
    color: #F3F71E;
    font-style: italic;
  }
  .pTop .point__main--wrap {
    counter-reset: ar;
    padding: 0 3.62319vw;
    margin-top: 32px;
  }
  .pTop .point__main--wrap article {
    counter-increment: ar;
    background: #fff;
    padding: 6.28019vw 3.86473vw 4.10628vw 3.86473vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .point__main--wrap article::before, .pTop .point__main--wrap article::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.58937vw;
    width: 14.49275vw;
    height: 14.49275vw;
    -moz-border-radius: 14.49275vw 14.49275vw 14.49275vw 0;
         border-radius: 14.49275vw 14.49275vw 14.49275vw 0;
  }
  .pTop .point__main--wrap article::before {
    content: "POINT";
    font-size: 2.22464vw;
    font-family: 'DIN Demi';
    line-height: 3.86473vw;
    color: #000;
    text-align: center;
    background: #F3F71E;
    padding-top: 2.41546vw;
  }
  .pTop .point__main--wrap article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 6.53865vw;
    font-family: 'DIN Demi';
    line-height: 11.20773vw;
    color: #000;
    text-align: center;
    padding-top: 2.89855vw;
  }
  .pTop .point__main--wrap article + article {
    margin-top: 11.83575vw;
  }
  .pTop .point__main--wrap article figure {
    width: 100%;
  }
  .pTop .point__main--wrap article .ar {
    width: 100%;
    margin-top: 5.07246vw;
    padding: 0 2.17391vw;
  }
  .pTop .point__main--wrap article .ar h3 {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #0072E7;
  }
  .pTop .point__main--wrap article .ar .txt {
    font-size: 3.47826vw;
    font-weight: 500;
    line-height: 6.11111vw;
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 3.38164vw;
  }
  .pTop .point__main--wrap article .ar .txt span {
    background: #FDFF94;
    display: inline;
  }
  .pTop .agency {
    padding-bottom: 13.04348vw;
    position: relative;
    z-index: 4;
  }
  .pTop .agency::after {
    position: absolute;
    content: "";
    background: url("../img/agencyBg.png") 0 0 repeat;
    width: 100%;
    height: -webkit-calc(100% - 25.12077vw);
    height: -moz-calc(100% - 25.12077vw);
    height: calc(100% - 25.12077vw);
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .agency__main {
    max-width: 84.78261vw;
    width: 100%;
    margin: auto;
    background: #2E2E2E;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 10.62802vw 5.55556vw 7.97101vw;
    margin-top: -25.12077vw;
  }
  .pTop .agency__main::before {
    position: absolute;
    content: "";
    width: 17.3913vw;
    height: 14.34058vw;
    background: url("../img/agencyCaution.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: -7.24638vw;
  }
  .pTop .agency__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6.40097vw;
  }
  .pTop .agency__main--title span {
    color: #fff;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .pTop .agency__main--title h2 {
    font-size: 8.69565vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #FBFF00;
    margin-top: -1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 1;
  }
  .pTop .agency__main--title h2::before {
    position: absolute;
    content: "";
    width: 32.6087vw;
    height: 37.80193vw;
    background: url("../img/agencyMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -15.70048vw;
    bottom: -6.40097vw;
    z-index: -1;
  }
  .pTop .agency__main--list {
    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: -1.57005vw -0.84541vw -0.84541vw;
    counter-reset: dl;
    position: relative;
    z-index: 2;
  }
  .pTop .agency__main--list dl {
    width: 100%;
    margin: 0.84541vw;
    counter-increment: dl;
    padding: 4.83092vw 3.38164vw 2.89855vw;
    border: 0.48309vw solid #fff;
    color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .agency__main--list dl::before {
    position: absolute;
    content: counter(dl);
    width: 8.45411vw;
    height: 8.21256vw;
    background: #fff;
    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;
    font-size: 4.83092vw;
    line-height: 0.7;
    font-family: 'DIN Bold';
    font-weight: 700;
    -moz-border-radius: 2.41546vw 0 2.41546vw 0;
         border-radius: 2.41546vw 0 2.41546vw 0;
    color: #000;
    top: -0.48309vw;
    left: -0.48309vw;
  }
  .pTop .agency__main--list dl dt {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 6.76329vw;
    font-weight: 700;
  }
  .pTop .agency__main--list dl dd {
    margin-top: 2.41546vw;
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-weight: 500;
  }
  .pTop .leave {
    background: url("../img/leaveBg_sp.jpg") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 5.31401vw 0 6.76329vw;
  }
  .pTop .leave__top {
    max-width: 90.82126vw;
    width: 100%;
    margin: auto;
  }
  .pTop .leave__top h2 {
    font-size: 6.28019vw;
    line-height: 9.17874vw;
    font-weight: 900;
    color: #fff;
  }
  .pTop .leave__top ul {
    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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.38164vw;
  }
  .pTop .leave__top ul li {
    color: #fff;
    font-size: 6.28019vw;
    line-height: 9.17874vw;
    font-weight: 900;
    background: #333333;
    -moz-box-shadow: 0 0 3.62319vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 3.62319vw rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    padding: 1.69082vw 3.62319vw 1.93237vw 3.1401vw;
  }
  .pTop .leave__top ul li + li {
    position: relative;
  }
  .pTop .leave__top ul li + li::before {
    position: absolute;
    content: "＋";
    font-size: 6.28019vw;
    line-height: 9.17874vw;
    font-weight: 900;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -6.28019vw;
  }
  .pTop .leave__top ul li + li::after {
    position: absolute;
    content: "";
    width: 26.3285vw;
    height: 31.88406vw;
    background: url("../img/leaveMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 100%;
    right: 0;
  }
  .pTop .leave__top dl {
    margin-top: 24.87923vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__top dl::before {
    position: absolute;
    content: "更に";
    width: 14.49275vw;
    height: 16.42512vw;
    background: url("../img/leaveCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 0 3.62319vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0 3.62319vw rgba(0, 0, 0, 0.25));
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 4.58937vw 0 0;
    top: -20.04831vw;
  }
  .pTop .leave__top dl dt {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #fff;
    margin: 0 -2.41546vw;
  }
  .pTop .leave__top dl dd {
    width: 100%;
    background: #333333;
    -moz-box-shadow: 0 0 3.62319vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 3.62319vw rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0.96618vw 0 2.89855vw;
    margin-top: 1.69082vw;
  }
  .pTop .leave__top dl dd span {
    display: block;
    font-size: 6.28019vw;
    line-height: 9.17874vw;
    font-weight: 900;
    color: #fff;
  }
  .pTop .leave__top dl dd small {
    display: block;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.77);
  }
  .pTop .leave__note {
    text-align: center;
    color: #fff;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 2.89855vw;
  }
  .pTop .compare {
    background: -webkit-gradient(linear, left top, left bottom, from(#d5eaff), to(#fff4fc));
    background: -webkit-linear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: -moz- oldlinear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: linear-gradient(180deg, #d5eaff 0%, #fff4fc 100%);
    padding: 8.9372vw 0 11.11111vw;
  }
  .pTop .compare__main {
    max-width: 92.75362vw;
    width: 100%;
    margin: auto;
  }
  .pTop .compare__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .compare__main--title small {
    color: #fff;
    background: #0072E7;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    padding: 0.96618vw 2.657vw 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__main--title small::after {
    position: absolute;
    content: "";
    width: 3.1401vw;
    height: 1.93237vw;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .compare__main--title span {
    font-size: 8.6401vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .compare__main--title h2 {
    font-size: 8.6401vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #0072E7;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__main--title h2::before {
    position: absolute;
    content: "“";
    font-size: 8.6401vw;
    line-height: 0.7;
    font-weight: 700;
    color: #F3F9FF;
    text-shadow: 0 0 3.62319vw rgba(0, 114, 231, 0.34);
    left: -5.07246vw;
    top: 2.05314vw;
  }
  .pTop .compare__main--title h2::after {
    position: absolute;
    content: "“";
    font-size: 8.6401vw;
    line-height: 0.7;
    font-weight: 700;
    color: #F3F9FF;
    text-shadow: 0 0 3.62319vw rgba(0, 114, 231, 0.34);
    right: -5.07246vw;
    bottom: 2.05314vw;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .pTop .compare__main--table {
    margin-top: 5.7971vw;
  }
  .pTop .compare__main--table .txt {
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    padding: 0 27.77778vw 0 0;
  }
  .pTop .compare__main--table .txt span {
    color: #F75528;
    background: #FFF01F;
    display: inline;
  }
  .pTop .compare__main--table .table {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 6.03865vw;
  }
  .pTop .compare__main--table .table::before {
    position: absolute;
    content: "";
    width: 26.3285vw;
    height: 37.43961vw;
    background: url("../img/compareMan.png") center bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 100%;
    right: 0vw;
  }
  .pTop .compare__main--table .table picture img {
    width: 100%;
    height: auto;
  }
  .pTop .compare__main--table .note {
    margin-top: 3.38164vw;
  }
  .pTop .compare__main--table .note ul {
    counter-reset: li;
  }
  .pTop .compare__main--table .note ul li {
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 7.00483vw;
    counter-increment: li;
  }
  .pTop .compare__main--table .note ul li + li {
    margin-top: 0.96618vw;
  }
  .pTop .compare__main--table .note ul li::before {
    position: absolute;
    content: "※" counter(li);
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    color: #000;
    left: 0;
    top: 0;
  }
  .pTop .flow {
    background-image: url("../img/pointBg_sp.png");
    background-color: #0072E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    background-blend-mode: multiply;
    padding: 14.97585vw 0;
  }
  .pTop .flow__main h2 {
    text-align: center;
    color: #fff;
    font-size: 8.6401vw;
    line-height: 12.56039vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 4.58937vw 0;
  }
  .pTop .flow__main h2::after {
    position: absolute;
    content: "";
    width: 25.12077vw;
    height: 1.69082vw;
    -moz-border-radius: 0.84541vw;
         border-radius: 0.84541vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .flow__main--list {
    counter-reset: dl;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 12.31884vw;
  }
  .pTop .flow__main--list::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 1.44928vw;
    background: #fff;
    z-index: -1;
    top: 2.41546vw;
    left: 6.52174vw;
  }
  .pTop .flow__main--list dl {
    width: 100%;
    counter-increment: dl;
    padding: 3.62319vw 0 0 17.14976vw;
    color: #fff;
    position: relative;
  }
  .pTop .flow__main--list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 14.49275vw;
    height: 14.49275vw;
    text-align: center;
    background: url("../img/flowCircle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
    font-size: 4.83092vw;
    line-height: 6.28019vw;
    font-family: 'DIN Bold';
    color: #0072E7;
    padding: 4.34783vw 0 0;
  }
  .pTop .flow__main--list dl dt {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    text-align: left;
    font-weight: 700;
  }
  .pTop .flow__main--list dl dd {
    margin-top: 0.72464vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    text-align: left;
  }
  .pTop .flow__main--list dl + dl {
    margin-top: 6.52174vw;
  }
  .pTop .faq {
    background: #F6FAFF;
    padding: 10.38647vw 3.62319vw;
  }
  .pTop .faq__main {
    width: 100%;
    margin: auto;
  }
  .pTop .faq__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .faq__main--title span {
    color: #fff;
    background: #0072E7;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    padding: 0.96618vw 2.657vw 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main--title span::after {
    position: absolute;
    content: "";
    width: 3.1401vw;
    height: 1.93237vw;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .faq__main--title h2 {
    font-size: 8.6401vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .faq__main--list {
    margin-top: 8.21256vw;
  }
  .pTop .faq__main--list dl {
    padding: 0vw 1.44928vw 1.44928vw;
    background: #0072E7;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 2.657vw;
  }
  .pTop .faq__main--list dl dt {
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    padding: 4.34783vw 11.11111vw 2.17391vw 11.35266vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-family: 'DIN Bold';
    font-size: 8.6401vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #fff;
    left: 3.1401vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "";
    line-height: 5.31401vw;
    font-weight: 400;
    width: 5.31401vw;
    height: 5.31401vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/faqPlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    color: #0072E7;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.89855vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.open {
    padding: 4.34783vw 11.11111vw 2.17391vw 11.35266vw;
  }
  .pTop .faq__main--list dl dt.open::after {
    background: url("../img/faqMulti.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .faq__main--list dl dd {
    background: #fff;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 400;
    color: #000;
    padding: 4.34783vw 2.89855vw 6.28019vw;
    display: none;
  }
  .pTop .contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#d5eaff), to(#fff4fc));
    background: -webkit-linear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: -moz- oldlinear-gradient(top, #d5eaff 0%, #fff4fc 100%);
    background: linear-gradient(180deg, #d5eaff 0%, #fff4fc 100%);
    padding: 12.31884vw 3.62319vw 8.69565vw;
  }
  .pTop .contact__main {
    width: 100%;
    margin: auto;
  }
  .pTop .contact__main h2 {
    text-align: center;
    color: #0072E7;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 4.58937vw 0;
  }
  .pTop .contact__main h2::after {
    position: absolute;
    content: "";
    width: 25.12077vw;
    height: 1.69082vw;
    -moz-border-radius: 0.84541vw;
         border-radius: 0.84541vw;
    background: #0072E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .contact__main--form {
    margin-top: 9.90338vw;
  }
  .pTop .contact__main--form dl + dl {
    margin-top: 5.07246vw;
  }
  .pTop .contact__main--form dl dt {
    width: 100%;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main--form dl dt::after {
    position: absolute;
    content: "必須";
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    color: #000;
    background: #FFF01F;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    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: 7.72947vw;
    height: 4.10628vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .contact__main--form dl dd {
    width: 100%;
    margin-top: 2.17391vw;
  }
  .pTop .contact__main--form dl dd input[type="text"], .pTop .contact__main--form dl dd input[type="email"], .pTop .contact__main--form dl dd input[type="tel"], .pTop .contact__main--form dl dd textarea {
    width: 100%;
    height: 14.49275vw;
    background: #fff;
    outline: none;
    border: 1px solid #BBCDE5;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 4.34783vw 5.55556vw;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 400;
    color: #000;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .contact__main--form dl dd input[type="text"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd input[type="email"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd input[type="tel"]::-webkit-input-placeholder, .pTop .contact__main--form dl dd textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]::-moz-placeholder, .pTop .contact__main--form dl dd input[type="email"]::-moz-placeholder, .pTop .contact__main--form dl dd input[type="tel"]::-moz-placeholder, .pTop .contact__main--form dl dd textarea::-moz-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]:-ms-input-placeholder, .pTop .contact__main--form dl dd input[type="email"]:-ms-input-placeholder, .pTop .contact__main--form dl dd input[type="tel"]:-ms-input-placeholder, .pTop .contact__main--form dl dd textarea:-ms-input-placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd input[type="text"]::placeholder, .pTop .contact__main--form dl dd input[type="email"]::placeholder, .pTop .contact__main--form dl dd input[type="tel"]::placeholder, .pTop .contact__main--form dl dd textarea::placeholder {
    opacity: 1;
    color: #E0E0E0;
  }
  .pTop .contact__main--form dl dd textarea {
    height: 78.01932vw;
  }
  .pTop .contact__main--form .privacybox {
    margin-top: 4.58937vw;
    border: 1px solid #BBCDE5;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 7.00483vw 5.55556vw 3.62319vw;
    height: 50.48309vw;
    overflow: auto;
  }
  .pTop .contact__main--form .privacybox::-webkit-scrollbar {
    display: none;
  }
  .pTop .contact__main--form .privacybox .scroll h4 {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 2.89855vw;
  }
  .pTop .contact__main--form .privacybox .scroll p, .pTop .contact__main--form .privacybox .scroll h5, .pTop .contact__main--form .privacybox .scroll ul {
    font-size: 3.38164vw;
    line-height: 1.5;
  }
  .pTop .contact__main--form .checkPrivacy {
    margin-top: 7.48792vw;
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .contact__main--form .checkPrivacy label {
    cursor: pointer;
    position: relative;
  }
  .pTop .contact__main--form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main--form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main--form .checkPrivacy label span {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.52174vw;
  }
  .pTop .contact__main--form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 4.83092vw;
    border: 1px solid #BBCDE5;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
    font-size: 4.58937vw;
    line-height: 1;
    color: #000;
  }
  .pTop .contact__main--form .btn {
    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;
    margin-top: 4.83092vw;
  }
  .pTop .contact__main--form .btn 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;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    background: #18A090;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .contact__main--form .btn button::after {
    position: absolute;
    content: "";
    width: 3.1401vw;
    height: 8.69565vw;
    background: url("../img/icArrowMail.svg") 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 .contact__main--form .error {
    font-size: 2.89855vw;
    line-height: 1.5;
    color: #ff0000;
    display: block;
    width: 100%;
  }
  .pTop .contact__main--form .agree .error {
    text-align: center;
  }
  .pTop .term {
    background: #0072E7;
    padding: 10.14493vw 0 40.82126vw;
  }
  .pTop .term__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    color: #fff;
    font-weight: 700;
  }
  .pTop .term__main--wrap {
    margin-top: 11.35266vw;
  }
  .pTop .term__main--wrap .box h3 {
    color: #fff;
    font-size: 4.83092vw;
    line-height: 7.24638vw;
    font-weight: 700;
  }
  .pTop .term__main--wrap .box .sbox {
    margin: 2.89855vw -1.69082vw -1.44928vw;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .term__main--wrap .box .sbox dl {
    width: 44.68599vw;
    margin: 1.44928vw 1.69082vw;
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .term__main--wrap .box .sbox dl dt {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #000;
    padding: 4.83092vw 10.14493vw 4.83092vw 4.10628vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .term__main--wrap .box .sbox dl dt span {
    width: 5.31401vw;
    height: 5.31401vw;
    position: absolute;
    right: 3.38164vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::before, .pTop .term__main--wrap .box .sbox dl dt span::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::before {
    width: 36.36364%;
    height: 0.48309vw;
  }
  .pTop .term__main--wrap .box .sbox dl dt span::after {
    height: 36.36364%;
    width: 0.48309vw;
  }
  .pTop .term__main--wrap .box .sbox dl dt.open span {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: #00c3e5;
  }
  .pTop .term__main--wrap .box .sbox dl dt.open span::before {
    opacity: 0;
  }
  .pTop .term__main--wrap .box .sbox dl dd {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    padding: 0vw 5.55556vw 4.83092vw 5.55556vw;
    display: none;
  }
  .pTop .term__main--wrap .box + .box {
    margin-top: 11.35266vw;
  }
  .pTop .ctaFixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    bottom: 0;
  }
  .pTop .ctaFixed a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #FB872D;
    /* color: #fff;
    font-size: 5.6401vw;
    font-weight: 700;
    line-height: 8.21256vw; */
    position: relative;
    width: 100%;
    height: 16.9927vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    /* padding: 4.34783vw 0 4.34783vw 12.8019vw; */
    padding: 0vw 0 0vw 12.8019vw;
  }
  .pTop .ctaFixed a span {
    color: #fff;
    font-size: 7vw;
    font-weight: 700;
    line-height: 0.7;
    font-family: 'DIN Bold';
  }
  .pTop .ctaFixed a small {
    font-size: 3.3816vw;
    line-height: 4.8309vw;
    color: #fff;
    font-weight: 400;
  }
  .pTop .ctaFixed a::before {
    position: absolute;
    content: "";
    width: 8.099vw;
    height: 5.314vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.14vw;
    background: url("../img/ctaPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .ctaFixed a::after {
    position: absolute;
    content: "";
    width: 35.0241vw;
    height: 24.1545vw;
    background: url("../img/fixMan2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 0;
  }
  .pTop .footer {
    padding-bottom: 16.90821vw;
  }
  .footer {
    position: relative;
    z-index: 19;
    background: #303030;
  }
  .footer__gallery ul {
    background: #fff;
  }
  .footer__gallery ul li {
    width: 100%;
    line-height: 0;
  }
  .footer__gallery ul li + li {
    margin-top: 1.20773vw;
  }
  .footer__gallery ul li img {
    width: 100%;
    height: auto;
  }
  .footer__link {
    margin-top: 6.28019vw;
  }
  .footer__link ul {
    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;
  }
  .footer__link ul li a {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #fff;
    font-weight: 400;
  }
  .footer__link ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link ul li + li::before {
    content: "｜";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #fff;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    margin-top: 12.31884vw;
    padding-bottom: 2.89855vw;
    color: #fff;
  }
  .pChild__main {
    padding: 16.18357vw 0 36.23188vw;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 24.15459vw;
  }
  .pChild__main--law {
    width: 100%;
    margin: auto;
    padding: 0 3.62319vw;
  }
  .pChild__main--law dl {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--law dl dt {
    font-weight: 700;
    width: 42.75362vw;
  }
  .pChild__main--law dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--law dl dd a {
    color: #000;
  }
  .pChild__main--law dl + dl {
    margin-top: 5.7971vw;
  }
  .pChild__main--privacy {
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .pTop .header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .header.active {
    top: 0;
  }
  .pTop .header .header__main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-right: 0;
  }
  .pTop .header .header__main h1 {
    line-height: 0;
    width: 33.81642vw;
  }
  .pTop .header .header__main h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .pTop .header .header__main ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .pTop .header .header__main ul li {
    line-height: 0;
    width: 18.35748vw;
  }
  .pTop .header .header__main ul li + li {
    margin-left: 2px;
  }
  .pTop .header .header__main ul li a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .pTop .header .header__main ul li a img {
    width: 100%;
    height: auto;
  }
}

.effect, .isFull, .isPar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 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, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 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, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 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);
}


.tblock{
  margin:0 auto;
  margin-bottom: 50px;
}
.tblock tbody tr{
  height:50px;
}
.tblock tbody tr th{
  color:#ffffff;
  text-align: left;
}

.tblock tbody tr td{
  color:#ffffff;
  padding-left: 20px;
}


@media screen and (max-width: 480px), print {
  .tblock{
width:90%;
  margin:0 auto;
  margin-bottom: 50px;

}
.tblock tbody tr th{
  color:#ffffff;
  text-align: left;
  width:25%;
}
}


.pTop .cta__box--wrap--right .line figure {
padding-top:10px;
}

