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

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: #333;
  font-family: "Hiragino Sans","Noto Sans JP","ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  font-size: 15px;
  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;
}

:root {
  --font1: "Noto Sans JP", sans-serif;
  --font2: "Barlow", sans-serif;
  --font3: "Bebas Neue", sans-serif;
  --font4: "Poppins", sans-serif;
  --color1: #333333;
  --color2: #1D3B7E;
}

@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: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    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);
  }
  .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: 9px 0;
  }
  .header__main--logo {
    width: 189.72px;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {

    height: 64px;
  }
  .header__main--right {
    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;
  }
  .header__main--right .wrapBtn {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 220px;
    height: 52px;
  }
  .header__main--right .wrapBtn + .wrapBtn {
    margin-left: 16px;
  }
  .header__main--right .wrapBtn::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .header__main--right .wrapBtn a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 4px;
         border-radius: 4px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--right .wrapBtn a::before, .header__main--right .wrapBtn a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--right .wrapBtn a::after {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/headerArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 16px;
  }
  .header__main--right .wrapBtn a small {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .header__main--right .wrapBtn a span {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
  }
  .header__main--right .wrapTel a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.52%, #E64B37), to(#CD1F0B));
    background: -webkit-linear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: -moz- oldlinear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: linear-gradient(180deg, #E64B37 3.52%, #CD1F0B 100%);
    padding: 0 0 0 16px;
  }
  .header__main--right .wrapTel a::before {
    width: 28px;
    height: 28px;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 20px;
  }
  .header__main--right .wrapLine {
    width: 256px;
  }
  .header__main--right .wrapLine a {
    background: -webkit-gradient(linear, left top, left bottom, from(#27A956), to(#0C813C));
    background: -webkit-linear-gradient(top, #27A956 0%, #0C813C 100%);
    background: -moz- oldlinear-gradient(top, #27A956 0%, #0C813C 100%);
    background: linear-gradient(180deg, #27A956 0%, #0C813C 100%);
    padding: 0 0 0 17px;
  }
  .header__main--right .wrapLine a::before {
    width: 32px;
    height: 32px;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 40px;
  }
  .footer {
    background: var(--color2);
    padding: 24px 0;
  }
  .footer__link {
    text-align: center;
    line-height: 0;
  }
  .footer__link a, .footer__link span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 0 12px;
  }
  .footer__copy {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
  }
  .pTop .mv {
    background: url("../img/mvBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .mv__main {
    padding: 40px 20px 58px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main::after {
    position: absolute;
    content: "";
    width: 264.5px;
    height: 567.5px;
    background: url("../img/mvMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 22px;
    bottom: 0;
    z-index: 2;
  }
  .pTop .mv__main--box {
    width: 723.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main--box:before, .pTop .mv__main--box::after {
    position: absolute;
    content: "";
    width: 83px;
    height: 83px;
    top: -3.5px;
  }
  .pTop .mv__main--box::before {
    left: -3.5px;
    background: url("../img/mvCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box::after {
    right: -3.5px;
    background: url("../img/mvCorner02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 31px 51px;
  }
  .pTop .mv__main--box .inner:before, .pTop .mv__main--box .inner::after {
    position: absolute;
    content: "";
    width: 83px;
    height: 83px;
    bottom: -4px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .pTop .mv__main--box .inner::before {
    left: -3.5px;
    background: url("../img/mvCorner02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner::after {
    right: -3.5px;
    background: url("../img/mvCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner .intro {
    background: #1d3b7e;
    text-align: center;
    padding: 12.5px 0 12px;
    font-size: 26.5px;
    line-height: 31.5px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font1);
  }
  .pTop .mv__main--box .inner .intro img {
    width: auto;
    height: 31.5px;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    margin: 0 4px 0 2.5px;
  }
  .pTop .mv__main--box .inner .intro span {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #eaff00;
       -moz-text-decoration-color: #eaff00;
            text-decoration-color: #eaff00;
  }
  .pTop .mv__main--box .inner .title {
    text-align: center;
    margin-top: 22px;
    line-height: 0;
  }
  .pTop .mv__main--box .inner .title img {
    width: 100%;
  }
  .pTop .mv__main--box .inner .list {
    margin-top: 22.5px;
    text-align: center;
  }
  .pTop .mv__main--box .inner .list img {
    width: 578.5px;
  }
  .pTop .cta {
    background: url("../img/ctaBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 0 48px;
  }
  .pTop .cta__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-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__title::before, .pTop .cta__title::after {
    content: "/";
    font-size: 40px;
    line-height: 49px;
    font-weight: 100;
    color: var(--color2);
  }
  .pTop .cta__title span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: var(--color2);
  }
  .pTop .cta__title::before {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-right: 12px;
  }
  .pTop .cta__title::after {
    margin-left: 12px;
  }
  .pTop .cta__box {
    max-width: 800px;
    width: 100%;
    margin: 16px auto 0;
    padding: 16px 40px 24px;
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(192, 205, 213, 0.25);
         box-shadow: 0 0 20px rgba(192, 205, 213, 0.25);
  }
  .pTop .cta__box h3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color2);
  }
  .pTop .cta__box h3 span {
    background: -webkit-linear-gradient(351deg, #0BC1F5 0%, #1D3B7E 100%);
    background: -moz- oldlinear-gradient(351deg, #0BC1F5 0%, #1D3B7E 100%);
    background: linear-gradient(99deg, #0BC1F5 0%, #1D3B7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .cta__box .list {
    margin-top: 23px;
  }
  .pTop .cta__box .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: -16.5px;
  }
  .pTop .cta__box .list ul li {
    width: 218px;
    margin: 16.5px;
    background: #F5F5F5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
    padding: 22px;
  }
  .pTop .cta__box .list ul li::before, .pTop .cta__box .list ul li::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__box .list ul li::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E8EEF2;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__box .list ul li::after {
    width: 36px;
    height: 36px;
    background: url("../img/ctaCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -10px;
    top: -10px;
  }
  .pTop .cta__box .wrapBtn {
    margin: 13px -12px -11px;
    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 .cta__box .wrapBtn .wrapBtnCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 350px;
    height: 74px;
    margin: 11px;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
         border-radius: 6px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a::before, .pTop .cta__box .wrapBtn .wrapBtnCom a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a::after {
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 40px;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a small {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a span {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 7px;
  }
  .pTop .cta__box .wrapBtn .wrapLine a {
    background: -webkit-gradient(linear, left top, left bottom, from(#27A956), to(#0C813C));
    background: -webkit-linear-gradient(top, #27A956 0%, #0C813C 100%);
    background: -moz- oldlinear-gradient(top, #27A956 0%, #0C813C 100%);
    background: linear-gradient(180deg, #27A956 0%, #0C813C 100%);
  }
  .pTop .cta__box .wrapBtn .wrapLine a::before {
    width: 32px;
    height: 32px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 36px;
  }
  .pTop .cta__box .wrapBtn .wrapTel a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.52%, #E64B37), to(#CD1F0B));
    background: -webkit-linear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: -moz- oldlinear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: linear-gradient(180deg, #E64B37 3.52%, #CD1F0B 100%);
  }
  .pTop .cta__box .wrapBtn .wrapTel a::before {
    width: 32px;
    height: 32px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 31px;
  }
  .pTop .cta__box .wrapBtn .wrapTel a::after {
    right: 30px;
  }
  .pTop .cta__box .datalist {
    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: -7.5px -16.5px -16.5px;
  }
  .pTop .cta__box .datalist dl {
    width: 218px;
    margin: 16.5px;
    background: #F5F5F5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 14px 22px 2px;
  }
  .pTop .cta__box .datalist dl::before, .pTop .cta__box .datalist dl::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__box .datalist dl::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E8EEF2;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__box .datalist dl::after {
    width: 36px;
    height: 36px;
    background: url("../img/ctaCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -10px;
    top: -10px;
  }
  .pTop .cta__box .datalist dl dt {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .cta__box .datalist dl dd .num {
    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;
    margin-top: -9px;
  }
  .pTop .cta__box .datalist dl dd .num span {
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font2);
    font-weight: 700;
    font-size: 92px;
    line-height: 1;
  }
  .pTop .cta__box .datalist dl dd .num small {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: var(--color2);
    padding-bottom: 6px;
    display: inline-block;
  }
  .pTop .cta__box .datalist dl dd .txt {
    text-align: center;
    margin-top: 11px;
  }
  .pTop .cta__box .datalist dl dd .txt span {
    display: inline-block;
    background: -webkit-linear-gradient(352.88deg, #0BC1F5 0%, #1D3B7E 100%);
    background: -moz- oldlinear-gradient(352.88deg, #0BC1F5 0%, #1D3B7E 100%);
    background: linear-gradient(97.12deg, #0BC1F5 0%, #1D3B7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
  }
  .pTop .cta__title2 {
    margin-bottom: 23px;
  }
  .pTop .cta__title2 p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: var(--color2);
    font-weight: 500;
  }
  .pTop .cta__title2 h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color2);
  }
  .pTop .cta__title2 h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #0094BE;
       -moz-text-decoration-color: #0094BE;
            text-decoration-color: #0094BE;
  }
  .pTop .worrie__top {
    background: url("../img/worrieBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 75px 0 108px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 59px;
    background: url("../img/worrieArrow.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%);
    bottom: 33px;
  }
  .pTop .worrie__top h2 {
    text-align: center;
    font-size: 32px;
    line-height: 50.5px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 64px;
    line-height: 96px;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(255, 255, 255, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -51px;
    z-index: -1;
  }
  .pTop .worrie__top h2 em {
    font-style: normal;
    font-size: 36px;
    line-height: 50.5px;
  }
  .pTop .worrie__top h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top h2 span::after {
    position: absolute;
    content: "";
    width: 260.5px;
    height: 43px;
    background: url("../img/worrieLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -30px;
    bottom: -20px;
  }
  .pTop .worrie__top--list {
    max-width: 800px;
    width: 100%;
    margin: 32px auto 0;
  }
  .pTop .worrie__top--list article {
    background: #fff;
    padding: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .worrie__top--list article + article {
    margin-top: 24px;
  }
  .pTop .worrie__top--list article picture {
    width: 200px;
    margin-right: 30px;
  }
  .pTop .worrie__top--list article picture img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .pTop .worrie__top--list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .worrie__top--list article .arCon h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .worrie__top--list article .arCon .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 8px;
  }
  .pTop .worrie__top--list article .arCon .txt span {
    background: var(--color2);
    color: #fff;
    padding: 5px 0;
  }
  .pTop .worrie__bot {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/worrieBg2.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 48px 0 67px;
  }
  .pTop .worrie__bot--even {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
    width: 96px;
    height: 96px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #EAFF00;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: var(--color2);
    border: 2px solid #fff;
    z-index: 2;
  }
  .pTop .worrie__bot--box {
    max-width: 800px;
    width: 100%;
    margin: auto;
    background: #E8EEF2;
    text-align: center;
    padding: 31px 2px 2px;
  }
  .pTop .worrie__bot--box p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .worrie__bot--box p span {
    color: #B23A48;
  }
  .pTop .worrie__bot--box h4 {
    margin-top: 8px;
    background: var(--color2);
    padding: 16px 0 24px;
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
  }
  .pTop .worrie__bot--box h4 span {
    background: #EAFF00;
    color: var(--color2);
    font-size: 32px;
    line-height: 1;
    padding: 4px 5px 2px;
    display: inline-block;
    margin-top: 9px;
  }
  .pTop .recover {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__know {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 480px;
    height: 149px;
    background: url("../img/recoverKnow.webp") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    padding-top: 54px;
    top: -67px;
  }
  .pTop .recover__main {
    background: #fff url("../img/recoverBg.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 106px 0 32px;
  }
  .pTop .recover__main--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-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .recover__main--title::before, .pTop .recover__main--title::after {
    content: "";
    width: 14px;
    height: 186px;
    background: url("../img/recoverEdge.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .recover__main--title::before {
    margin-right: 24px;
  }
  .pTop .recover__main--title::after {
    margin-left: 24px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .recover__main--title--inner {
    text-align: center;
    line-height: 0;
    display: inline-block;
  }
  .pTop .recover__main--title--inner em {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color1);
    display: inline-block;
    font-style: normal;
  }
  .pTop .recover__main--title--inner h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color2);
    margin: 6px 0 12px;
  }
  .pTop .recover__main--title--inner p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: var(--color1);
  }
  .pTop .recover__main--title--inner p span {
    font-weight: 600;
    color: #B23A48;
  }
  .pTop .recover__main--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 -20px;
  }
  .pTop .recover__main--list article {
    width: 380px;
    margin: 20px;
  }
  .pTop .recover__main--list article figure {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__main--list article figure img {
    width: 100%;
    height: 213px;
    object-fit: cover;
  }
  .pTop .recover__main--list article figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color2);
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    padding: 8px 16px;
  }
  .pTop .recover__main--list article h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color2);
    margin-top: 16px;
  }
  .pTop .recover__main--list article .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 8px;
  }
  .pTop .recover__caution {
    padding: 48px 0 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #E8EEF2;
  }
  .pTop .recover__caution::before {
    position: absolute;
    content: "";
    width: 155.88px;
    height: 34.91px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .recover__caution--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .recover__caution--title--inner {
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .recover__caution--title--inner::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    background: url("../img/recoverCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -105px;
    top: -80px;
  }
  .pTop .recover__caution--title--inner span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .pTop .recover__caution--title--inner span::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--color2);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3px;
  }
  .pTop .recover__caution--title--inner em {
    font-style: normal;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__caution--title--inner em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    background: var(--color2);
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .recover__caution--fig {
    margin-top: 16px;
  }
  .pTop .recover__caution--fig figure {
    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;
  }
  .pTop .recover__caution--fig figure img {
    width: 123px;
    height: 123px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 7.44px;
  }
  .pTop .recover__caution--fig figure figcaption {
    width: 339.56px;
    height: 70px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 70.56px;
  }
  .pTop .recover__caution--fig figure figcaption::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/recoverMess.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
  }
  .pTop .compare {
    background: url("../img/compareBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 54px 0 55px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -36px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(180deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .compare__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-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .compare__title::before, .pTop .compare__title::after {
    content: "";
    width: 30px;
    height: 92px;
    background: url("../img/compareSplash.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__title::before {
    margin-right: 18px;
  }
  .pTop .compare__title::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 3px;
  }
  .pTop .compare__title--inner {
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    line-height: 0;
  }
  .pTop .compare__title--inner em {
    font-size: 24px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .compare__title--inner h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color2);
    margin-top: 14px;
  }
  .pTop .compare__title--inner h2 span {
    background: -webkit-linear-gradient(359.7deg, #1D3B7E 0%, #0094BE 99.89%);
    background: -moz- oldlinear-gradient(359.7deg, #1D3B7E 0%, #0094BE 99.89%);
    background: linear-gradient(90.3deg, #1D3B7E 0%, #0094BE 99.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    position: relative;
    display: inline-block;
  }
  .pTop .compare__title--inner h2 span::before, .pTop .compare__title--inner h2 span::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--color2);
    top: -6px;
  }
  .pTop .compare__title--inner h2 span::before {
    left: 18px;
  }
  .pTop .compare__title--inner h2 span::after {
    left: 57px;
  }
  .pTop .compare__table {
    max-width: 800px;
    width: 100%;
    margin: 27px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__table::before {
    position: absolute;
    content: "";
    width: 191px;
    height: -webkit-calc(100% + 18px);
    height: -moz-calc(100% + 18px);
    height: calc(100% + 18px);
    background: #fff;
    left: 237px;
    top: -11px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    pointer-events: none;
    z-index: -1;
  }
  .pTop .compare__table::after {
    position: absolute;
    content: "";
    width: 191px;
    height: -webkit-calc(100% + 18px);
    height: -moz-calc(100% + 18px);
    height: calc(100% + 18px);
    border: 2px solid var(--color2);
    left: 237px;
    top: -11px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    pointer-events: none;
  }
  .pTop .compare__table table {
    width: 100%;
    border-collapse: collapse;
  }
  .pTop .compare__table table thead tr th {
    width: 187px;
  }
  .pTop .compare__table table thead tr th:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .pTop .compare__table table thead tr th:nth-of-type(1) {
    width: 239px;
  }
  .pTop .compare__table table thead tr th span {
    width: 100%;
    background: #A4A4A4;
    color: #fff;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    padding: 24px 0;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 6px 6px 0 0;
         border-radius: 6px 6px 0 0;
  }
  .pTop .compare__table table thead tr th span.special {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border-bottom: 1px solid #ccc;
  }
  .pTop .compare__table table thead tr th span.special::after {
    position: absolute;
    content: "調査会社";
    width: 100%;
    height: 79px;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    background: #fff;
    color: var(--color2);
    -moz-border-radius: 6px 6px 0 0;
         border-radius: 6px 6px 0 0;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td:nth-of-type(1) {
    border-bottom: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
  .pTop .compare__table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    background: #E1E1E1;
  }
  .pTop .compare__table table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr td:nth-of-type(2) {
    background: #fff;
  }
  .pTop .compare__table table tbody tr td span {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .pTop .compare__table table tbody tr td span.double {
    background: url("../img/compareDoubleCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.circle {
    background: url("../img/compareSingleCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.circle2 {
    background: url("../img/compareSingleCircle2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.cross {
    background: url("../img/comparePlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pTop .compare__table table tbody tr td:nth-of-type(1) {
    background: var(--color2);
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    padding: 24px 5px;
    text-align: center;
  }
  .pTop .ferture {
    padding: 80px 0 0;
  }
  .pTop .ferture__title {
    text-align: center;
  }
  .pTop .ferture__title p {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color2);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .ferture__title p::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 108px;
    font-weight: 600;
    color: rgba(14, 31, 82, 0.1);
    font-family: var(--font4);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .ferture__title p span {
    background: -webkit-linear-gradient(357.92deg, #1D3B7E 0%, #0094BE 99.12%);
    background: -moz- oldlinear-gradient(357.92deg, #1D3B7E 0%, #0094BE 99.12%);
    background: linear-gradient(92.08deg, #1D3B7E 0%, #0094BE 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .ferture__title h2 {
    font-size: 44px;
    line-height: 66px;
    font-weight: 700;
    color: var(--color1);
    margin-top: -2px;
  }
  .pTop .ferture__list {
    counter-reset: ar;
    margin-top: 48px;
  }
  .pTop .ferture__list article {
    counter-increment: ar;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: -30px;
  }
  .pTop .ferture__list article figure {
    width: 460px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 30px;
  }
  .pTop .ferture__list article figure img {
    width: 100%;
    height: 288px;
  }
  .pTop .ferture__list article figure::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #E8EEF2;
    top: 16px;
    z-index: -1;
  }
  .pTop .ferture__list article .arCon {
    width: 480px;
    position: relative;
    z-index: 2;
    margin: 30px;
  }
  .pTop .ferture__list article .arCon h3 {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--color2);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 26px 77px;
  }
  .pTop .ferture__list article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 76px;
    line-height: 1;
    font-family: var(--font3);
    background: -webkit-linear-gradient(319.5deg, #1D3B7E 0%, #0094BE 93.28%);
    background: -moz- oldlinear-gradient(319.5deg, #1D3B7E 0%, #0094BE 93.28%);
    background: linear-gradient(130.5deg, #1D3B7E 0%, #0094BE 93.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    left: 0;
    top: 0;
  }
  .pTop .ferture__list article .arCon h3::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(90deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    left: 0;
    bottom: 0;
  }
  .pTop .ferture__list article .arCon .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 16px;
  }
  .pTop .ferture__list article .arCon .txt span {
    color: #E67B02;
    font-weight: 600;
  }
  .pTop .ferture__list article:nth-of-type(odd) figure::after {
    right: 48px;
  }
  .pTop .ferture__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;
  }
  .pTop .ferture__list article:nth-of-type(even) figure::after {
    left: 48px;
  }
  .pTop .ferture__list article + article {
    margin-top: 10px;
  }
  .pTop .ferture__note {
    background: url("../img/worrieBg2.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 39px;
  }
  .pTop .ferture__note::before {
    position: absolute;
    content: "";
    width: 155.88px;
    height: 34.91px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .ferture__note--main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 55px 0 40px 240px;
  }
  .pTop .ferture__note--main::before {
    position: absolute;
    content: "";
    width: 247px;
    height: 309px;
    background: url("../img/fertureMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .pTop .ferture__note--main p {
    font-size: 24px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
  }
  .pTop .ferture__note--main p small {
    font-size: 24px;
    line-height: 2;
  }
  .pTop .ferture__note--main p span {
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    -webkit-text-decoration-color: #EAFF00;
       -moz-text-decoration-color: #EAFF00;
            text-decoration-color: #EAFF00;
  }
  .pTop .ferture__note--main p em {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    background: #EAFF00;
    padding: 3px;
    color: var(--color2);
  }
  .pTop .work {
    padding: 80px 0 40px;
    background: url("../img/workBg.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .work__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    color: rgba(14, 31, 82, 0.1);
    font-family: var(--font4);
    font-weight: 600;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .work__main h2 span {
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .work__main .list {
    margin: 12px -20px -20px;
    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 .work__main .list article {
    width: 480px;
    margin: 20px;
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    padding: 29px 24px 24px;
  }
  .pTop .work__main .list article::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .work__main .list article .info {
    width: -webkit-calc(100% - 173px);
    width: -moz-calc(100% - 173px);
    width: calc(100% - 173px);
    padding: 5px 0 0;
    float: left;
  }
  .pTop .work__main .list article .info h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
    padding: 0 0 0 17px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__main .list article .info h3::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(180deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .work__main .list article .info span {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--color1);
  }
  .pTop .work__main .list article .info em {
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    background: var(--color2);
    padding: 2px 8px;
    margin-top: 4px;
    font-style: normal;
  }
  .pTop .work__main .list article figure {
    width: 144px;
    margin-left: 29px;
    float: right;
  }
  .pTop .work__main .list article figure img {
    width: 100%;
    height: 144px;
    object-fit: cover;
  }
  .pTop .work__main .list article .txt {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
  }
  .pTop .work__main .list article .txt span {
    color: #E67B02;
    font-weight: 600;
  }
  .pTop .work__main .note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #656565;
  }
  .pTop .result {
    background: url("../img/resultBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .result__main {
    padding-top: 88px;
    padding-bottom: 40px;
  }
  .pTop .result__main h2 {
    text-align: center;
    font-size: 38px;
    line-height: 57px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .result__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    font-family: var(--font4);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .result__main--box {
    max-width: 900px;
    width: 100%;
    margin: 35px auto 0;
    background: #E8EEF2;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
  }
  .pTop .result__main--box 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: -20px;
  }
  .pTop .result__main--box ul li {
    width: 390px;
    margin: 20px;
    padding: 16px 24px 18px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .pTop .result__main--box ul li dl {
    width: 95px;
  }
  .pTop .result__main--box ul li dl dt {
    background: #C4C9CC;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0;
  }
  .pTop .result__main--box ul li dl dd {
    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;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--color1);
    margin-top: 20px;
  }
  .pTop .result__main--box ul li dl dd span {
    font-size: 48px;
    line-height: 0.7;
    font-weight: 700;
    font-family: var(--font3);
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) {
    width: 148px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .result__main--box ul li dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 62.45px;
    height: 40px;
    background: url("../img/resultArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 36px;
    left: -79px;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dt {
    background: var(--color2);
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 6px 0;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dd {
    font-size: 20px;
    margin-top: 10px;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dd span {
    font-size: 80px;
    line-height: 1;
    margin-bottom: -15px;
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .result__main .note {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    margin-top: 16px;
    padding: 0 50px;
  }
  .pTop .flow {
    padding: 80px 0 48px;
    background: url("../img/flowGrid.webp") 0 0 repeat;
  }
  .pTop .flow__main {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .pTop .flow__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .flow__main h2 span {
    font-size: 38px;
    line-height: 57px;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .flow__main .list {
    margin-top: 43px;
  }
  .pTop .flow__main .list article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main .list article::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(90deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .flow__main .list article figure {
    width: 112px;
    margin-right: 16px;
  }
  .pTop .flow__main .list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .flow__main .list article .arCon h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .flow__main .list article .arCon .txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 8px;
  }
  .pTop .flow__main .list article + article {
    margin-top: 24px;
  }
  .pTop .price {
    padding: 74px 0 48px;
    background: #1D3B7E url("../img/priceBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .price__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 38px;
    line-height: 57px;
    color: #fff;
    font-weight: 700;
  }
  .pTop .price__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(255, 255, 255, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .price__main .list {
    margin: 20px 0 -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .price__main .list dl {
    background: #fff;
    margin: 20px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    padding: 98px 40px 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 240px;
  }
  .pTop .price__main .list dl::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .price__main .list dl dt {
    position: relative;
    text-align: center;
    color: #fff;
    background: var(--color2);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .pTop .price__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 6px;
    background: var(--color2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -6px;
  }
  .pTop .price__main .list dl dd {
    margin-top: 12px;
    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;
    padding: 0 0 0 48px;
  }
  .pTop .price__main .list dl dd .num {
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font3);
    margin-bottom: -25px;
  }
  .pTop .price__main .list dl dd .unit {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: var(--color2);
    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;
    position: relative;
  }
  .pTop .price__main .list dl dd .unit::after {
    content: attr(data-after);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: inherit;
  }
  .pTop .price__main .list dl dd .unit::before {
    position: absolute;
    content: attr(data-before);
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
    top: -23px;
    left: 0;
  }
  .pTop .price__main .list dl.st1::before {
    width: 80px;
    height: 80px;
    background: url("../img/priceImg01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 12px;
  }
  .pTop .price__main .list dl.st2::before {
    width: 74px;
    height: 74px;
    background: url("../img/priceImg02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 15px;
  }
  .pTop .price__main .list dl.st3::before {
    width: 80px;
    height: 80px;
    background: url("../img/priceImg03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 12px;
  }
  .pTop .price__main .list dl.st3 dd {
    padding: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .price__main .note {
    margin-top: 36px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
  }
  .pTop .price__main .note span {
    text-decoration: underline;
    -webkit-text-decoration-color: #EAFF00;
       -moz-text-decoration-color: #EAFF00;
            text-decoration-color: #EAFF00;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
  .pTop .faq {
    padding: 80px 0 24px;
  }
  .pTop .faq__main {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .pTop .faq__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .faq__main h2 span {
    font-size: 38px;
    line-height: 57px;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .faq__main .list {
    margin-top: 43px;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 24px;
  }
  .pTop .faq__main .list dl dt {
    background: var(--color2);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 16px 40px 16px 16px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2px;
         border-radius: 2px;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before, .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 17.62px;
    height: 1px;
    background: #fff;
    right: 19.19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main .list dl dt::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
       -moz-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt i {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    font-family: var(--font4);
    font-weight: 500;
    margin-right: 8px;
  }
  .pTop .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color1);
    padding: 0px 16px 16px 48px;
    margin-top: 16px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "A.";
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    font-family: var(--font4);
    font-weight: 500;
    left: 16px;
    top: 0;
    color: var(--color2);
  }
  .pTop .company {
    padding: 64px 0 48px;
    background: #F8F8F8;
  }
  .pTop .company__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .company__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 72px;
    line-height: 106px;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -48px;
  }
  .pTop .company__main h2 span {
    font-size: 38px;
    line-height: 57px;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .company__main .info {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 27px -12px -12px;
  }
  .pTop .company__main .info figure {
    width: 400px;
    margin: 12px;
  }
  .pTop .company__main .info figure img {
    width: 100%;
    height: auto;
  }
  .pTop .company__main .info .list {
    width: 376px;
    margin: 12px;
  }
  .pTop .company__main .info .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color1);
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
  }
  .pTop .company__main .info .list dl + dl {
    margin-top: 16px;
  }
  .pTop .company__main .info .list dl dt {
    font-weight: 600;
    width: 88px;
  }
  .pTop .company__main .info .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--content {
    padding: 80px 0 96px;
  }
  .pChild__main--content h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: var(--color2);
    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: 350px;
    height: 74px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: var(--color2);
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .btnBack a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    -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: 32px;
  }
  .pChild__main--content .law {
    max-width: 850px;
  }
  .pChild__main--content .law dl {
    font-size: 16px;
    line-height: 24px;
    color: var(--color1);
  }
  .pChild__main--content .law dl dt {
    font-weight: 600;
  }
  .pChild__main--content .law dl dd {
    font-weight: 400;
  }
  .pChild__main--content .law dl + dl {
    margin-top: 24px;
  }
}

@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;
  }
  .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: 2.17391vw 3.62319vw;
    background: #071B48;
  }
  .header__main--logo {
    width: 27.05314vw;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {
    width:auto;
    height: 40px;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99;
    right: 3.62319vw;
    bottom: 3.62319vw;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__main--right .wrapBtn {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 21.01449vw;
    height: 21.01449vw;
  }
  .header__main--right .wrapBtn + .wrapBtn {
    margin-left: 2.41546vw;
  }
  .header__main--right .wrapBtn::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .header__main--right .wrapBtn a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-indent: -9999px;
    overflow: hidden;
  }
  .header__main--right .wrapBtn a::before, .header__main--right .wrapBtn a::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%);
  }
  .header__main--right .wrapBtn a::after {
    display: none;
  }
  .header__main--right .wrapBtn a small {
    font-size: 2.41546vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .header__main--right .wrapBtn a span {
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 0.96618vw;
  }
  .header__main--right .wrapTel a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.52%, #E64B37), to(#CD1F0B));
    background: -webkit-linear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: -moz- oldlinear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: linear-gradient(180deg, #E64B37 3.52%, #CD1F0B 100%);
  }
  .header__main--right .wrapTel a::before {
    width: 13.37198vw;
    height: 13.37198vw;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .wrapLine a {
    background: -webkit-gradient(linear, left top, left bottom, from(#27A956), to(#0C813C));
    background: -webkit-linear-gradient(top, #27A956 0%, #0C813C 100%);
    background: -moz- oldlinear-gradient(top, #27A956 0%, #0C813C 100%);
    background: linear-gradient(180deg, #27A956 0%, #0C813C 100%);
  }
  .header__main--right .wrapLine a::before {
    width: 13.75604vw;
    height: 13.75604vw;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer {
    background: var(--color2);
    padding: 5.7971vw 0 29.95169vw;
  }
  .footer__link {
    text-align: center;
    line-height: 0;
  }
  .footer__link a, .footer__link span {
    font-size: 2.89855vw;
    line-height: 4.34783vw;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 0 2.89855vw;
  }
  .footer__copy {
    color: #fff;
    font-size: 2.41546vw;
    line-height: 3.62319vw;
    font-weight: 400;
    text-align: center;
    margin-top: 3.86473vw;
  }
  .pTop .mv {
    background: url("../img/mvBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .pTop .mv__main {
    padding: 8.57488vw 4.22705vw 10.14493vw;
  }
  .pTop .mv__main--box {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main--box:before, .pTop .mv__main--box::after {
    position: absolute;
    content: "";
    width: 10.50725vw;
    height: 10.50725vw;
    top: -0.48309vw;
  }
  .pTop .mv__main--box::before {
    left: -0.48309vw;
    background: url("../img/mvCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box::after {
    right: -0.48309vw;
    background: url("../img/mvCorner02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main--box .inner::after {
    position: absolute;
    content: "";
    width: 58.6715vw;
    height: 90.11594vw;
    background: url("../img/mvMan_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -9.22705vw;
    bottom: -10.14493vw;
    z-index: 2;
  }
  .pTop .mv__main--box .inner__sp {
    background: rgba(255, 255, 255, 0.85);
    padding: 5.55556vw 4.34783vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 1;
  }
  .pTop .mv__main--box .inner__sp:before, .pTop .mv__main--box .inner__sp::after {
    position: absolute;
    content: "";
    width: 10.50725vw;
    height: 10.50725vw;
    bottom: -0.48309vw;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .pTop .mv__main--box .inner__sp::before {
    left: -0.48309vw;
    background: url("../img/mvCorner02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner__sp::after {
    right: -0.48309vw;
    background: url("../img/mvCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main--box .inner .intro {
    background: #1d3b7e;
    text-align: center;
    padding: 0.96618vw 0 1.57005vw;
    font-size: 3.50242vw;
    line-height: 5.91787vw;
    font-weight: 500;
    color: #fff;
    font-family: var(--font1);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main--box .inner .intro::after {
    position: absolute;
    content: "";
    width: 13.16425vw;
    height: 15.21739vw;
    background: url("../img/mvFInd.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -11.35266vw;
    right: -2.53623vw;
  }
  .pTop .mv__main--box .inner .intro img {
    width: auto;
    height: 5.91787vw;
    margin: 0 2px;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .mv__main--box .inner .intro span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-decoration: underline;
    text-underline-offset: 0.72464vw;
    text-decoration-thickness: 0.36232vw;
    -webkit-text-decoration-color: #eaff00;
       -moz-text-decoration-color: #eaff00;
            text-decoration-color: #eaff00;
  }
  .pTop .mv__main--box .inner .title {
    text-align: center;
    margin-top: 3.38164vw;
    line-height: 0;
  }
  .pTop .mv__main--box .inner .title img {
    width: 82.36715vw;
  }
  .pTop .mv__main--box .inner .list {
    margin-top: 7.48792vw;
    text-align: left;
    position: relative;
    z-index: 3;
  }
  .pTop .mv__main--box .inner .list img {
    width: 52.77778vw;
  }
  .pTop .cta {
    background: url("../img/ctaBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.21256vw 0 9.66184vw;
  }
  .pTop .cta__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-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cta__title::before, .pTop .cta__title::after {
    content: "/";
    font-size: 14.49275vw;
    line-height: 17.3913vw;
    font-weight: 100;
    color: var(--color2);
  }
  .pTop .cta__title span {
    font-size: 4.83092vw;
    line-height: 6.76329vw;
    font-weight: 500;
    color: var(--color2);
  }
  .pTop .cta__title::before {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-right: 0.96618vw;
  }
  .pTop .cta__title::after {
    margin-left: 0.96618vw;
  }
  .pTop .cta__box {
    max-width: 92.75362vw;
    width: 100%;
    margin: 3.1401vw auto 0;
    padding: 3.86473vw 4.10628vw 6.03865vw;
    background: #fff;
    -moz-box-shadow: 0 0 4.83092vw rgba(192, 205, 213, 0.25);
         box-shadow: 0 0 4.83092vw rgba(192, 205, 213, 0.25);
  }
  .pTop .cta__box h3 {
    text-align: center;
    font-size: 5.63527vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color2);
  }
  .pTop .cta__box h3 span {
    background: -webkit-linear-gradient(351deg, #0BC1F5 0%, #1D3B7E 100%);
    background: -moz- oldlinear-gradient(351deg, #0BC1F5 0%, #1D3B7E 100%);
    background: linear-gradient(99deg, #0BC1F5 0%, #1D3B7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .cta__box .list {
    margin-top: 3.65942vw;
  }
  .pTop .cta__box .list 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 .cta__box .list ul li {
    width: 27.10386vw;
    background: #F5F5F5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    font-size: 3.1401vw;
    line-height: 1.4;
    font-weight: 600;
    color: var(--color2);
    padding: 2.37923vw;
  }
  .pTop .cta__box .list ul li::before, .pTop .cta__box .list ul li::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__box .list ul li::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E8EEF2;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__box .list ul li::after {
    width: 5.38406vw;
    height: 5.2029vw;
    background: url("../img/ctaCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0vw;
    top: -2.27053vw;
  }
  .pTop .cta__box .wrapBtn {
    margin: 3.62319vw 0 0;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 84.54106vw;
    height: 17.8744vw;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a::before, .pTop .cta__box .wrapBtn .wrapBtnCom a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a::after {
    width: 5.7971vw;
    height: 5.7971vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 9.66184vw;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a small {
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .cta__box .wrapBtn .wrapBtnCom a span {
    font-size: 5.31401vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 1.69082vw;
  }
  .pTop .cta__box .wrapBtn .wrapLine a {
    background: -webkit-gradient(linear, left top, left bottom, from(#27A956), to(#0C813C));
    background: -webkit-linear-gradient(top, #27A956 0%, #0C813C 100%);
    background: -moz- oldlinear-gradient(top, #27A956 0%, #0C813C 100%);
    background: linear-gradient(180deg, #27A956 0%, #0C813C 100%);
  }
  .pTop .cta__box .wrapBtn .wrapLine a::before {
    width: 7.72947vw;
    height: 7.72947vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 8.69565vw;
  }
  .pTop .cta__box .wrapBtn .wrapTel {
    margin-top: 2.41546vw;
  }
  .pTop .cta__box .wrapBtn .wrapTel a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.52%, #E64B37), to(#CD1F0B));
    background: -webkit-linear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: -moz- oldlinear-gradient(top, #E64B37 3.52%, #CD1F0B 100%);
    background: linear-gradient(180deg, #E64B37 3.52%, #CD1F0B 100%);
  }
  .pTop .cta__box .wrapBtn .wrapTel a::before {
    width: 7.72947vw;
    height: 7.72947vw;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 7.48792vw;
  }
  .pTop .cta__box .wrapBtn .wrapTel a::after {
    right: 7.24638vw;
  }
  .pTop .cta__box .datalist {
    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;
    padding: 4px 0 0;
    margin-bottom: -1.20773vw;
  }
  .pTop .cta__box .datalist dl {
    width: 27.05314vw;
    background: #F5F5F5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2.2657vw 0 2.08213vw;
  }
  .pTop .cta__box .datalist dl::before, .pTop .cta__box .datalist dl::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__box .datalist dl::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E8EEF2;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__box .datalist dl::after {
    width: 5.38406vw;
    height: 5.2029vw;
    background: url("../img/ctaCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0vw;
    top: -2.27053vw;
  }
  .pTop .cta__box .datalist dl dt {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .cta__box .datalist dl dd .num {
    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;
    margin-top: -0.72464vw;
  }
  .pTop .cta__box .datalist dl dd .num span {
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font2);
    font-weight: 700;
    font-size: 15.45894vw;
    line-height: 1;
  }
  .pTop .cta__box .datalist dl dd .num small {
    font-size: 4.34783vw;
    line-height: 5.55556vw;
    font-weight: 700;
    color: var(--color2);
    padding-bottom: 1.44928vw;
    display: inline-block;
  }
  .pTop .cta__box .datalist dl dd .txt {
    text-align: center;
    margin-top: 3.38164vw;
  }
  .pTop .cta__box .datalist dl dd .txt span {
    display: inline-block;
    background: -webkit-linear-gradient(352.88deg, #0BC1F5 0%, #1D3B7E 100%);
    background: -moz- oldlinear-gradient(352.88deg, #0BC1F5 0%, #1D3B7E 100%);
    background: linear-gradient(97.12deg, #0BC1F5 0%, #1D3B7E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 6.28019vw;
    line-height: 1.3;
  }
  .pTop .cta__title2 {
    margin-bottom: 5.07246vw;
  }
  .pTop .cta__title2 p {
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: var(--color2);
    font-weight: 500;
  }
  .pTop .cta__title2 h2 {
    text-align: center;
    font-size: 4.58937vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color2);
  }
  .pTop .cta__title2 h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-decoration: underline;
    text-underline-offset: 0.72464vw;
    text-decoration-thickness: 0.48309vw;
    -webkit-text-decoration-color: #0094BE;
       -moz-text-decoration-color: #0094BE;
            text-decoration-color: #0094BE;
  }
  .pTop .worrie__top {
    background: url("../img/worrieBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 15.45894vw 0 25.60386vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top::after {
    position: absolute;
    content: "";
    width: 9.66184vw;
    height: 14.25121vw;
    background: url("../img/worrieArrow.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%);
    bottom: 6.52174vw;
  }
  .pTop .worrie__top h2 {
    text-align: center;
    font-size: 6.76329vw;
    line-height: 10.14493vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(255, 255, 255, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
    z-index: -1;
  }
  .pTop .worrie__top h2 em {
    font-style: normal;
    font-size: 7.72947vw;
    line-height: 11.5942vw;
  }
  .pTop .worrie__top h2 span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .worrie__top h2 span::after {
    position: absolute;
    content: "";
    width: 58.88647vw;
    height: 9.72464vw;
    background: url("../img/worrieLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -7.24638vw;
    top: 5.55556vw;
  }
  .pTop .worrie__top--list {
    max-width: 92.75362vw;
    width: 100%;
    margin: 7.72947vw auto 0;
  }
  .pTop .worrie__top--list article {
    background: #fff;
    padding: 5.7971vw 3.86473vw 7.24638vw;
  }
  .pTop .worrie__top--list article + article {
    margin-top: 4.83092vw;
  }
  .pTop .worrie__top--list article picture {
    width: 100%;
  }
  .pTop .worrie__top--list article picture img {
    width: 100%;
    height: 42.51208vw;
    object-fit: cover;
  }
  .pTop .worrie__top--list article .arCon {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .pTop .worrie__top--list article .arCon h3 {
    font-size: 4.83092vw;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .worrie__top--list article .arCon .txt {
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 1.44928vw;
  }
  .pTop .worrie__top--list article .arCon .txt span {
    background: var(--color2);
    color: #fff;
    padding: 1.3285vw 0;
  }
  .pTop .worrie__top--list article .arCon .txt br {
    display: none;
  }
  .pTop .worrie__bot {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/worrieBg2_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 9.66184vw 0 14.97585vw;
  }
  .pTop .worrie__bot--even {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.07246vw;
    width: 21.25604vw;
    height: 21.25604vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #EAFF00;
    font-size: 4.34783vw;
    line-height: 6.52174vw;
    font-weight: 600;
    background: var(--color2);
    border: 2px solid #fff;
    z-index: 2;
  }
  .pTop .worrie__bot--box {
    max-width: 92.75362vw;
    width: 100%;
    margin: auto;
    background: #E8EEF2;
    text-align: center;
    padding: 8.9372vw 0.48309vw 0.48309vw;
  }
  .pTop .worrie__bot--box p {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .worrie__bot--box p span {
    color: #B23A48;
  }
  .pTop .worrie__bot--box h4 {
    margin-top: 2.41546vw;
    background: var(--color2);
    padding: 3.86473vw 0 5.7971vw;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 600;
  }
  .pTop .worrie__bot--box h4 span {
    background: #EAFF00;
    color: var(--color2);
    font-size: 6.76329vw;
    line-height: 1;
    padding: 1.20773vw 1.20773vw;
    display: inline-block;
    margin-top: 1.44928vw;
  }
  .pTop .recover {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__know {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85.50725vw;
    height: 26.57005vw;
    background: url("../img/recoverKnow.webp") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 600;
    padding-top: 9.61836vw;
    top: -14.49275vw;
  }
  .pTop .recover__main {
    background: #fff url("../img/recoverBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 15.94203vw 3.62319vw 14.49275vw;
  }
  .pTop .recover__main--title {
    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;
    max-width: 384px;
    width: 100%;
    margin: auto;
  }
  .pTop .recover__main--title::before, .pTop .recover__main--title::after {
    content: "";
    width: 3.38164vw;
    height: 44.92754vw;
    background: url("../img/recoverEdge.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .recover__main--title::before {
    margin-right: 0vw;
  }
  .pTop .recover__main--title::after {
    margin-left: 0vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .recover__main--title--inner {
    text-align: center;
    line-height: 0;
    display: inline-block;
  }
  .pTop .recover__main--title--inner em {
    font-size: 3.62319vw;
    line-height: 4.34783vw;
    font-weight: 600;
    color: var(--color1);
    display: inline-block;
    font-style: normal;
  }
  .pTop .recover__main--title--inner h2 {
    font-size: 8.21256vw;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color2);
    margin: 1.44928vw 0 2.41546vw;
  }
  .pTop .recover__main--title--inner p {
    font-size: 3.62319vw;
    line-height: 1.8;
    font-weight: 500;
    color: var(--color1);
  }
  .pTop .recover__main--title--inner p span {
    font-weight: 600;
    color: #B23A48;
  }
  .pTop .recover__main--list {
    margin-top: 7.72947vw;
  }
  .pTop .recover__main--list article {
    width: 100%;
  }
  .pTop .recover__main--list article figure {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__main--list article figure img {
    width: 100%;
    height: 51.44928vw;
    object-fit: cover;
  }
  .pTop .recover__main--list article figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color2);
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.35;
    font-weight: 600;
    padding: 1.93237vw 3.86473vw;
  }
  .pTop .recover__main--list article h3 {
    font-size: 4.83092vw;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color2);
    margin-top: 3.86473vw;
  }
  .pTop .recover__main--list article .txt {
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 1.44928vw;
  }
  .pTop .recover__main--list article + article {
    margin-top: 9.66184vw;
  }
  .pTop .recover__caution {
    padding: 14.25121vw 0 10.08937vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #E8EEF2;
  }
  .pTop .recover__caution::before {
    position: absolute;
    content: "";
    width: 37.65217vw;
    height: 8.43237vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .recover__caution--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .recover__caution--title--inner {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.83092vw;
    line-height: 1.6;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .recover__caution--title--inner::before {
    position: absolute;
    content: "";
    width: 38.64734vw;
    height: 38.64734vw;
    background: url("../img/recoverCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
    top: -16.66667vw;
  }
  .pTop .recover__caution--title--inner span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .pTop .recover__caution--title--inner span::before {
    position: absolute;
    content: "";
    width: 0.96618vw;
    height: 0.96618vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--color2);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -0.72464vw;
    display: none;
  }
  .pTop .recover__caution--title--inner em {
    font-style: normal;
    color: #fff;
    display: inline-block;
    padding: 0 1.20773vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .recover__caution--title--inner em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6.76329vw;
    background: var(--color2);
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .recover__caution--fig {
    margin-top: 1.44928vw;
  }
  .pTop .recover__caution--fig figure {
    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;
  }
  .pTop .recover__caution--fig figure img {
    width: 31.15942vw;
    height: 31.15942vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 1.69082vw;
  }
  .pTop .recover__caution--fig figure figcaption {
    width: 56.9058vw;
    height: 17.8744vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 5.07246vw;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 9.21014vw;
  }
  .pTop .recover__caution--fig figure figcaption::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/recoverMess_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    -webkit-filter: drop-shadow(0 0 2.41546vw rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0 0 2.41546vw rgba(0, 0, 0, 0.05));
  }
  .pTop .compare {
    background: url("../img/compareBg_sp.webp") bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 13.52657vw 0 15.94203vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare::before {
    position: absolute;
    content: "";
    width: 0.48309vw;
    height: 17.3913vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -8.69565vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(180deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .compare__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-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .compare__title--inner {
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    line-height: 0;
  }
  .pTop .compare__title--inner em {
    font-size: 5.7971vw;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    color: var(--color1);
  }
  .pTop .compare__title--inner h2 {
    font-size: 9.66184vw;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color2);
    margin-top: 3.1401vw;
  }
  .pTop .compare__title--inner h2 span {
    background: -webkit-linear-gradient(359.7deg, #1D3B7E 0%, #0094BE 99.89%);
    background: -moz- oldlinear-gradient(359.7deg, #1D3B7E 0%, #0094BE 99.89%);
    background: linear-gradient(90.3deg, #1D3B7E 0%, #0094BE 99.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    position: relative;
    display: inline-block;
  }
  .pTop .compare__title--inner h2 span::before, .pTop .compare__title--inner h2 span::after {
    position: absolute;
    content: "";
    width: 1.44928vw;
    height: 1.44928vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--color2);
    top: -1.44928vw;
  }
  .pTop .compare__title--inner h2 span::before {
    left: 4.34783vw;
  }
  .pTop .compare__title--inner h2 span::after {
    left: 13.76812vw;
  }
  .pTop .compare__table {
    max-width: 92.75362vw;
    width: 100%;
    margin: 8.21256vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .compare__table::before {
    position: absolute;
    content: "";
    width: 28.01932vw;
    height: -webkit-calc(100% + 4.34783vw);
    height: -moz-calc(100% + 4.34783vw);
    height: calc(100% + 4.34783vw);
    background: #fff;
    left: 21.01449vw;
    top: -2.657vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    pointer-events: none;
    z-index: -1;
  }
  .pTop .compare__table::after {
    position: absolute;
    content: "";
    width: 28.01932vw;
    height: -webkit-calc(100% + 4.34783vw);
    height: -moz-calc(100% + 4.34783vw);
    height: calc(100% + 4.34783vw);
    border: 2px solid var(--color2);
    left: 21.01449vw;
    top: -2.657vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    pointer-events: none;
  }
  .pTop .compare__table table {
    width: 100%;
    border-collapse: collapse;
  }
  .pTop .compare__table table thead tr th {
    width: 22.2029vw;
  }
  .pTop .compare__table table thead tr th:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .pTop .compare__table table thead tr th:nth-of-type(1) {
    width: 21.37198vw;
  }
  .pTop .compare__table table thead tr th:nth-of-type(2) {
    width: 27.53623vw;
  }
  .pTop .compare__table table thead tr th span {
    width: 100%;
    background: #A4A4A4;
    color: #fff;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 3.7343vw;
    line-height: 1.35;
    font-weight: 500;
    padding: 4.58937vw 0;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 1.20773vw 1.20773vw 0 0;
         border-radius: 1.20773vw 1.20773vw 0 0;
  }
  .pTop .compare__table table thead tr th span.special {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border-bottom: 1px solid #ccc;
  }
  .pTop .compare__table table thead tr th span.special::after {
    position: absolute;
    content: "調査会社";
    width: 100%;
    height: 16.66667vw;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.56522vw;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    background: #fff;
    color: var(--color2);
    -moz-border-radius: 1.20773vw 1.20773vw 0 0;
         border-radius: 1.20773vw 1.20773vw 0 0;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td:nth-of-type(1) {
    border-bottom: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr:not(:last-of-type) td:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
  .pTop .compare__table table tbody tr td {
    vertical-align: middle;
    text-align: center;
    background: #E1E1E1;
  }
  .pTop .compare__table table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
  .pTop .compare__table table tbody tr td:nth-of-type(2) {
    background: #fff;
  }
  .pTop .compare__table table tbody tr td span {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 8.29952vw;
    height: 8.29952vw;
  }
  .pTop .compare__table table tbody tr td span.double {
    background: url("../img/compareDoubleCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.circle {
    background: url("../img/compareSingleCircle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.circle2 {
    background: url("../img/compareSingleCircle2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .compare__table table tbody tr td span.cross {
    background: url("../img/comparePlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pTop .compare__table table tbody tr td:nth-of-type(1) {
    background: var(--color2);
    color: #fff;
    font-size: 2.49034vw;
    line-height: 1.35;
    font-weight: 500;
    padding: 3.86473vw 1.20773vw;
    text-align: center;
  }
  .pTop .ferture {
    padding: 18.11594vw 0 0;
  }
  .pTop .ferture__title {
    text-align: center;
  }
  .pTop .ferture__title p {
    font-size: 7.72947vw;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color2);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .ferture__title p::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    color: rgba(14, 31, 82, 0.1);
    font-family: var(--font4);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -8.45411vw;
  }
  .pTop .ferture__title p span {
    background: -webkit-linear-gradient(357.92deg, #1D3B7E 0%, #0094BE 99.12%);
    background: -moz- oldlinear-gradient(357.92deg, #1D3B7E 0%, #0094BE 99.12%);
    background: linear-gradient(92.08deg, #1D3B7E 0%, #0094BE 99.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .ferture__title h2 {
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
    color: var(--color1);
    margin-top: 0.24155vw;
  }
  .pTop .ferture__list {
    counter-reset: ar;
    margin-top: 6.76329vw;
  }
  .pTop .ferture__list article {
    counter-increment: ar;
  }
  .pTop .ferture__list article + article {
    margin-top: 12.07729vw;
  }
  .pTop .ferture__list article figure {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .ferture__list article figure img {
    width: 100%;
    height: 52.17391vw;
    object-fit: cover;
  }
  .pTop .ferture__list article figure::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 48.30918vw;
    background: #E8EEF2;
    top: 7.48792vw;
    z-index: -1;
  }
  .pTop .ferture__list article .arCon {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 9.42029vw 0 0;
  }
  .pTop .ferture__list article .arCon h3 {
    font-size: 5.7971vw;
    line-height: 1.35;
    font-weight: 700;
    color: var(--color2);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5.31401vw 18.35749vw;
  }
  .pTop .ferture__list article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 18.35749vw;
    line-height: 1;
    font-family: var(--font3);
    background: -webkit-linear-gradient(319.5deg, #1D3B7E 0%, #0094BE 93.28%);
    background: -moz- oldlinear-gradient(319.5deg, #1D3B7E 0%, #0094BE 93.28%);
    background: linear-gradient(130.5deg, #1D3B7E 0%, #0094BE 93.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    left: 0;
    top: 0;
  }
  .pTop .ferture__list article .arCon h3::after {
    position: absolute;
    content: "";
    width: 28.98551vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(90deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    left: 0;
    bottom: 0;
  }
  .pTop .ferture__list article .arCon .txt {
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color1);
    margin-top: 3.86473vw;
  }
  .pTop .ferture__list article .arCon .txt span {
    color: #E67B02;
    font-weight: 600;
  }
  .pTop .ferture__list article:nth-of-type(odd) figure::after {
    right: 11.11111vw;
  }
  .pTop .ferture__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;
  }
  .pTop .ferture__list article:nth-of-type(even) figure::after {
    left: 11.11111vw;
  }
  .pTop .ferture__note {
    background: url("../img/worrieBg2_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 7.24638vw;
  }
  .pTop .ferture__note::before {
    position: absolute;
    content: "";
    width: 26.3285vw;
    height: 5.31401vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -0.48309vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .ferture__note--main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 9.89855vw 3.62319vw 8.40097vw 3.62319vw;
  }
  .pTop .ferture__note--main::before {
    position: absolute;
    content: "";
    width: 44.79469vw;
    height: 56.03865vw;
    background: url("../img/fertureMan.webp") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -6.57971vw;
    bottom: 28.01932vw;
    z-index: -1;
  }
  .pTop .ferture__note--main p {
    font-size: 5.31401vw;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
  }
  .pTop .ferture__note--main p small {
    font-size: 3.72947vw;
    line-height: 1.5;
  }
  .pTop .ferture__note--main p span {
    font-size: 7.09179vw;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 1.20773vw;
    -webkit-text-decoration-color: #EAFF00;
       -moz-text-decoration-color: #EAFF00;
            text-decoration-color: #EAFF00;
  }
  .pTop .ferture__note--main p:nth-of-type(2) {
    font-size: 25.04px;
    line-height: 1.6;
    margin-top: 2.41546vw;
  }
  .pTop .ferture__note--main p:nth-of-type(2) em {
    font-size: 7.00483vw;
    font-weight: 600;
    font-style: normal;
    background: #EAFF00;
    padding: 0.72464vw;
    color: var(--color2);
  }
  .pTop .work {
    padding: 13.52657vw 0 12.07729vw;
    background: url("../img/workBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .work__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    color: rgba(14, 31, 82, 0.1);
    font-family: var(--font4);
    font-weight: 600;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .work__main h2 span {
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .work__main .list {
    max-width: 92.75362vw;
    width: 100%;
    margin: 7.72947vw auto 0;
  }
  .pTop .work__main .list article {
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.08);
    padding: 4.83092vw 3.86473vw 7.72947vw;
  }
  .pTop .work__main .list article::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .work__main .list article + article {
    margin-top: 4.83092vw;
  }
  .pTop .work__main .list article .info {
    float: left;
    width: -webkit-calc(100% - 27.53623vw);
    width: -moz-calc(100% - 27.53623vw);
    width: calc(100% - 27.53623vw);
  }
  .pTop .work__main .list article .info h3 {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
    padding: 0 0 0 4.10628vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__main .list article .info h3::before {
    position: absolute;
    content: "";
    width: 0.48309vw;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(top, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(180deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .work__main .list article .info span {
    display: block;
    margin-top: 1.93237vw;
    font-size: 3.62319vw;
    line-height: 1.35;
    font-weight: 500;
    color: var(--color1);
  }
  .pTop .work__main .list article .info em {
    display: inline-block;
    font-size: 4.34783vw;
    line-height: 5.7971vw;
    font-weight: 500;
    color: #fff;
    background: var(--color2);
    padding: 0.48309vw 1.93237vw;
    margin-top: 1.44928vw;
    font-style: normal;
  }
  .pTop .work__main .list article figure {
    width: 25.12077vw;
    margin-left: 2.41546vw;
    margin-top: 2.17391vw;
    float: right;
  }
  .pTop .work__main .list article figure img {
    width: 100%;
    height: 25.12077vw;
    object-fit: cover;
  }
  .pTop .work__main .list article .txt {
    width: 100%;
    margin-top: 3.86473vw;
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 400;
    float: left;
  }
  .pTop .work__main .list article .txt span {
    color: #E67B02;
    font-weight: 600;
  }
  .pTop .work__main .note {
    margin-top: 3.62319vw;
    font-size: 2.657vw;
    line-height: 1.8;
    font-weight: 400;
    color: #656565;
  }
  .pTop .result {
    background: url("../img/resultBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .result__main {
    padding-top: 15.45894vw;
    padding-bottom: 12.07729vw;
  }
  .pTop .result__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .result__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-family: var(--font4);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .result__main--box {
    max-width: 92.75362vw;
    width: 100%;
    margin: 7.72947vw auto 0;
    background: #E8EEF2;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.08);
    padding: 5.7971vw 3.86473vw;
  }
  .pTop .result__main--box ul li {
    width: 100%;
    padding: 3.86473vw 3.38164vw 4.34783vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .pTop .result__main--box ul li + li {
    margin-top: 5.7971vw;
  }
  .pTop .result__main--box ul li dl {
    width: 22.94686vw;
  }
  .pTop .result__main--box ul li dl dt {
    background: #C4C9CC;
    text-align: center;
    font-size: 3.1401vw;
    line-height: 1;
    font-weight: 600;
    padding: 1.93237vw 0;
  }
  .pTop .result__main--box ul li dl dd {
    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;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 600;
    color: var(--color1);
    margin-top: 2.89855vw;
    white-space: nowrap;
  }
  .pTop .result__main--box ul li dl dd span {
    font-size: 11.5942vw;
    line-height: 0.7;
    font-weight: 700;
    font-family: var(--font3);
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) {
    width: 35.74879vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .result__main--box ul li dl:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 12.82126vw;
    height: 8.21256vw;
    background: url("../img/resultArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 8.69565vw;
    left: -15.77778vw;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dt {
    background: var(--color2);
    text-align: center;
    font-size: 3.86473vw;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    padding: 1.44928vw 0;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dd {
    font-size: 4.83092vw;
    margin-top: 2.41546vw;
  }
  .pTop .result__main--box ul li dl:nth-of-type(2) dd span {
    font-size: 19.32367vw;
    line-height: 1;
    margin-bottom: -3.62319vw;
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .result__main .note {
    font-size: 2.657vw;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    margin-top: 4.58937vw;
  }
  .pTop .flow {
    padding: 13.52657vw 0 9.66184vw;
    background: url("../img/flowGrid_sp.webp") 0 0 repeat;
  }
  .pTop .flow__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .flow__main h2 span {
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .flow__main .list {
    margin-top: 7.72947vw;
  }
  .pTop .flow__main .list article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0vw 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main .list article::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.48309vw;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1D3B7E), color-stop(50%, #0094BE));
    background: -webkit-linear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: -moz- oldlinear-gradient(left, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
    background: linear-gradient(90deg, #1D3B7E 50%, #0094BE 50% #0094BE 100%);
  }
  .pTop .flow__main .list article figure {
    width: 21.25604vw;
    margin-right: 3.86473vw;
  }
  .pTop .flow__main .list article figure img {
    width: 21.25604vw;
    height: 21.25604vw;
    object-fit: cover;
  }
  .pTop .flow__main .list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .flow__main .list article .arCon h3 {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .flow__main .list article .arCon .txt {
    font-size: 3.1401vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.96618vw;
  }
  .pTop .flow__main .list article + article {
    margin-top: 5.7971vw;
  }
  .pTop .price {
    padding: 11.5942vw 0 9.66184vw;
    background: url("../img/priceBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .price__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    color: #fff;
    font-weight: 700;
  }
  .pTop .price__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(255, 255, 255, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .price__main .list {
    margin: 5.7971vw 0 0vw;
    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 .price__main .list dl {
    background: #fff;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    padding: 13.04348vw 4.10628vw 2.17391vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 28.26087vw;
  }
  .pTop .price__main .list dl::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .price__main .list dl dt {
    position: relative;
    text-align: center;
    color: #fff;
    background: var(--color2);
    font-size: 2.89855vw;
    line-height: 5.31401vw;
    font-weight: 600;
  }
  .pTop .price__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 2.657vw;
    height: 1.20773vw;
    background: var(--color2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.20773vw;
  }
  .pTop .price__main .list dl dd {
    margin-top: 1.93237vw;
    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;
    padding: 0 0 0 6.28019vw;
  }
  .pTop .price__main .list dl dd .num {
    background: -webkit-linear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: -moz- oldlinear-gradient(336.54deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    background: linear-gradient(113.46deg, #0BC1F5 3.78%, #1D3B7E 92.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 18.35749vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font3);
    margin-bottom: -4.10628vw;
  }
  .pTop .price__main .list dl dd .unit {
    font-size: 4.10628vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: var(--color2);
    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;
    position: relative;
  }
  .pTop .price__main .list dl dd .unit::after {
    content: attr(data-after);
    font-size: 2.657vw;
    line-height: 1;
    font-weight: 400;
    color: inherit;
  }
  .pTop .price__main .list dl dd .unit::before {
    position: absolute;
    content: attr(data-before);
    white-space: nowrap;
    font-size: 1.93237vw;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color2);
    top: -2.89855vw;
    left: 0;
  }
  .pTop .price__main .list dl.st1::before {
    width: 9.66184vw;
    height: 9.66184vw;
    background: url("../img/priceImg01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 2.41546vw;
  }
  .pTop .price__main .list dl.st2::before {
    width: 9.17874vw;
    height: 9.17874vw;
    background: url("../img/priceImg02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 2.41546vw;
  }
  .pTop .price__main .list dl.st3::before {
    width: 9.27536vw;
    height: 9.27536vw;
    background: url("../img/priceImg03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 2.41546vw;
  }
  .pTop .price__main .list dl.st3 dd {
    padding: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .price__main .note {
    margin-top: 5.7971vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
  }
  .pTop .price__main .note span {
    text-decoration: underline;
    -webkit-text-decoration-color: #EAFF00;
       -moz-text-decoration-color: #EAFF00;
            text-decoration-color: #EAFF00;
    text-decoration-thickness: 0.48309vw;
    text-underline-offset: 0.72464vw;
  }
  .pTop .faq {
    padding: 13.52657vw 0 9.66184vw;
  }
  .pTop .faq__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .faq__main h2 span {
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .faq__main .list {
    margin-top: 7.72947vw;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .faq__main .list dl dt {
    background: var(--color2);
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 600;
    padding: 3.86473vw 9.66184vw 3.86473vw 11.83575vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before, .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 4.25604vw;
    height: 1px;
    background: #fff;
    right: 4.63527vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main .list dl dt::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
       -moz-transform: translateY(-50%) rotate(270deg);
        -ms-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt i {
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 1;
    font-family: var(--font4);
    font-weight: 500;
    position: absolute;
    left: 3.86473vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color1);
    padding: 0vw 3.86473vw 3.86473vw 11.11111vw;
    margin-top: 3.86473vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "A.";
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 1;
    font-family: var(--font4);
    font-weight: 500;
    left: 3.86473vw;
    top: 0;
    color: var(--color2);
  }
  .pTop .company {
    padding: 13.52657vw 0 9.66184vw;
    background: #F8F8F8;
  }
  .pTop .company__main h2 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .company__main h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 11.5942vw;
    line-height: 17.3913vw;
    font-weight: 600;
    font-family: var(--font4);
    color: rgba(14, 31, 82, 0.1);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.72947vw;
  }
  .pTop .company__main h2 span {
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
    background: -webkit-linear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: -moz- oldlinear-gradient(354.02deg, #1D3B7E 0%, #0094BE 98.1%);
    background: linear-gradient(95.98deg, #1D3B7E 0%, #0094BE 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  }
  .pTop .company__main .info {
    margin-top: 7.72947vw;
  }
  .pTop .company__main .info figure {
    width: 100%;
  }
  .pTop .company__main .info figure img {
    width: 100%;
    height: auto;
  }
  .pTop .company__main .info .list {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .pTop .company__main .info .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color1);
    padding-bottom: 3.86473vw;
    border-bottom: 1px solid #DDDDDD;
  }
  .pTop .company__main .info .list dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .company__main .info .list dl dt {
    font-weight: 600;
    width: 21.25604vw;
  }
  .pTop .company__main .info .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--content {
    padding: 9.66184vw 0;
  }
  .pChild__main--content h2 {
    text-align: center;
    font-size: 7.24638vw;
    line-height: 10.38647vw;
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 10.38647vw;
  }
  .pChild__main--content .btnBack {
    text-align: center;
    margin-top: 9.66184vw;
  }
  .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: 84.54106vw;
    height: 17.8744vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: var(--color2);
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .btnBack a::before {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    -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: 7.72947vw;
  }
  .pChild__main--content .law dl {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: var(--color1);
  }
  .pChild__main--content .law dl dt {
    font-weight: 600;
  }
  .pChild__main--content .law dl dd {
    font-weight: 400;
  }
  .pChild__main--content .law dl + dl {
    margin-top: 5.7971vw;
  }
}

.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%);
  }
}
