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

@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/BebasNeueBold.ttf");
}

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

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: #000000;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, 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;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  body {
    padding-top: 70px;
  }
  .header {
    background: #fff;
    -moz-box-shadow: 0 2px 13px rgba(9, 31, 104, 0.1);
         box-shadow: 0 2px 13px rgba(9, 31, 104, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .header__main--logo {
    line-height: 0;
  }
  .header__main--logo a {
    display: inline-block;
    line-height: 0;
  }
  .header__main--logo a img {
    height: 48px;
    width: auto;
  }
  .header__main--line a {
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 1px solid #02BE4F;
    -moz-border-radius: 3px;
         border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #fff;
    width: 206px;
    height: 48px;
    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;
    padding: 0 18px 0 48px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--line a::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 27px;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--line a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff url("../img/headerArrow.webp") center center no-repeat;
    -moz-background-size: 6px 7px;
         background-size: 6px 7px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
  }
  .footer {
    margin-top: 75px;
  }
  .footer__link {
    text-align: center;
    line-height: 0;
  }
  .footer__link a, .footer__link span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #474747;
    display: inline-block;
  }
  .footer__link span {
    margin: 0 18px;
  }
  .footer__copy {
    background: #2538A2;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
  }
  .pTop .mv {
    background: url("../img/mvBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 30px 0 0;
  }
  .pTop .mv picture {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pTop .mv picture img {
    width: 100%;
    height: auto;
  }
  .pTop h2[data-en] {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #0C2458;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop h2[data-en]::before {
    position: absolute;
    content: attr(data-en);
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    font-family: 'BebasNeueBold';
    background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -22px;
    text-align: center;
    pointer-events: none;
    color: transparent;
  }
  .pTop .investigation {
    margin-top: 62px;
  }
  .pTop .investigation h2 {
    z-index: 3;
  }
  .pTop .investigation h2::before {
    z-index: 3;
  }
  .pTop .investigation h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation h2 span::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 47px);
    width: -moz-calc(100% + 47px);
    width: calc(100% + 47px);
    height: 85px;
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    left: -28px;
    bottom: -14px;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .investigation__box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: -21px auto 0;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    padding: 54px 38px 25px;
  }
  .pTop .investigation__box dl {
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .investigation__box dl dt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
  }
  .pTop .investigation__box dl dd {
    width: 382px;
  }
  .pTop .investigation__box dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .investigation__box dl dd ul li {
    width: 121px;
    height: 121px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 14px;
    line-height: 17.6px;
    font-weight: 700;
    text-align: center;
    color: #0C2458;
    padding: 41px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation__box dl dd ul li::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .investigation__box dl dd ul li.st1::before {
    width: 33px;
    height: 33px;
    background: url("../img/invesIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 7px;
  }
  .pTop .investigation__box dl dd ul li.st2::before {
    width: 28px;
    height: 28px;
    background: url("../img/invesIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 7px;
  }
  .pTop .investigation__box dl dd ul li.st3::before {
    width: 37px;
    height: 37px;
    background: url("../img/invesIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3px;
  }
  .pTop .investigation__box .contact {
    margin-top: 16px;
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    padding: 10px 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;
    -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;
  }
  .pTop .investigation__box .contact a.line {
    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;
    width: 352px;
    height: 73px;
    margin: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 1.52pxpx solid #02BE4F;
    -moz-border-radius: 4.56px;
         border-radius: 4.56px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    padding: 0 0 0 78.27px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation__box .contact a.line::before, .pTop .investigation__box .contact a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .investigation__box .contact a.line::before {
    width: 43.6px;
    height: 41.54px;
    background: url("../img/invesLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 23px;
  }
  .pTop .investigation__box .contact a.line::after {
    width: 19.67px;
    height: 19.67px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/invesArrow.webp") center no-repeat;
    -moz-background-size: 8px 9px;
         background-size: 8px 9px;
    right: 10.33px;
  }
  .pTop .investigation__box .contact a.line span {
    font-size: 24.33px;
    line-height: 1;
  }
  .pTop .investigation__box .contact a.line small {
    font-size: 14px;
    line-height: 21px;
  }
  .pTop .investigation__box .contact a.tel {
    width: 352px;
    margin: 10px;
  }
  .pTop .investigation__box .contact a.tel span {
    font-size: 47px;
    line-height: 1;
    font-weight: 700;
    color: #0C2458;
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 0 0 38px;
  }
  .pTop .investigation__box .contact a.tel span::before {
    position: absolute;
    content: "";
    width: 32.78px;
    height: 34.53px;
    background: url("../img/invesPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 2px;
  }
  .pTop .investigation__box .contact a.tel small {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #586A92;
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .pTop .worries {
    margin-top: 37px;
    padding: 80px 0 139px;
    background: url("../img/worriesBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .worries h2 {
    color: #2B40AA;
  }
  .pTop .worries h2::before {
    background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    opacity: 0.16;
  }
  .pTop .worries__main {
    margin-top: 46px;
  }
  .pTop .worries__main .list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worries__main .list ul::before {
    position: absolute;
    content: "";
    width: 268px;
    height: 273px;
    background: url("../img/worriesMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 11px;
    left: 378px;
  }
  .pTop .worries__main .list ul li {
    background: #404B83;
    -moz-box-shadow: 0 0 8.7px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 8.7px rgba(0, 0, 0, 0.08);
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    width: 296px;
  }
  .pTop .worries__main .list ul li::before {
    position: absolute;
    content: "";
  }
  .pTop .worries__main .list ul li.st1 {
    padding: 26px 26px 24px;
    display: block;
    margin: auto;
  }
  .pTop .worries__main .list ul li.st1::before {
    width: 43px;
    height: 18px;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 42px;
    bottom: -12.5px;
  }
  .pTop .worries__main .list ul li.st2 {
    padding: 21px 27px;
    margin-top: 21px;
    margin-left: 17px;
    float: left;
  }
  .pTop .worries__main .list ul li.st2::before {
    width: 37px;
    height: 18.5px;
    background: url("../img/worriesArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 31px;
    right: -18px;
  }
  .pTop .worries__main .list ul li.st3 {
    padding: 21px 25px 21px 29px;
    margin-top: 21px;
    margin-right: 21px;
    float: right;
  }
  .pTop .worries__main .list ul li.st3::before {
    width: 37px;
    height: 18.5px;
    background: url("../img/worriesArrow03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 55px;
    left: -18px;
  }
  .pTop .worries__main .list ul li.st4 {
    padding: 21px 27px;
    margin-top: 51px;
    margin-left: 57px;
    clear: both;
    float: left;
  }
  .pTop .worries__main .list ul li.st4::before {
    width: 28px;
    height: 28px;
    background: url("../img/worriesArrow04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 51.5px;
    right: -21.5px;
  }
  .pTop .worries__main .list ul li.st5 {
    float: right;
    padding: 21px 25px 21px 29px;
    margin-top: 51px;
    margin-right: 50px;
  }
  .pTop .worries__main .list ul li.st5::before {
    width: 38.5px;
    height: 18.5px;
    background: url("../img/worriesArrow05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 31px;
    left: -20.5px;
  }
  .pTop .worries__main .list ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .worries__main .scam {
    max-width: 731px;
    width: 100%;
    margin: 37.5px auto 0;
  }
  .pTop .worries__main .scam 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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .worries__main .scam h3::before, .pTop .worries__main .scam h3::after {
    content: "";
    width: 38px;
    height: 64px;
    background: url("../img/worriesSplash.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .worries__main .scam h3::before {
    margin-right: 51px;
  }
  .pTop .worries__main .scam h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 51px;
  }
  .pTop .worries__main .scam h3 em {
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #2B40AA;
    text-align: center;
  }
  .pTop .worries__main .scam h3 em span {
    color: #FF5E00;
  }
  .pTop .worries__main .scam .box {
    margin-top: 6px;
    padding: 40px 32px 24px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    background: url("../img/worriesScam.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .worries__main .scam .box span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
  }
  .pTop .advice {
    position: relative;
    z-index: 3;
    padding-bottom: 79px;
    background: #fff url("../img/adviceBg.webp") right bottom no-repeat;
    -moz-background-size: 702px 693px;
         background-size: 702px 693px;
  }
  .pTop .advice__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;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  }
  .pTop .advice__title--inner {
    margin-top: -67px;
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    padding: 32px 72px 66px;
    clip-path: polygon(0 0, 100% 0, 100% 69.8324%, 50% 100%, 0 69.8324%);
    text-align: center;
    color: #fff;
  }
  .pTop .advice__title--inner span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
  }
  .pTop .advice__title--inner h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
  }
  .pTop .advice__caution {
    margin-top: 46px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 92px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
  }
  .pTop .advice__caution::before {
    position: absolute;
    content: "";
    width: 79px;
    height: 72px;
    background: url("../img/adviceCaution.webp") 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;
  }
  .pTop .advice__table {
    margin-top: 36px;
    max-width: 1006px;
  }
  .pTop .advice__table table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #fff;
  }
  .pTop .advice__table table th, .pTop .advice__table table td {
    border: 1.5px solid #fff;
  }
  .pTop .advice__table table thead tr th {
    background: #2B40AA;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    width: 283px;
  }
  .pTop .advice__table table thead tr th:nth-of-type(1) {
    width: 143px;
  }
  .pTop .advice__table table tbody tr td {
    background: #EBEBEB;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    vertical-align: middle;
    padding: 23px 0 21px;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(1) {
    text-align: center;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 23px;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(3) {
    padding-left: 25px;
    padding-right: 19px;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(4) {
    padding-left: 25px;
    padding-right: 14px;
  }
  .pTop .advice__table table tbody tr td > span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
  }
  .pTop .advice__table table tbody tr td > span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .advice__table table tbody tr td ul li {
    padding: 0 0 0 12px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .advice__table table tbody tr td ul li::before {
    position: absolute;
    content: "・";
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    top: 0;
    left: 0;
  }
  .pTop .advice__table table tbody tr td ul li.color {
    color: #EC2E2E;
  }
  .pTop .advice__table table tbody tr td ul li span {
    color: #EC2E2E;
  }
  .pTop .advice__table table tbody tr.st1 td > span::after, .pTop .advice__table table tbody tr.st2 td > span::after {
    width: 82.5px;
    height: 71.5px;
    background: url("../img/adviceTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .advice__table table tbody tr.st3 td > span::after {
    width: 66px;
    height: 66px;
    background: url("../img/adviceCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    opacity: 0.21;
  }
  .pTop .advice__table table tbody tr.st4 td {
    background: #EA6C23;
    color: #fff;
  }
  .pTop .advice__table table tbody tr.st4 td > span {
    font-size: 20px;
    line-height: 28px;
  }
  .pTop .advice__table table tbody tr.st4 td > span::after {
    width: 92px;
    height: 92px;
    background: url("../img/adviceCircle2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    opacity: 0.21;
  }
  .pTop .advice__note {
    text-align: center;
    margin-top: 39px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
  }
  .pTop .recover {
    position: relative;
    z-index: 5;
    background: #EDF8FD;
  }
  .pTop .recover::before {
    position: absolute;
    content: "";
    width: 413px;
    height: 87px;
    background: url("../img/recoverArrow.webp") 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: -35px;
  }
  .pTop .recover__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 88px;
    padding-bottom: 44px;
  }
  .pTop .recover__main::before {
    position: absolute;
    content: "";
    width: 184px;
    height: 184px;
    background: url("../img/recoverIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: -68px;
  }
  .pTop .recover__main .intro {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #2538A2;
  }
  .pTop .recover__main .mess {
    margin-top: 24px;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .recover__main .mess figure {
    width: 129px;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 8px;
  }
  .pTop .recover__main .mess figure img {
    width: 123px;
    height: 123px;
    object-fit: cover;
  }
  .pTop .recover__main .mess .txt {
    width: 526px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 28px 22px 27px 66px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
  }
  .pTop .recover__main .mess .txt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/recoverMess.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 9.9px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 0 9.9px rgba(0, 0, 0, 0.08));
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .recover__main .mess .txt::after {
    position: absolute;
    content: "";
    width: 46.24px;
    height: 57.4px;
    background: url("../img/recoverIllus02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(70.87deg);
       -moz-transform: rotate(70.87deg);
        -ms-transform: rotate(70.87deg);
            transform: rotate(70.87deg);
    right: 11.19px;
    top: -5.45px;
  }
  .pTop .recover__main .focus {
    margin-top: 37px;
    text-align: center;
    font-size: 32.67px;
    line-height: 49px;
    font-weight: 700;
    color: #EA6C23;
  }
  .pTop .recover__main .focus span {
    display: inline-block;
    padding: 0 51px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__main .focus span::after {
    position: absolute;
    content: "";
    width: 51px;
    height: 54px;
    background: url("../img/recoverLight.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: -9px;
  }
  .pTop .victim {
    background: #5578E5;
    padding: 62px 0 73px;
  }
  .pTop .victim__title {
    text-align: center;
    line-height: 0;
  }
  .pTop .victim__title span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #5578E5;
    background: #fff;
    padding: 6px 15px;
    -moz-border-radius: 20.5px;
         border-radius: 20.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .victim__title span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    bottom: -6px;
  }
  .pTop .victim__title h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
    color: #fff;
    margin-top: 17px;
  }
  .pTop .victim__box {
    max-width: 850px;
    width: 100%;
    margin: 32px auto 0;
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    padding: 37px 82px 29px;
  }
  .pTop .victim__box > figure {
    margin-left: -2px;
  }
  .pTop .victim__box > figure img {
    width: 100%;
    height: auto;
  }
  .pTop .victim__box--note {
    margin-left: -39px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #000000;
  }
  .pTop .victim__box--mess {
    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 .victim__box--mess figure {
    width: 148px;
    margin-right: 48px;
  }
  .pTop .victim__box--mess .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #DCF2FF;
    -moz-border-radius: 7px;
         border-radius: 7px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #1D1D1D;
    padding: 28px 22px 20px 30px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .victim__box--mess .txt::before {
    position: absolute;
    content: "";
    width: 42px;
    height: 21.17px;
    background: url("../img/victimArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 21.17px;
    left: -36px;
  }
  .pTop .investigation2 {
    padding: 69px 0 50px;
  }
  .pTop .investigation2 h2 {
    z-index: 3;
  }
  .pTop .investigation2 h2::before {
    z-index: 3;
  }
  .pTop .investigation2 h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation2 h2 span::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 47px);
    width: -moz-calc(100% + 47px);
    width: calc(100% + 47px);
    height: 85px;
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    left: -28px;
    bottom: -14px;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .investigation2 .box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: -21px auto 0;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    padding: 63px 51px 37px;
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 880px) {
  .pTop .investigation2 .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .investigation2 .box .intro {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 28px;
  }
  .pTop .investigation2 .box .list {
    width: 260px;
    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;
    margin: 0 -4.5px;
  }
  .pTop .investigation2 .box .list dl {
    width: 121px;
    height: 121px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    padding: 34px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 4.5px;
  }
  .pTop .investigation2 .box .list dl::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .investigation2 .box .list dl dt {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #0C2458;
  }
  .pTop .investigation2 .box .list dl dd {
    margin-top: 8px;
    font-size: 26px;
    line-height: 16px;
    font-weight: 700;
    color: #0C2458;
    text-align: center;
  }
  .pTop .investigation2 .box .list dl dd .zero {
    text-align: center;
    font-size: 52px;
    line-height: 16px;
  }
  .pTop .investigation2 .box .list dl dd .zero small {
    font-size: 20px;
    line-height: 16px;
  }
  .pTop .investigation2 .box .list dl.st1 {
    margin: 0 9px;
  }
  .pTop .investigation2 .box .list dl.st1::before {
    width: 29px;
    height: 29px;
    background: url("../img/invesIcon04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3px;
  }
  .pTop .investigation2 .box .list dl.st1 dd {
    margin-top: 13px;
  }
  .pTop .investigation2 .box .list dl.st2::before {
    width: 32px;
    height: 32px;
    background: url("../img/invesIcon05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 2px;
  }
  .pTop .investigation2 .box .list dl.st3::before {
    width: 26px;
    height: 26px;
    background: url("../img/invesIcon06.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 6px;
  }
  .pTop .investigation2 .box .contact {
    width: 459px;
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    padding: 33px 28px 30px 36px;
    margin-left: 37px;
  }
  .pTop .investigation2 .box .contact a.line {
    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;
    width: 100%;
    height: 73px;
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 1.52pxpx solid #02BE4F;
    -moz-border-radius: 4.56px;
         border-radius: 4.56px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    padding: 0 0 0 78.27px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation2 .box .contact a.line::before, .pTop .investigation2 .box .contact a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .investigation2 .box .contact a.line::before {
    width: 47px;
    height: 45px;
    background: url("../img/invesLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 17px;
  }
  .pTop .investigation2 .box .contact a.line::after {
    width: 19.67px;
    height: 19.67px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/invesArrow.webp") center no-repeat;
    -moz-background-size: 8px 9px;
         background-size: 8px 9px;
    right: 12.33px;
  }
  .pTop .investigation2 .box .contact a.line span {
    font-size: 30px;
    line-height: 1;
  }
  .pTop .investigation2 .box .contact a.line small {
    font-size: 14px;
    line-height: 21px;
  }
  .pTop .investigation2 .box .contact a.tel {
    width: 100%;
    margin-top: 14px;
    display: block;
  }
  .pTop .investigation2 .box .contact a.tel span {
    font-size: 47px;
    line-height: 1;
    font-weight: 700;
    color: #0C2458;
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 0 0 38px;
  }
  .pTop .investigation2 .box .contact a.tel span::before {
    position: absolute;
    content: "";
    width: 32.78px;
    height: 34.53px;
    background: url("../img/invesPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 2px;
  }
  .pTop .investigation2 .box .contact a.tel small {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    color: #586A92;
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .pTop .strength {
    padding: 102px 0 99px;
    background: #EDF8FD;
  }
  .pTop .strength h2 {
    color: #2B40AA;
  }
  .pTop .strength h2::before {
    opacity: 0.16;
  }
  .pTop .strength__list {
    margin-top: 69px;
    counter-reset: ar;
  }
  .pTop .strength__list article {
    counter-increment: ar;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -18px;
    -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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .strength__list article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .strength__list article .arCon {
    width: 526px;
    margin: 18px;
  }
  .pTop .strength__list article .arCon h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #2843AE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 93px 0 0;
  }
  .pTop .strength__list article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 92.69px;
    line-height: 93px;
    font-family: 'BebasNeueBold';
    background: -webkit-gradient(linear, left top, left bottom, from(#23359E), to(#3D87FF));
    background: -webkit-linear-gradient(top, #23359E 0%, #3D87FF 100%);
    background: -moz- oldlinear-gradient(top, #23359E 0%, #3D87FF 100%);
    background: linear-gradient(180deg, #23359E 0%, #3D87FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    top: 0;
    left: 0;
  }
  .pTop .strength__list article .arCon .txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-top: 13px;
  }
  .pTop .strength__list article figure {
    width: 438px;
    margin: 18px;
  }
  .pTop .strength__list article figure img {
    width: 100%;
    height: 311px;
    object-fit: cover;
    -moz-border-radius: 40px 0 40px 0;
         border-radius: 40px 0 40px 0;
    -webkit-filter: drop-shadow(-16px 15px 0 rgba(40, 95, 213, 0.27));
            filter: drop-shadow(-16px 15px 0 rgba(40, 95, 213, 0.27));
  }
  .pTop .strength__list article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 13px;
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  .pTop .strength__list article:nth-of-type(even) .arCon {
    margin: 18px 11.5px;
  }
  .pTop .strength__list article:nth-of-type(even) figure {
    margin: 18px 11.5px;
  }
  .pTop .strength__list article + article {
    margin-top: 34px;
  }
  .pTop .strength__end {
    max-width: 699px;
    width: 100%;
    margin: 53px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 21px 34px 28px;
  }
  .pTop .strength__end::before, .pTop .strength__end::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .strength__end::before {
    border: 3px solid #2538A2;
    z-index: -2;
    width: 100%;
    height: 100%;
  }
  .pTop .strength__end::after {
    background: #EDF8FD;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% + 6px);
    height: -moz-calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
  }
  .pTop .strength__end h3 {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #2538A2;
  }
  .pTop .strength__end h3 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    color: #EA6C23;
  }
  .pTop .strength__end figure {
    width: 100%;
    margin-top: 23px;
  }
  .pTop .strength__end .txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 19px;
  }
  .pTop .case {
    padding: 57px 0 26px;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
  }
  .pTop .case__title {
    text-align: center;
    line-height: 0;
  }
  .pTop .case__title span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #3A55BF;
    background: #fff;
    padding: 6px 15px;
    -moz-border-radius: 20.5px;
         border-radius: 20.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .case__title span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    bottom: -6px;
  }
  .pTop .case__title h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
    color: #fff;
    margin-top: 17px;
  }
  .pTop .case__main {
    margin-top: 32px;
  }
  .pTop .case__main--slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pTop .case__main--slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .case__main--slider article {
    width: 340px;
    padding: 34px 10px 0;
    height: auto;
  }
  .pTop .case__main--slider article .arMain {
    background: #fff;
    -moz-border-radius: 14.15px;
         border-radius: 14.15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 47px 22px 19px;
    height: 100%;
  }
  .pTop .case__main--slider article .arMain::before, .pTop .case__main--slider article .arMain::after {
    position: absolute;
    width: 67px;
    height: 67px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    color: #3A55BF;
  }
  .pTop .case__main--slider article .arMain::before {
    content: "事例";
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
    font-weight: 700;
    border: 2px solid #3249B3;
    background: #fff;
    z-index: -2;
  }
  .pTop .case__main--slider article .arMain::after {
    content: attr(data-num);
    font-size: 34.46px;
    line-height: 1;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    padding-top: 32px;
    z-index: -1;
  }
  .pTop .case__main--slider article .arMain .title span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.47);
  }
  .pTop .case__main--slider article .arMain .title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
  }
  .pTop .case__main--slider article .arMain figure {
    width: 100%;
    margin-top: 8px;
  }
  .pTop .case__main--slider article .arMain figure img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .pTop .case__main--slider article .arMain h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #3A55BF;
    margin-top: 26px;
    min-height: 38px;
  }
  .pTop .case__main--slider article .arMain .txt {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin-top: 12px;
  }
  .pTop .case__main--slider article .arMain .txt span {
    color: #EA6C23;
  }
  .pTop .case__main--note {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
  }
  .pTop .work {
    background: url("../img/workBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0 50px;
  }
  .pTop .work h2 {
    color: #2B40AA;
  }
  .pTop .work h2::before {
    opacity: 0.16;
  }
  .pTop .work__list {
    max-width: 1000px;
    width: 100%;
    margin: 44px auto 0;
  }
  .pTop .work__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10.5px 0;
  }
  .pTop .work__list ul li {
    width: 415px;
    margin: 10.5px 16px;
    background: #fff;
    -moz-border-radius: 16px;
         border-radius: 16px;
    -moz-box-shadow: 0 0 17.5px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 17.5px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 26px 0px 0px 19px;
    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 .work__list ul li::before {
    position: absolute;
    content: attr(data-title);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 17px 12px 16px;
    background: #4360CC;
    -moz-border-radius: 16px 0 16px 0;
         border-radius: 16px 0 16px 0;
    top: 0;
    left: 0;
    color: #fff;
  } */
  .pTop .work__list ul li dl {
    padding-bottom: 13.6px;
  }
  .pTop .work__list ul li dl dt span {
    font-size: 15.35px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    padding: 0px 13px 2px;
    -moz-border-radius: 12.79px;
         border-radius: 12.79px;
    background: #343434;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 25.58px;
  }
  .pTop .work__list ul li dl dd {
    margin-top: 6px;
    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;
  }
  .pTop .work__list ul li dl dd span {
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-size: 48.22px;
    line-height: 1;
    font-family: 'BebasNeueBold';
    vertical-align: bottom;
  }
  .pTop .work__list ul li dl dd::after {
    content: "万円";
    font-size: 27.85px;
    line-height: 33px;
    font-weight: 700;
    color: #343434;
    margin-left: 3px;
    margin-bottom: 7px;
  }
  .pTop .work__list ul li dl:nth-of-type(2) {
    margin-left: 56.46px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: -3px;
    padding-bottom: 0;
  }
  .pTop .work__list ul li dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 52.32px;
    height: 69.04px;
    background: url("../img/workArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(105deg);
       -moz-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
            transform: rotate(105deg);
    top: 27.97px;
    left: -70.05px;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dt span {
    background: #22349D;
    font-size: 17.21px;
    line-height: 1;
    padding: 0px 15px 3px;
    -moz-border-radius: 14.34px;
         border-radius: 14.34px;
    height: 28.68px;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd {
    margin-top: 5px;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd span {
    font-size: 107px;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd::after {
    margin-bottom: 26.58px;
  }
  .pTop .work__note {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin-top: 24px;
  }
  .pTop .flow {
    background: url("../img/flowGrid.webp") 0 0 repeat;
    padding: 81px 0 90px;
    border-top: 6px solid #4866D1;
  }
  .pTop .flow h2 {
    color: #2B40AA;
  }
  .pTop .flow h2::before {
    opacity: 0.16;
  }
  .pTop .flow__main {
    max-width: 800px;
    margin-top: 49px;
    counter-reset: ar;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 141px;
    background: #4A6AD6;
  }
  .pTop .flow__main article {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
         box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 25px 30px 27px 177px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
  }
  .pTop .flow__main article + article {
    margin-top: 12px;
  }
  .pTop .flow__main article::before, .pTop .flow__main article::after {
    position: absolute;
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 41px;
    font-family: 'DIN2014';
    font-weight: 700;
    text-align: center;
  }
  .pTop .flow__main article::before {
    background: #4A6AD6;
    content: "STEP";
    font-size: 9.5px;
    line-height: 10px;
    padding-top: 9px;
    z-index: -2;
  }
  .pTop .flow__main article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 24.92px;
    line-height: 20px;
    letter-spacing: -0.03em;
    padding-top: 19px;
    z-index: -1;
  }
  .pTop .flow__main article h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #2538A2;
    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 .flow__main article h3::before {
    content: "";
    display: inline-block;
    margin-right: 7px;
  }
  .pTop .flow__main article h3.st1::before {
    width: 31px;
    height: 25px;
    background: url("../img/flowIc01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st2::before {
    width: 26px;
    height: 26px;
    background: url("../img/flowIc02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st3::before {
    width: 24.11px;
    height: 23px;
    background: url("../img/flowIc03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st4::before {
    width: 28px;
    height: 21.3px;
    background: url("../img/flowIc04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st5::before {
    width: 23px;
    height: 23px;
    background: url("../img/flowIc05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }
  .pTop .flow__main article .txt {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #2F2F2F;
    margin-top: 7px;
  }
  .pTop .price {
    background: #EDF8FD;
    padding: 66px 0 49px;
    overflow: hidden;
  }
  .pTop .price h2 {
    color: #fff;
  }
  .pTop .price h2::before {
    background: #fff;
    -moz-background-clip: text;
         background-clip: text;
    opacity: 0.24;
  }
  .pTop .price h2::after {
    content: "";
    position: absolute;
    width: 425.45px;
    height: 383.38px;
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    border: 4.6px solid #FFDF9B;
    -moz-box-shadow: 0px 3.12px 13.71px rgba(0, 0, 0, 0.25);
         box-shadow: 0px 3.12px 13.71px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: -257.69px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .price__list {
    margin-top: 128px;
    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 .price__list dl {
    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;
  }
  .pTop .price__list dl dt {
    color: #fff;
    background: #4A6AD6;
    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: 163px;
    height: 62px;
    -moz-border-radius: 6.95px;
         border-radius: 6.95px;
    font-size: 19.47px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__list dl dt::after {
    position: absolute;
    content: "";
    width: 18.08px;
    height: 9.04px;
    background: #4A6AD6;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -9px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .price__list dl dd {
    text-align: center;
    line-height: 0;
    margin-top: 24px;
  }
  .pTop .price__list dl dd img {
    width: 164px;
    height: auto;
  }
  .pTop .price__list dl dd.st2 img {
    width: 236.5px;
  }
  .pTop .price__list dl.st2 dt {
    width: 221px;
  }
  .pTop .price__list dl:nth-of-type(2) {
    margin: 0 65px 0 65px;
  }
  .pTop .price__note {
    margin-top: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
  }
  .pTop .faq {
    padding: 78px 0 50px;
  }
  .pTop .faq h2 {
    color: #2B40AA;
  }
  .pTop .faq h2::before {
    opacity: 0.16;
  }
  .pTop .faq__list {
    margin-top: 40px;
    max-width: 703px;
  }
  .pTop .faq__list dl {
    background: #F4F4F4;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .faq__list dl dt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 60px 16px 63px;
    background: #2B40AA;
    cursor: pointer;
  }
  .pTop .faq__list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    left: 32.04px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__list dl dt::after {
    position: absolute;
    content: "";
    width: 20.5px;
    height: 21.5px;
    background: url("../img/faqPlus.webp") 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: 27.71px;
    -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__list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .faq__list dl dd {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #474747;
    padding: 19px 32px;
    display: none;
  }
  .pTop .faq__list dl + dl {
    margin-top: 14px;
  }
  .pTop .company {
    background: url("../img/companyBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0 61px;
  }
  .pTop .company h2 {
    color: #2B40AA;
  }
  .pTop .company h2::before {
    opacity: 0.16;
  }
  .pTop .company__main {
    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-top: 50px;
  }
  .pTop .company__main .info {
    width: 414px;
    margin: 0 21.5px;
    padding: 10px 0 33px;
  }
  .pTop .company__main .info dl {
    border-bottom: 1px solid #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding: 25px 0 21px;
  }
  .pTop .company__main .info dl dt {
    font-weight: 700;
    width: 97px;
  }
  .pTop .company__main .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .company__main figure {
    width: 412px;
    margin: 0 21.5px;
    background: #fff;
    padding: 8px;
  }
  .pTop .company__main figure img {
    width: 100%;
    height: auto;
  }
  .pTop .investigation2.st2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .pTop .investigation2.st2 h2 {
    display: none;
  }
  .pTop .investigation2.st2 .box {
    margin-top: 0;
    padding-top: 32px;
  }
  .pChild__main--content {
    padding: 80px 0 0;
  }
  .pChild__main--content h2 {
    text-align: center;
    font-size: 30px;
    line-height: 43px;
    font-weight: 900;
    color: #2B40AA;
    margin-bottom: 43px;
  }
  .pChild__main--content .btnBack {
    text-align: center;
    margin-top: 80px;
  }
  .pChild__main--content .btnBack a {
    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: 309px;
    height: 73px;
    -moz-border-radius: 4.56px;
         border-radius: 4.56px;
    background: -webkit-gradient(linear, left top, left bottom, from(#587CE8), to(#283DA6));
    background: -webkit-linear-gradient(top, #587CE8 0%, #283DA6 100%);
    background: -moz- oldlinear-gradient(top, #587CE8 0%, #283DA6 100%);
    background: linear-gradient(180deg, #587CE8 0%, #283DA6 100%);
    border: 1.52px solid #283CA5;
    color: #fff;
    font-size: 24.33px;
    line-height: 37px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .btnBack a::before {
    position: absolute;
    content: "";
    width: 19.67px;
    height: 19.67px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/arrowBack.webp") 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%);
    left: 20px;
  }
  .pChild__main--content .law {
    max-width: 850px;
  }
  .pChild__main--content .law dl {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  .pChild__main--content .law dl dt {
    font-weight: 700;
  }
  .pChild__main--content .law dl dd {
    font-weight: 500;
  }
  .pChild__main--content .law dl + dl {
    margin-top: 24px;
  }
  .pChild__main--content .law.privacy dl {
    line-height: 28px;
  }
  .pChild__main--content .law.privacy dl + dl {
    margin-top: 28px;
  }
  .pChild__main--content .law.privacy dl dd {
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body .container {
    overflow: hidden;
  }
  body {
    padding-top: 9.66184vw;
  }
  .header {
    background: #fff;
    -moz-box-shadow: 0 0.48309vw 3.1401vw rgba(9, 31, 104, 0.1);
         box-shadow: 0 0.48309vw 3.1401vw rgba(9, 31, 104, 0.1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.89855vw 3.62319vw;
  }
  .header__main--logo {
    line-height: 0;
  }
  .header__main--logo a {
    display: inline-block;
    line-height: 0;
  }
  .header__main--logo a img {
    height: 64px;
    width: auto;
  }
  .header__main--line {
    position: fixed;
    right: 3.62319vw;
    bottom: 3.62319vw;
    z-index: 99;
  }
  .header__main--line a {
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 1px solid #02BE4F;
    -moz-border-radius: 0.9058vw;
         border-radius: 0.9058vw;
    -moz-box-shadow: 0vw 0.96618vw 0.96618vw rgba(12, 36, 88, 0.4);
         box-shadow: 0vw 0.96618vw 0.96618vw rgba(12, 36, 88, 0.4);
    font-size: 4.83092vw;
    line-height: 7.24638vw;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #fff;
    width: 56.03865vw;
    height: 14.49275vw;
    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;
    padding: 0 7.24638vw 0 10.62802vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--line a::before {
    position: absolute;
    content: "";
    width: 7.72947vw;
    height: 7.24638vw;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.44928vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--line a::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: #fff url("../img/headerArrow.webp") center center no-repeat;
    -moz-background-size: 1.93237vw 2.17391vw;
         background-size: 1.93237vw 2.17391vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.89855vw;
  }
  .footer {
    margin-top: 9.66184vw;
    padding-bottom: 19.32367vw;
  }
  .footer__link {
    text-align: center;
    line-height: 0;
  }
  .footer__link a, .footer__link span {
    font-size: 3.67391vw;
    line-height: 5.96618vw;
    font-weight: 500;
    color: #474747;
    display: inline-block;
  }
  .footer__link span {
    margin: 0 1.44928vw;
  }
  .footer__copy {
    background: #2538A2;
    padding: 1.20773vw 0;
    color: #fff;
    font-size: 3.38164vw;
    line-height: 6.28019vw;
    font-weight: 500;
    text-align: center;
    margin-top: 4.83092vw;
  }
  .pTop .mv picture {
    max-width: 241.54589vw;
    width: 100%;
    margin: auto;
  }
  .pTop .mv picture img {
    width: 100%;
    height: auto;
  }
  .pTop h2[data-en] {
    text-align: center;
    font-size: 6.76329vw;
    line-height: 9.17874vw;
    font-weight: 700;
    color: #0C2458;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop h2[data-en]::before {
    position: absolute;
    content: attr(data-en);
    text-transform: uppercase;
    font-size: 16.90821vw;
    line-height: 1;
    font-family: 'BebasNeueBold';
    background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
    text-align: center;
    pointer-events: none;
    color: transparent;
  }
  .pTop .investigation {
    margin-top: 17.3913vw;
  }
  .pTop .investigation h2 {
    z-index: 3;
  }
  .pTop .investigation h2::before {
    z-index: 3;
  }
  .pTop .investigation h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation h2 span::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 10.14493vw);
    width: -moz-calc(100% + 10.14493vw);
    width: calc(100% + 10.14493vw);
    height: 16.42512vw;
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    left: -5.07246vw;
    top: 4.34783vw;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .investigation__box {
    position: relative;
    z-index: 2;
    max-width: 92.75362vw;
    margin: -5.7971vw auto 0;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    padding: 11.83575vw 2.89855vw 3.38164vw;
  }
  .pTop .investigation__box dl dt {
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .pTop .investigation__box dl dd {
    width: 100%;
    margin-top: 3.62319vw;
  }
  .pTop .investigation__box dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .investigation__box dl dd ul li {
    width: 28.01932vw;
    height: 28.01932vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 3.1401vw;
    line-height: 4.25121vw;
    font-weight: 700;
    text-align: center;
    color: #0C2458;
    padding: 9.90338vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation__box dl dd ul li::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .investigation__box dl dd ul li.st1::before {
    width: 7.97101vw;
    height: 7.97101vw;
    background: url("../img/invesIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.69082vw;
  }
  .pTop .investigation__box dl dd ul li.st2::before {
    width: 6.76329vw;
    height: 6.76329vw;
    background: url("../img/invesIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.69082vw;
  }
  .pTop .investigation__box dl dd ul li.st3::before {
    width: 8.9372vw;
    height: 8.9372vw;
    background: url("../img/invesIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.72464vw;
  }
  .pTop .investigation__box .contact {
    margin-top: 4.83092vw;
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    padding: 3.1401vw 2.89855vw;
    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 .investigation__box .contact a.line {
    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;
    width: 100%;
    height: 17.63285vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 0.36715pxvw solid #02BE4F;
    -moz-border-radius: 1.10145vw;
         border-radius: 1.10145vw;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    padding: 0 0 0 18.9058vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation__box .contact a.line::before, .pTop .investigation__box .contact a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .investigation__box .contact a.line::before {
    width: 10.5314vw;
    height: 10.03382vw;
    background: url("../img/invesLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .investigation__box .contact a.line::after {
    width: 4.75121vw;
    height: 4.75121vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/invesArrow.webp") center no-repeat;
    -moz-background-size: 1.93237vw 2.17391vw;
         background-size: 1.93237vw 2.17391vw;
    right: 4.91063vw;
  }
  .pTop .investigation__box .contact a.line span {
    font-size: 5.87681vw;
    line-height: 1;
  }
  .pTop .investigation__box .contact a.line small {
    font-size: 3.38164vw;
    line-height: 5.07246vw;
  }
  .pTop .investigation__box .contact a.tel {
    margin-top: 2.52899vw;
    text-rendering: center;
    display: inline-block;
    line-height: 0;
  }
  .pTop .investigation__box .contact a.tel span {
    font-size: 9.17874vw;
    line-height: 1;
    font-weight: 700;
    color: #0C2458;
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 0 0 9.17874vw;
  }
  .pTop .investigation__box .contact a.tel span::before {
    position: absolute;
    content: "";
    width: 7.43478vw;
    height: 7.83333vw;
    background: url("../img/invesPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 2px;
  }
  .pTop .investigation__box .contact a.tel small {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #586A92;
    display: block;
    width: 100%;
    margin-top: 1.20773vw;
    width: 100%;
    display: block;
    text-align: center;
  }
  .pTop .worries {
    margin-top: 12.07729vw;
    padding: 16.18357vw 0 27.77778vw;
    background: url("../img/worriesBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .worries h2 {
    color: #2B40AA;
  }
  .pTop .worries h2::before {
    background: -webkit-linear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: -moz- oldlinear-gradient(343.78deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    background: linear-gradient(106.22deg, #285FD5 -5.18%, #AEC9FF 79.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    opacity: 0.16;
  }
  .pTop .worries__main {
    margin-top: 5.07246vw;
  }
  .pTop .worries__main .list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 20.28986vw;
  }
  .pTop .worries__main .list ul::before {
    position: absolute;
    content: "";
    width: 44.68599vw;
    height: 45.65217vw;
    background: url("../img/worriesMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0vw;
    right: 1.69082vw;
    z-index: 2;
  }
  .pTop .worries__main .list ul li {
    background: #404B83;
    -moz-box-shadow: 0 0 2.10145vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 2.10145vw rgba(0, 0, 0, 0.08);
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    color: #fff;
    font-size: 3.1401vw;
    line-height: 4.83092vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    float: left;
  }
  .pTop .worries__main .list ul li::before {
    position: absolute;
    content: "";
  }
  .pTop .worries__main .list ul li.st1 {
    padding: 2.657vw 5.07246vw 2.89855vw;
    display: block;
    margin-left: 2.17391vw;
    width: 38.64734vw;
  }
  .pTop .worries__main .list ul li.st1::before {
    width: 6.76329vw;
    height: 2.89855vw;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 7.00483vw;
    bottom: -2.657vw;
  }
  .pTop .worries__main .list ul li.st2 {
    padding: 2.41546vw 4.10628vw 3.1401vw;
    margin-top: 4.58937vw;
    margin-left: 3.86473vw;
    width: 45.89372vw;
    float: left;
  }
  .pTop .worries__main .list ul li.st2::before {
    width: 6.76329vw;
    height: 2.89855vw;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    bottom: -2.657vw;
    right: 7.00483vw;
  }
  .pTop .worries__main .list ul li.st3 {
    padding: 2.41546vw 2.17391vw 3.1401vw 1.93237vw;
    margin-top: 1.20773vw;
    float: left;
    width: 48.79227vw;
  }
  .pTop .worries__main .list ul li.st3::before {
    width: 6.76329vw;
    height: 2.89855vw;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -2.657vw;
    left: 7.00483vw;
  }
  .pTop .worries__main .list ul li.st4 {
    padding: 2.657vw 2.17391vw 2.89855vw 1.93237vw;
    margin-top: 5.31401vw;
    margin-left: 5.31401vw;
    width: 38.64734vw;
    float: left;
  }
  .pTop .worries__main .list ul li.st4::before {
    width: 6.76329vw;
    height: 2.89855vw;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    bottom: -2.657vw;
    right: 7.00483vw;
  }
  .pTop .worries__main .list ul li.st5 {
    float: left;
    padding: 2.41546vw 2.41546vw 3.1401vw 2.657vw;
    width: 48.79227vw;
    margin-top: 2.89855vw;
  }
  .pTop .worries__main .list ul li.st5::before {
    width: 6.76329vw;
    height: 2.89855vw;
    background: url("../img/worriesArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -2.657vw;
    left: 7.00483vw;
  }
  .pTop .worries__main .list ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .worries__main .scam {
    max-width: 92.75362vw;
    width: 100%;
    margin: 5.07246vw auto 0;
  }
  .pTop .worries__main .scam 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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .worries__main .scam h3::before, .pTop .worries__main .scam h3::after {
    content: "";
    width: 9.17874vw;
    height: 22.46377vw;
    background: url("../img/worriesSplash_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .worries__main .scam h3::before {
    margin-right: -4.10628vw;
  }
  .pTop .worries__main .scam h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: -4.10628vw;
  }
  .pTop .worries__main .scam h3 em {
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #2B40AA;
    text-align: center;
  }
  .pTop .worries__main .scam h3 em span {
    color: #FF5E00;
  }
  .pTop .worries__main .scam .box {
    margin-top: 1.08696vw;
    padding: 8.45411vw 4.10628vw 5.7971vw 4.10628vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 500;
    color: #000;
    background: url("../img/worriesScam_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .worries__main .scam .box span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
  }
  .pTop .advice {
    position: relative;
    z-index: 3;
    padding-bottom: 15.45894vw;
    background: #fff url("../img/adviceBg_sp.webp") right bottom no-repeat;
    -moz-background-size: 100vw 129.4686vw;
         background-size: 100vw 129.4686vw;
  }
  .pTop .advice__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;
    -webkit-filter: drop-shadow(0 0 4.83092vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0 4.83092vw rgba(0, 0, 0, 0.25));
  }
  .pTop .advice__title--inner {
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    padding: 6.28019vw 6.52174vw 12.31884vw;
    clip-path: polygon(0 0, 100% 0, 100% 69.8324%, 50% 100%, 0 69.8324%);
    text-align: center;
    color: #fff;
    width: 92.75362vw;
    margin-top: -14.97585vw;
  }
  .pTop .advice__title--inner span {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
  }
  .pTop .advice__title--inner h2 {
    font-size: 7.24638vw;
    line-height: 8.69565vw;
    font-weight: 700;
    margin-top: 0.96618vw;
  }
  .pTop .advice__caution {
    margin-top: 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 21.01449vw 0 0;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 500;
    color: #000;
    margin-left: -1.20773vw;
    margin-right: -1.20773vw;
  }
  .pTop .advice__caution::before {
    position: absolute;
    content: "";
    width: 19.08213vw;
    height: 17.3913vw;
    background: url("../img/adviceCaution.webp") 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;
  }
  .pTop .advice__table {
    margin-top: 6.03865vw;
  }
  .pTop .advice__table table {
    width: 242.99517vw;
    border-collapse: collapse;
    border: 0.72464vw solid #fff;
  }
  .pTop .advice__table table th, .pTop .advice__table table td {
    border: 0.36232vw solid #fff;
  }
  .pTop .advice__table table thead tr th {
    background: #2B40AA;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    padding: 3.38164vw 0;
    color: #fff;
    font-weight: 700;
    width: 68.35749vw;
  }
  .pTop .advice__table table thead tr th:nth-of-type(1) {
    width: 34.54106vw;
  }
  .pTop .advice__table table tbody tr td {
    background: #EBEBEB;
    font-size: 3.38164vw;
    line-height: 5.55556vw;
    font-weight: 500;
    color: #000;
    vertical-align: middle;
    padding: 5.55556vw 0 5.07246vw;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(1) {
    text-align: center;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(2) {
    padding-left: 7.24638vw;
    padding-right: 5.55556vw;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(3) {
    padding-left: 6.03865vw;
    padding-right: 4.58937vw;
  }
  .pTop .advice__table table tbody tr td:nth-of-type(4) {
    padding-left: 6.03865vw;
    padding-right: 3.38164vw;
  }
  .pTop .advice__table table tbody tr td > span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
  }
  .pTop .advice__table table tbody tr td > span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .advice__table table tbody tr td ul li {
    padding: 0 0 0 2.89855vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .advice__table table tbody tr td ul li::before {
    position: absolute;
    content: "・";
    font-size: 3.38164vw;
    line-height: 5.55556vw;
    font-weight: 500;
    top: 0;
    left: 0;
  }
  .pTop .advice__table table tbody tr td ul li.color {
    color: #EC2E2E;
  }
  .pTop .advice__table table tbody tr td ul li span {
    color: #EC2E2E;
  }
  .pTop .advice__table table tbody tr.st1 td > span::after, .pTop .advice__table table tbody tr.st2 td > span::after {
    width: 19.92754vw;
    height: 17.27053vw;
    background: url("../img/adviceTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .advice__table table tbody tr.st3 td > span::after {
    width: 15.94203vw;
    height: 15.94203vw;
    background: url("../img/adviceCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    opacity: 0.21;
  }
  .pTop .advice__table table tbody tr.st4 td {
    background: #EA6C23;
    color: #fff;
  }
  .pTop .advice__table table tbody tr.st4 td > span {
    font-size: 4.83092vw;
    line-height: 6.76329vw;
  }
  .pTop .advice__table table tbody tr.st4 td > span::after {
    width: 22.22222vw;
    height: 22.22222vw;
    background: url("../img/adviceCircle2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    opacity: 0.21;
  }
  .pTop .advice__table .scroll-hint-icon {
    padding: 5.55556vw 0.96618vw;
    width: auto;
  }
  .pTop .advice__table .scroll-hint-icon .scroll-hint-text {
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 500;
  }
  .pTop .advice__note {
    text-align: center;
    margin-top: 7.24638vw;
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #000;
    padding: 0 3.62319vw;
  }
  .pTop .recover {
    position: relative;
    z-index: 5;
    background: #EDF8FD;
  }
  .pTop .recover::before {
    position: absolute;
    content: "";
    width: 78.98551vw;
    height: 21.01449vw;
    background: url("../img/recoverArrow_sp.webp") 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: -10.14493vw;
  }
  .pTop .recover__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 16.90821vw;
    padding-bottom: 12.07729vw;
  }
  .pTop .recover__main::before {
    position: absolute;
    content: "";
    width: 30.19324vw;
    height: 30.19324vw;
    background: url("../img/recoverIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.38164vw;
    top: -22.22222vw;
  }
  .pTop .recover__main .intro {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #2538A2;
  }
  .pTop .recover__main .mess {
    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;
  }
  .pTop .recover__main .mess figure {
    width: 31.15942vw;
    border: 0.72464vw solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 1.69082vw;
  }
  .pTop .recover__main .mess figure img {
    width: 29.71014vw;
    height: 29.71014vw;
    object-fit: cover;
  }
  .pTop .recover__main .mess .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.83092vw 3.18599vw 4.83092vw 7.97101vw;
    font-size: 3.26087vw;
    line-height: 6.52174vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .recover__main .mess .txt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/recoverMess_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 2.3913vw rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 0 2.3913vw rgba(0, 0, 0, 0.08));
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .recover__main .mess .txt::after {
    position: absolute;
    content: "";
    width: 12.30193vw;
    height: 15.27053vw;
    background: url("../img/recoverIllus02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(70.87deg);
       -moz-transform: rotate(70.87deg);
        -ms-transform: rotate(70.87deg);
            transform: rotate(70.87deg);
    right: 3.02415vw;
    bottom: -2.09903vw;
  }
  .pTop .recover__main .focus {
    margin-top: 9.42029vw;
    text-align: center;
    font-size: 5.7971vw;
    line-height: 9.17874vw;
    font-weight: 700;
    color: #EA6C23;
  }
  .pTop .recover__main .focus span {
    display: inline-block;
    padding: 0 0 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__main .focus span::after {
    position: absolute;
    content: "";
    width: 13.04348vw;
    height: 13.76812vw;
    background: url("../img/recoverLight.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -13.04348vw;
    top: -4.83092vw;
  }
  .pTop .victim {
    background: #5578E5;
    padding: 12.07729vw 0 12.07729vw;
  }
  .pTop .victim__title {
    text-align: center;
    line-height: 0;
  }
  .pTop .victim__title span {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #5578E5;
    background: #fff;
    padding: 1.20773vw 3.62319vw;
    -moz-border-radius: 4.20531vw;
         border-radius: 4.20531vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .victim__title span::after {
    position: absolute;
    content: "";
    width: 3.28261vw;
    height: 3.28261vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    bottom: -1.29469vw;
  }
  .pTop .victim__title h2 {
    font-size: 7.24638vw;
    line-height: 9.90338vw;
    font-weight: 900;
    color: #fff;
    margin-top: 4.10628vw;
  }
  .pTop .victim__box {
    max-width: 92.75362vw;
    width: 100%;
    margin: 7.24638vw auto 0;
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    padding: 3.62319vw 4.34783vw 5.07246vw;
  }
  .pTop .victim__box > figure img {
    width: 100%;
    height: auto;
  }
  .pTop .victim__box--note {
    margin-left: 0.48309vw;
    margin-top: 2.657vw;
    font-size: 2.89855vw;
    line-height: 5.07246vw;
    font-weight: 500;
    color: #000000;
  }
  .pTop .victim__box--note small {
    font-size: 2.89855vw;
    line-height: 5.07246vw;
  }
  .pTop .victim__box--mess {
    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;
    margin-left: -6.76329vw;
    margin-top: 2.17391vw;
  }
  .pTop .victim__box--mess figure {
    width: 31.40097vw;
    margin-right: -3.86473vw;
    margin-bottom: -5.07246vw;
    position: relative;
    z-index: 2;
  }
  .pTop .victim__box--mess .txt {
    width: 62.80193vw;
    background: #DCF2FF;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 500;
    color: #1D1D1D;
    padding: 3.38164vw 3.98551vw 3.86473vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .victim__box--mess .txt::before {
    position: absolute;
    content: "";
    width: 6.76329vw;
    height: 3.38164vw;
    background: url("../img/victimArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(-14.24deg);
       -moz-transform: rotate(-14.24deg);
        -ms-transform: rotate(-14.24deg);
            transform: rotate(-14.24deg);
    top: 5.20048vw;
    left: -5.66425vw;
  }
  .pTop .investigation2 {
    padding: 17.3913vw 0 12.80193vw;
  }
  .pTop .investigation2 h2 {
    z-index: 3;
  }
  .pTop .investigation2 h2::before {
    z-index: 3;
  }
  .pTop .investigation2 h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation2 h2 span::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 10.14493vw);
    width: -moz-calc(100% + 10.14493vw);
    width: calc(100% + 10.14493vw);
    height: 16.42512vw;
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    left: -5.07246vw;
    top: 4.34783vw;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .investigation2 .box {
    position: relative;
    z-index: 2;
    max-width: 92.75362vw;
    margin: -5.7971vw auto 0;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    padding: 12.56039vw 2.89855vw 4.10628vw;
  }
  .pTop .investigation2 .box .intro {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3.1401vw;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 4.10628vw;
  }
  .pTop .investigation2 .box .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -1.44928vw;
  }
  .pTop .investigation2 .box .list dl {
    width: 29.22705vw;
    height: 29.22705vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    padding: 8.21256vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation2 .box .list dl::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .investigation2 .box .list dl dt {
    text-align: center;
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-weight: 700;
    color: #0C2458;
  }
  .pTop .investigation2 .box .list dl dd {
    margin-top: 1.93237vw;
    font-size: 6.28019vw;
    line-height: 3.86473vw;
    font-weight: 700;
    color: #0C2458;
    text-align: center;
  }
  .pTop .investigation2 .box .list dl dd .zero {
    text-align: center;
    font-size: 12.56039vw;
    line-height: 3.86473vw;
  }
  .pTop .investigation2 .box .list dl dd .zero small {
    font-size: 4.83092vw;
    line-height: 3.86473vw;
  }
  .pTop .investigation2 .box .list dl.st1::before {
    width: 7.00483vw;
    height: 7.00483vw;
    background: url("../img/invesIcon04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.72464vw;
  }
  .pTop .investigation2 .box .list dl.st1 dd {
    margin-top: 3.1401vw;
  }
  .pTop .investigation2 .box .list dl.st2::before {
    width: 7.72947vw;
    height: 7.72947vw;
    background: url("../img/invesIcon05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.48309vw;
  }
  .pTop .investigation2 .box .list dl.st3::before {
    width: 6.28019vw;
    height: 6.28019vw;
    background: url("../img/invesIcon06.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.44928vw;
  }
  .pTop .investigation2 .box .contact {
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    padding: 3.1401vw 2.89855vw;
    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;
    margin-top: 3.62319vw;
  }
  .pTop .investigation2 .box .contact a.line {
    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;
    width: 100%;
    height: 17.63285vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#01DA63), to(#03B64C));
    background: -webkit-linear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: -moz- oldlinear-gradient(top, #01DA63 0%, #03B64C 100%);
    background: linear-gradient(180deg, #01DA63 0%, #03B64C 100%);
    border: 0.36715pxvw solid #02BE4F;
    -moz-border-radius: 1.10145vw;
         border-radius: 1.10145vw;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    padding: 0 0 0 18.9058vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .investigation2 .box .contact a.line::before, .pTop .investigation2 .box .contact a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .investigation2 .box .contact a.line::before {
    width: 10.5314vw;
    height: 10.03382vw;
    background: url("../img/invesLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .investigation2 .box .contact a.line::after {
    width: 4.75121vw;
    height: 4.75121vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/invesArrow.webp") center no-repeat;
    -moz-background-size: 1.93237vw 2.17391vw;
         background-size: 1.93237vw 2.17391vw;
    right: 4.91063vw;
  }
  .pTop .investigation2 .box .contact a.line span {
    font-size: 5.87681vw;
    line-height: 1;
  }
  .pTop .investigation2 .box .contact a.line small {
    font-size: 3.38164vw;
    line-height: 5.07246vw;
  }
  .pTop .investigation2 .box .contact a.tel {
    margin-top: 2.52899vw;
    text-rendering: center;
    display: inline-block;
    line-height: 0;
  }
  .pTop .investigation2 .box .contact a.tel span {
    font-size: 9.17874vw;
    line-height: 1;
    font-weight: 700;
    color: #0C2458;
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 0 0 9.17874vw;
  }
  .pTop .investigation2 .box .contact a.tel span::before {
    position: absolute;
    content: "";
    width: 7.43478vw;
    height: 7.83333vw;
    background: url("../img/invesPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 2px;
  }
  .pTop .investigation2 .box .contact a.tel small {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 900;
    color: #586A92;
    display: block;
    width: 100%;
    margin-top: 1.20773vw;
    width: 100%;
    display: block;
    text-align: center;
  }
  .pTop .strength {
    padding: 18.59903vw 0 12.07729vw;
    background: #EDF8FD;
  }
  .pTop .strength h2 {
    color: #2B40AA;
  }
  .pTop .strength h2::before {
    opacity: 0.16;
  }
  .pTop .strength__list {
    margin-top: 11.35266vw;
    counter-reset: ar;
  }
  .pTop .strength__list article {
    counter-increment: ar;
  }
  .pTop .strength__list article .arCon h3 {
    font-size: 6.76329vw;
    line-height: 9.66184vw;
    font-weight: 700;
    color: #2843AE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 22.46377vw;
    min-height: 16.90821vw;
    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 .strength__list article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 22.38889vw;
    line-height: 22.46377vw;
    font-family: 'BebasNeueBold';
    background: -webkit-gradient(linear, left top, left bottom, from(#23359E), to(#3D87FF));
    background: -webkit-linear-gradient(top, #23359E 0%, #3D87FF 100%);
    background: -moz- oldlinear-gradient(top, #23359E 0%, #3D87FF 100%);
    background: linear-gradient(180deg, #23359E 0%, #3D87FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    top: -webkit-calc(50% + 2.05314vw);
    top: -moz-calc(50% + 2.05314vw);
    top: calc(50% + 2.05314vw);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .pTop .strength__list article .arCon .txt {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 500;
    color: #000;
    margin-top: 4.58937vw;
  }
  .pTop .strength__list article figure {
    width: 89.37198vw;
    margin-left: auto;
    margin-top: 4.83092vw;
  }
  .pTop .strength__list article figure img {
    width: 100%;
    height: 63.52657vw;
    object-fit: cover;
    -moz-border-radius: 9.66184vw 0 9.66184vw 0;
         border-radius: 9.66184vw 0 9.66184vw 0;
    -webkit-filter: drop-shadow(-3.38164vw 3.1401vw 0 rgba(40, 95, 213, 0.27));
            filter: drop-shadow(-3.38164vw 3.1401vw 0 rgba(40, 95, 213, 0.27));
  }
  .pTop .strength__list article + article {
    margin-top: 28.98551vw;
  }
  .pTop .strength__end {
    max-width: 92.75362vw;
    width: 100%;
    margin: 15.21739vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.62319vw 3.86473vw 5.31401vw;
  }
  .pTop .strength__end::before, .pTop .strength__end::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .strength__end::before {
    border: 0.72464vw solid #2538A2;
    z-index: -2;
    width: 100%;
    height: 100%;
  }
  .pTop .strength__end::after {
    background: #EDF8FD;
    width: -webkit-calc(100% - 7.72947vw);
    width: -moz-calc(100% - 7.72947vw);
    width: calc(100% - 7.72947vw);
    height: -webkit-calc(100% + 1.44928vw);
    height: -moz-calc(100% + 1.44928vw);
    height: calc(100% + 1.44928vw);
    z-index: -1;
  }
  .pTop .strength__end h3 {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #2538A2;
  }
  .pTop .strength__end h3 span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fbff00), to(#fbff00));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #fbff00 70%, #fbff00 100%);
    color: #EA6C23;
  }
  .pTop .strength__end figure {
    width: 100%;
    margin-top: 3.62319vw;
  }
  .pTop .strength__end .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 500;
    margin-top: 6.76329vw;
  }
  .pTop .case {
    padding: 12.07729vw 0 12.07729vw;
    background: -webkit-linear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: -moz- oldlinear-gradient(350.1deg, #22349D 0.63%, #587DEA 100%);
    background: linear-gradient(99.9deg, #22349D 0.63%, #587DEA 100%);
  }
  .pTop .case__title {
    text-align: center;
    line-height: 0;
  }
  .pTop .case__title span {
    font-size: 5.7971vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #3A55BF;
    background: #fff;
    padding: 1.44928vw 6.52174vw;
    -moz-border-radius: 4.95169vw;
         border-radius: 4.95169vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .case__title span::after {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    bottom: -1.44928vw;
  }
  .pTop .case__title h2 {
    font-size: 9.17874vw;
    line-height: 11.11111vw;
    font-weight: 900;
    color: #fff;
    margin-top: 4.10628vw;
  }
  .pTop .case__main {
    margin-top: 4.83092vw;
    padding-left: 0;
    padding-right: 0;
  }
  .pTop .case__main--slider {
    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 .case__main--slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .case__main--slider .slick-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pTop .case__main--slider .slick-arrow {
    display: inline-block;
    width: 7.16667vw;
    height: 7.16667vw;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/caseArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    border: none;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: none;
         box-shadow: none;
    margin: 4.83092vw 1.20773vw 0;
  }
  .pTop .case__main--slider .slick-prev {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .case__main--slider .slick-next {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .case__main--slider article {
    width: 82.1256vw;
    padding: 8.21256vw 2.29469vw 0;
    height: auto;
  }
  .pTop .case__main--slider article .arMain {
    background: #fff;
    -moz-border-radius: 3.41787vw;
         border-radius: 3.41787vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 11.35266vw 5.31401vw 4.58937vw;
    height: 100%;
  }
  .pTop .case__main--slider article .arMain::before, .pTop .case__main--slider article .arMain::after {
    position: absolute;
    width: 16.18357vw;
    height: 16.18357vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: -8.21256vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    color: #3A55BF;
  }
  .pTop .case__main--slider article .arMain::before {
    content: "事例";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    padding-top: 2.89855vw;
    font-weight: 700;
    border: 0.48309vw solid #3249B3;
    background: #fff;
    z-index: -2;
  }
  .pTop .case__main--slider article .arMain::after {
    content: attr(data-num);
    font-size: 8.32367vw;
    line-height: 1;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    padding-top: 7.72947vw;
    z-index: -1;
  }
  .pTop .case__main--slider article .arMain .title span {
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.47);
  }
  .pTop .case__main--slider article .arMain .title h3 {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #000;
    margin-top: 0.96618vw;
  }
  .pTop .case__main--slider article .arMain figure {
    width: 100%;
    margin-top: 1.93237vw;
  }
  .pTop .case__main--slider article .arMain figure img {
    width: 100%;
    height: 30.91787vw;
    object-fit: cover;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .case__main--slider article .arMain h4 {
    font-size: 3.86473vw;
    line-height: 4.58937vw;
    font-weight: 700;
    color: #3A55BF;
    margin-top: 6.28019vw;
    min-height: 9.17874vw;
  }
  .pTop .case__main--slider article .arMain .txt {
    font-size: 3.38164vw;
    line-height: 5.55556vw;
    font-weight: 500;
    color: #000;
    margin-top: 2.89855vw;
  }
  .pTop .case__main--slider article .arMain .txt span {
    color: #EA6C23;
  }
  .pTop .case__main--note {
    margin-top: 4.83092vw;
    text-align: left;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 500;
    color: #fff;
    padding: 0 3.62319vw;
  }
  .pTop .work {
    background: url("../img/workBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 18.59903vw 0 12.07729vw;
  }
  .pTop .work h2 {
    color: #2B40AA;
  }
  .pTop .work h2::before {
    opacity: 0.16;
  }
  .pTop .work__list {
    max-width: 92.75362vw;
    width: 100%;
    margin: 4.83092vw auto 0;
  }
  .pTop .work__list ul li {
    width: 100%;
    background: #fff;
    -moz-border-radius: 3.57488vw;
         border-radius: 3.57488vw;
    -moz-box-shadow: 0 0 3.91063vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 3.91063vw rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 5.7971vw 0vw 0vw 4.24638vw;
    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 .work__list ul li::before {
    position: absolute;
    content: attr(data-title);
    font-size: 4.47101vw;
    line-height: 5.31401vw;
    font-weight: 700;
    padding: 2.2343vw 3.56763vw 2.73188vw 3.57488vw;
    background: #4360CC;
    -moz-border-radius: 3.57488vw 0 3.57488vw 0;
         border-radius: 3.57488vw 0 3.57488vw 0;
    top: 0;
    left: 0;
    color: #fff;
  } */
  .pTop .work__list ul li dl {
    padding-bottom: 2.89855vw;
  }
  .pTop .work__list ul li dl dt span {
    font-size: 3.42995vw;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    padding: 0vw 2.89855vw 0.48309vw;
    -moz-border-radius: 2.85749vw;
         border-radius: 2.85749vw;
    background: #343434;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.71739vw;
  }
  .pTop .work__list ul li dl dd {
    margin-top: 1.44928vw;
    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;
  }
  .pTop .work__list ul li dl dd span {
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-size: 10.77778vw;
    line-height: 1;
    font-family: 'BebasNeueBold';
    vertical-align: bottom;
  }
  .pTop .work__list ul li dl dd::after {
    content: "万円";
    font-size: 6.22464vw;
    line-height: 7.48792vw;
    font-weight: 700;
    color: #343434;
    margin-left: 0.72464vw;
    margin-bottom: 1.69082vw;
  }
  .pTop .work__list ul li dl:nth-of-type(2) {
    margin-left: 12.57488vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: -0.58937vw;
    padding-bottom: 0;
  }
  .pTop .work__list ul li dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 11.69324vw;
    height: 15.42995vw;
    background: url("../img/workArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(105deg);
       -moz-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
            transform: rotate(105deg);
    top: 6.25121vw;
    left: -15.65459vw;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dt span {
    background: #22349D;
    font-size: 3.84783vw;
    line-height: 1;
    padding: 0vw 3.38164vw 0.72464vw;
    -moz-border-radius: 3.20531vw;
         border-radius: 3.20531vw;
    height: 6.41063vw;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd {
    margin-top: 1.20773vw;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd span {
    font-size: 24.02174vw;
  }
  .pTop .work__list ul li dl:nth-of-type(2) dd::after {
    margin-bottom: 6.42029vw;
    font-size: 6.73671vw;
  }
  .pTop .work__list ul li + li {
    margin-top: 4.41546vw;
  }
  .pTop .work__note {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 5.55556vw;
    font-weight: 500;
    color: #000;
    margin-top: 5.7971vw;
  }
  .pTop .flow {
    background: url("../img/flowGrid_sp.webp") 0 0 repeat;
    padding: 19.56522vw 0 15.21739vw;
    border-top: 1.44928vw solid #4866D1;
  }
  .pTop .flow h2 {
    color: #2B40AA;
  }
  .pTop .flow h2::before {
    opacity: 0.16;
  }
  .pTop .flow__main {
    max-width: 92.75362vw;
    margin: 4.83092vw auto 0;
    padding: 0;
    counter-reset: ar;
    position: relative;
  }
  .pTop .flow__main article {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.25);
         box-shadow: 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.25);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
  }
  .pTop .flow__main article::after {
    position: absolute;
    content: "";
    width: 1.20773vw;
    height: -webkit-calc(100% + 4.83092vw);
    height: -moz-calc(100% + 4.83092vw);
    height: calc(100% + 4.83092vw);
    top: 0;
    left: 8.69565vw;
    background: #4A6AD6;
    z-index: -1;
  }
  .pTop .flow__main article .arInner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.83092vw 4.83092vw 6.03865vw 18.84058vw;
  }
  .pTop .flow__main article .arInner::before, .pTop .flow__main article .arInner::after {
    position: absolute;
    width: 11.5942vw;
    height: 11.5942vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    top: 4.83092vw;
    left: 3.62319vw;
    font-family: 'DIN2014';
    font-weight: 700;
    text-align: center;
  }
  .pTop .flow__main article .arInner::before {
    background: #4A6AD6;
    content: "STEP";
    font-size: 2.29469vw;
    line-height: 2.41546vw;
    padding-top: 2.17391vw;
    z-index: -2;
  }
  .pTop .flow__main article .arInner::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 6.01932vw;
    line-height: 4.83092vw;
    letter-spacing: -0.03em;
    padding-top: 4.58937vw;
    z-index: -1;
  }
  .pTop .flow__main article + article {
    margin-top: 4.83092vw;
  }
  .pTop .flow__main article:nth-of-type(1)::after {
    height: 100%;
    top: 4.83092vw;
  }
  .pTop .flow__main article:last-of-type::after {
    height: 100%;
  }
  .pTop .flow__main article h3 {
    font-size: 4.83092vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #2538A2;
    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 .flow__main article h3::before {
    content: "";
    display: inline-block;
    margin-right: 1.69082vw;
  }
  .pTop .flow__main article h3.st1::before {
    width: 7.48792vw;
    height: 6.03865vw;
    background: url("../img/flowIc01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st2::before {
    width: 6.28019vw;
    height: 6.28019vw;
    background: url("../img/flowIc02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st3::before {
    width: 5.82367vw;
    height: 5.55556vw;
    background: url("../img/flowIc03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st4::before {
    width: 6.76329vw;
    height: 5.14493vw;
    background: url("../img/flowIc04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main article h3.st5::before {
    width: 5.55556vw;
    height: 5.55556vw;
    background: url("../img/flowIc05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 2.41546vw;
  }
  .pTop .flow__main article .txt {
    font-size: 3.62319vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #2F2F2F;
    margin-top: 1.69082vw;
  }
  .pTop .price {
    background: #EDF8FD;
    padding: 14.00966vw 0 12.07729vw;
    overflow: hidden;
  }
  .pTop .price h2 {
    color: #fff;
  }
  .pTop .price h2::before {
    background: #fff;
    -moz-background-clip: text;
         background-clip: text;
    opacity: 0.24;
  }
  .pTop .price h2::after {
    content: "";
    position: absolute;
    width: 91.78744vw;
    height: 82.6087vw;
    background: -webkit-linear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: -moz- oldlinear-gradient(332.38deg, #FF8802 14.42%, #FFB401 87.21%);
    background: linear-gradient(117.62deg, #FF8802 14.42%, #FFB401 87.21%);
    border: 1.11111vw solid #FFDF9B;
    -moz-box-shadow: 0px 0.75362vw 3.31159vw rgba(0, 0, 0, 0.25);
         box-shadow: 0px 0.75362vw 3.31159vw rgba(0, 0, 0, 0.25);
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: -59.90338vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .price__list {
    margin-top: 30.43478vw;
    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;
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .pTop .price__list dl {
    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;
  }
  .pTop .price__list dl dt {
    color: #fff;
    background: #4A6AD6;
    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: 21.73913vw;
    height: 8.21256vw;
    -moz-border-radius: 0.92995vw;
         border-radius: 0.92995vw;
    font-size: 4.58937vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__list dl dt::after {
    position: absolute;
    content: "";
    width: 2.42029vw;
    height: 1.21014vw;
    background: #4A6AD6;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.20773vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .price__list dl dd {
    text-align: center;
    line-height: 0;
    margin-top: 3.1401vw;
  }
  .pTop .price__list dl dd img {
    width: 21.98068vw;
    height: auto;
  }
  .pTop .price__list dl dd.st2 img {
    width: 31.64251vw;
  }
  .pTop .price__list dl.st2 dt {
    width: 29.57971vw;
  }
  .pTop .price__list dl:nth-of-type(2) {
    margin: 0 8.69565vw 0 8.69565vw;
  }
  .pTop .price__note {
    padding: 0 3.62319vw;
    margin-top: 5.55556vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #000;
  }
  .pTop .faq {
    padding: 19.32367vw 0 12.07729vw;
  }
  .pTop .faq h2 {
    color: #2B40AA;
  }
  .pTop .faq h2::before {
    opacity: 0.16;
  }
  .pTop .faq__list {
    margin-top: 7.24638vw;
  }
  .pTop .faq__list dl {
    background: #F4F4F4;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .faq__list dl dt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 4.58937vw 9.66184vw 4.10628vw 10.62802vw;
    background: #2B40AA;
    cursor: pointer;
  }
  .pTop .faq__list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 5.7971vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    left: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__list dl dt::after {
    position: absolute;
    content: "";
    width: 4.95169vw;
    height: 5.19324vw;
    background: url("../img/faqPlus.webp") 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: 3.67391vw;
    -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__list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .faq__list dl dd {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 500;
    color: #474747;
    padding: 3.62319vw 3.62319vw 4.83092vw;
    display: none;
  }
  .pTop .faq__list dl + dl {
    margin-top: 3.62319vw;
  }
  .pTop .company {
    background: url("../img/companyBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 19.32367vw 0 11.83575vw;
  }
  .pTop .company h2 {
    color: #2B40AA;
  }
  .pTop .company h2::before {
    opacity: 0.16;
  }
  .pTop .company__main {
    margin-top: 1.93237vw;
    padding: 0 3.62319vw;
  }
  .pTop .company__main .info dl {
    border-bottom: 1px solid #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    color: #000;
    padding: 5.31401vw 0 5.07246vw;
  }
  .pTop .company__main .info dl dt {
    font-weight: 700;
    width: 21.98068vw;
  }
  .pTop .company__main .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .company__main figure {
    margin-top: 7.24638vw;
    background: #fff;
    padding: 1.57005vw 1.81159vw;
  }
  .pTop .company__main figure img {
    width: 100%;
    height: auto;
  }
  .pTop .investigation2.st2 {
    padding-top: 12.07729vw;
    padding-bottom: 0;
  }
  .pTop .investigation2.st2 h2 {
    display: none;
  }
  .pTop .investigation2.st2 .box {
    margin-top: 0;
    padding-top: 7.72947vw;
  }
  .pChild__main--content {
    padding: 19.32367vw 0 0;
  }
  .pChild__main--content h2 {
    text-align: center;
    font-size: 7.24638vw;
    line-height: 10.38647vw;
    font-weight: 900;
    color: #2B40AA;
    margin-bottom: 10.38647vw;
  }
  .pChild__main--content .btnBack {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .pChild__main--content .btnBack a {
    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: 74.63768vw;
    height: 17.63285vw;
    -moz-border-radius: 1.10145vw;
         border-radius: 1.10145vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#587CE8), to(#283DA6));
    background: -webkit-linear-gradient(top, #587CE8 0%, #283DA6 100%);
    background: -moz- oldlinear-gradient(top, #587CE8 0%, #283DA6 100%);
    background: linear-gradient(180deg, #587CE8 0%, #283DA6 100%);
    border: 0.36715vw solid #283CA5;
    color: #fff;
    font-size: 5.87681vw;
    line-height: 8.9372vw;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .btnBack a::before {
    position: absolute;
    content: "";
    width: 4.75121vw;
    height: 4.75121vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/arrowBack.webp") 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%);
    left: 4.83092vw;
  }
  .pChild__main--content .law {
    max-width: 205.31401vw;
  }
  .pChild__main--content .law dl {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: #000;
  }
  .pChild__main--content .law dl dt {
    font-weight: 700;
  }
  .pChild__main--content .law dl dd {
    font-weight: 500;
  }
  .pChild__main--content .law dl + dl {
    margin-top: 5.7971vw;
  }
  .pChild__main--content .law.privacy dl {
    line-height: 6.76329vw;
  }
  .pChild__main--content .law.privacy dl + dl {
    margin-top: 6.76329vw;
  }
  .pChild__main--content .law.privacy dl dd {
    font-weight: 400;
  }
}

.pTop .faq__main .list dl dd {
  display: none;
}

.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
     -moz-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
  overflow: hidden;
}

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

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

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

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
         transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
         transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
       -moz-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
       -moz-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
       animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
     -moz-animation-name: textShow;
          animation-name: textShow;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

.slideUp {
  -webkit-transform: translate3d(0, 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}
  /* ===== ヘッダー警告バー分の高さを確保 ===== */
@media screen and (min-width: 769px), print {
  /* 既存: body { padding-top: 70px; } に警告バー分を加算 */
  body {
  padding-top: 112px; /* 70 + 約42 */
  }
  .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  }
  }
  
  @media screen and (max-width: 768px) {
  /* 既存: body { padding-top: 9.66184vw; } に警告バー分を加算 */
  body {
  padding-top: calc(9.66184vw + 45px);
  }
  .header {
  position: fixed; /* absolute だと重なりやすい */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  }
  }
  
  /* 警告バー自体 */
  .header-alert {
  background: #d90000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 10px 12px;
  letter-spacing: .02em;
  position: relative;
  z-index: 1000;
  }
  
  @media (max-width: 768px) {
  .header-alert {
  font-size: 12px;
  line-height: 1.5;
  padding: 9px 10px;
  }
  }

  /* ===== スマホ：ヘッダー自動非表示 ===== */
@media screen and (max-width: 768px) {
  #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top .25s ease;
  z-index: 99;
  }
  
  /* ヘッダー全体（ロゴ行 + 赤帯）を上へ隠す */
  #header.is-hide {
  top: -96px; /* 必要に応じて -90〜-110px で微調整 */
  }
  
  /* 右下フローティングLINEは常に固定表示 */
  .header__main--line {
  position: fixed;
  right: 3.62319vw;
  bottom: 3.62319vw;
  z-index: 120;
  }
  }
  
/* SPだけ：フローティングCTAをブルブル */
@media screen and (max-width: 768px) {
  .header__main--line a {
  animation: ctaBuzz 3.2s infinite;
  transform-origin: center;
  will-change: transform;
  }
  
  @keyframes ctaBuzz {
  /* 待機 */
  0%, 82%, 100% { transform: translateX(0) rotate(0deg); }
  
  /* ブルブル本体（約0.4秒） */
  84% { transform: translateX(-2px) rotate(-1.2deg); }
  86% { transform: translateX( 2px) rotate( 1.2deg); }
  88% { transform: translateX(-2px) rotate(-1.0deg); }
  90% { transform: translateX( 2px) rotate( 1.0deg); }
  92% { transform: translateX(-1px) rotate(-0.6deg); }
  94% { transform: translateX( 1px) rotate( 0.6deg); }
  96% { transform: translateX(0) rotate(0deg); }
  }
  }
  
  /* 動き苦手なユーザー向け */
  @media (prefers-reduced-motion: reduce) {
  .header__main--line a {
  animation: none !important;
  }
  }