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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'UDShinDB';
  src: url("../fonts/A-OTF-UDShinMGoPro-DeBold.otf");
}

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333;
}

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

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

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

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    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 22.5px 9px 40.5px;
    background: #fff;
    -moz-box-shadow: 0px 3.5px 9.3px 0.7px rgba(0, 0, 0, 0.05);
         box-shadow: 0px 3.5px 9.3px 0.7px rgba(0, 0, 0, 0.05);
  }
  .header__logo {
    display: block;
    width: 252.5px;
    line-height: 0;
  }
  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right ul li + li {
    margin-left: 20px;
  }
  .header__right ul li.tel a {
    position: relative;
    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;
    padding-left: 45px;
  }
  .header__right ul li.tel a span {
    white-space: nowrap;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.04em;
    font-family: 'FuturaBold';
  }
  .header__right ul li.tel a time {
    font-size: 12px;
    line-height: 1;
    color: #333333;
    letter-spacing: 0.04em;
    margin-top: 6.5px;
  }
  .header__right ul li.tel a::before {
    position: absolute;
    content: "";
    width: 36.5px;
    height: 37.5px;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__right ul li.line {
    line-height: 0;
    width: 52px;
  }
  .header__right ul li.line a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__right ul li.line a img {
    width: 100%;
    height: auto;
  }
  .header__right ul li.mail {
    width: 258.5px;
  }
  .header__right ul li.mail a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #ff9d11), color-stop(52%, #ff8201));
    background: -webkit-linear-gradient(top, #ff9d11 52%, #ff8201 52%);
    background: -moz- oldlinear-gradient(top, #ff9d11 52%, #ff8201 52%);
    background: linear-gradient(180deg, #ff9d11 52%, #ff8201 52%);
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: 18px;
    font-family: 'RoGSanSerifB';
    font-weight: 700;
    padding: 0 0 0 11px;
  }
  .header__right ul li.mail a::before {
    content: "";
    width: 22.5px;
    height: 22px;
    background: url("../img/headerMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 6px;
  }
  .header.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pTop .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.5px 0 0px;
    background: #009e6a;
  }
  .pTop .mv__pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-filter: drop-shadow(0px 8px 5.58px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 8px 5.58px rgba(0, 0, 0, 0.1));
  }
  .pTop .mv__pos picture {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 195px), 50% 100%, 0 -webkit-calc(100% - 195px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 195px), 50% 100%, 0 -moz-calc(100% - 195px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 195px), 50% 100%, 0 calc(100% - 195px));
  }
  .pTop .mv__pos picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    background: rgba(240, 248, 245, 0.78);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 195px), 50% 100%, 0 -webkit-calc(100% - 195px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 195px), 50% 100%, 0 -moz-calc(100% - 195px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 195px), 50% 100%, 0 calc(100% - 195px));
  }
  .pTop .mv__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1032px;
    margin: auto;
  }
  .pTop .concern {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #BFE8DA;
    overflow: hidden;
  }
  .pTop .concern__main {
    padding: 57px 0 87px;
  }
  .pTop .concern__main--inner {
    max-width: 1000px;
  }
  .pTop .concern__main--inner h2 {
    text-align: center;
    margin-bottom: 19px;
    line-height: 0;
  }
  .pTop .concern__main--inner h2 em {
    font-style: normal;
    display: inline-block;
    font-size: 38px;
    line-height: 55px;
    letter-spacing: -0.03em;
    color: #333333;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    position: relative;
    padding: 4px 38px 38px 55px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/concernMess.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .concern__main--inner h2 em span {
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #009E6A;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .pTop .concern__main--inner h2 em span::before {
    position: absolute;
    content: "";
    width: 34px;
    height: 42px;
    background: url("../img/concernIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -25.17px;
    right: -24.16px;
  }
  .pTop .concern__main--inner 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -12px 0;
  }
  .pTop .concern__main--inner ul li {
    width: 380px;
    height: 162px;
    margin: 12px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 28px;
    border: 2px solid #009E6A;
  }
  .pTop .concern__main--inner ul li::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    height: -webkit-calc(100% + 8px);
    height: -moz-calc(100% + 8px);
    height: calc(100% + 8px);
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .concern__main--inner ul li.st1 {
    background: #fff url("../img/concernImg01.webp") right center no-repeat;
    -moz-background-size: 162px 162px;
         background-size: 162px 162px;
  }
  .pTop .concern__main--inner ul li.st2 {
    background: #fff url("../img/concernImg02.webp") right center no-repeat;
    -moz-background-size: 162px 162px;
         background-size: 162px 162px;
  }
  .pTop .concern__main--inner ul li.st3 {
    background: #fff url("../img/concernImg03.webp") right center no-repeat;
    -moz-background-size: 162px 162px;
         background-size: 162px 162px;
  }
  .pTop .concern__main--inner ul li.st4 {
    background: #fff url("../img/concernImg04.webp") right center no-repeat;
    -moz-background-size: 162px 162px;
         background-size: 162px 162px;
  }
  .pTop .concern__main--inner ul li em {
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #333;
  }
  .pTop .concern__main--inner ul li em span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #ffc500), to(#ffc500));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
  }
  .pTop .problem {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 5;
    padding-bottom: 45px;
  }
  .pTop .problem::before {
    position: absolute;
    content: "";
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    width: 100%;
    height: -webkit-calc(100% + 42px);
    height: -moz-calc(100% + 42px);
    height: calc(100% + 42px);
    background: #5D5D5D;
    bottom: -42px;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 42px), 50% 100%, 0 -webkit-calc(100% - 42px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 42px), 50% 100%, 0 -moz-calc(100% - 42px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px));
  }
  .pTop .problem::after {
    position: absolute;
    content: "でも";
    width: 97px;
    height: 97px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #333333;
    font-size: 30px;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    bottom: -97px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
  }
  .pTop .problem__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0;
  }
  .pTop .problem__main--title > em {
    font-style: normal;
    width: 406px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    background: #009E6A;
    -moz-border-radius: 11px;
         border-radius: 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7px;
    text-align: center;
    margin-top: -33px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .pTop .problem__main--title > em span {
    font-size: 38px;
  }
  .pTop .problem__main--title > em::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 12px;
    background: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .problem__main--title > h2 {
    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: -54px;
    line-height: 0;
  }
  .pTop .problem__main--title > h2::before {
    content: "";
    width: 117.46px;
    height: 149.65px;
    background: url("../img/problemIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 39.54px;
  }
  .pTop .problem__main--title > h2::after {
    content: "";
    width: 119px;
    height: 149.97px;
    background: url("../img/problemIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 36px;
  }
  .pTop .problem__main--title > h2 em {
    font-style: normal;
    font-size: 42px;
    line-height: 78px;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    color: #fff;
    display: inline-block;
  }
  .pTop .problem__main--title > h2 em span {
    font-size: 52px;
    line-height: 78px;
    font-weight: 900;
    color: #FEEB14;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .problem__main--title > h2 em span::before {
    position: absolute;
    content: "";
    width: 230.21px;
    height: 47px;
    background: url("../img/problemLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(5.51deg);
       -moz-transform: translateX(-50%) rotate(5.51deg);
        -ms-transform: translateX(-50%) rotate(5.51deg);
            transform: translateX(-50%) rotate(5.51deg);
    z-index: -1;
    bottom: -14.78px;
  }
  .pTop .problem__main--slider {
    margin-top: 48px;
  }
  .pTop .problem__main--slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .problem__main--slider .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .pTop .problem__main--slider .swiper-slide figure {
    width: 261px;
    margin: 0 13.5px;
  }
  .pTop .problem__main--slider .swiper-slide figure img {
    width: 100%;
    height: 197px;
    object-fit: cover;
  }
  .pTop .leave {
    background: #5EA78D url("../img/leaveBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 128px 0 42px;
  }
  .pTop .leave__main {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pTop .leave__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 69px;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__main h2 span {
    color: #FEEB14;
    font-size: 46px;
  }
  .pTop .leave__main h2::before {
    position: absolute;
    content: "";
    width: 108px;
    height: 95.9px;
    background: url("../img/leaveCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -16px;
    z-index: -1;
  }
  .pTop .leave__main .list {
    margin: 13px 0 0;
  }
  .pTop .leave__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: -10.5px -10.5px;
  }
  .pTop .leave__main .list ul li {
    width: 234px;
    background: #353938;
    margin: 10.5px;
    padding: 0 0 24px;
  }
  .pTop .leave__main .list ul li figure, .pTop .leave__main .list ul li picture {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__main .list ul li figure img, .pTop .leave__main .list ul li picture img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  }
  .pTop .leave__main .list ul li figure::before, .pTop .leave__main .list ul li picture::before {
    position: absolute;
    content: "";
    left: 13px;
    height: 39.5px;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(102, 102, 102, 0.25));
            filter: drop-shadow(0px 0px 5px rgba(102, 102, 102, 0.25));
  }
  .pTop .leave__main .list ul li h3 {
    text-align: center;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #FEEB14;
  }
  .pTop .leave__main .list ul li p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    padding: 0 15px;
    margin-top: 10px;
  }
  .pTop .leave__main .list ul li.st1 figure, .pTop .leave__main .list ul li.st1 picture {
    padding: 20px 17px 0 12px;
    margin-bottom: 6px;
  }
  .pTop .leave__main .list ul li.st1 figure::before, .pTop .leave__main .list ul li.st1 picture::before {
    width: 59px;
    top: 20px;
    background: url("../img/leaveNum01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st2 {
    margin-top: 32.5px;
  }
  .pTop .leave__main .list ul li.st2 figure, .pTop .leave__main .list ul li.st2 picture {
    padding: 19px 19px 0 13px;
    margin-bottom: 6px;
  }
  .pTop .leave__main .list ul li.st2 figure::before, .pTop .leave__main .list ul li.st2 picture::before {
    width: 62.5px;
    top: 20px;
    background: url("../img/leaveNum02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st3 {
    margin-top: 32.5px;
  }
  .pTop .leave__main .list ul li.st3 figure, .pTop .leave__main .list ul li.st3 picture {
    padding: 22px 8px 0 19px;
    margin-bottom: 6px;
  }
  .pTop .leave__main .list ul li.st3 figure::before, .pTop .leave__main .list ul li.st3 picture::before {
    width: 63px;
    top: 22px;
    left: 11px;
    background: url("../img/leaveNum03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st4 figure, .pTop .leave__main .list ul li.st4 picture {
    padding: 16px 14px 0 10px;
    margin-bottom: 6px;
  }
  .pTop .leave__main .list ul li.st4 figure::before, .pTop .leave__main .list ul li.st4 picture::before {
    width: 65.5px;
    top: 20px;
    left: 11px;
    background: url("../img/leaveNum04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .solve {
    background: #fff;
    position: relative;
    z-index: 4;
  }
  .pTop .solve__main {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  .pTop .solve__main picture {
    text-align: right;
  }
  .pTop .solve__main picture img {
    width: 1102px;
    margin-top: -35px;
  }
  .pTop .reason {
    position: relative;
    z-index: 5;
    margin-top: -150px;
    padding: 38px 0 67px;
    background: url("../img/reasonBg.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .reason__main {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 678px;
  }
  .pTop .reason__main .list {
    margin: 15.5px -12px -12.5px;
    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;
    counter-reset: ar;
  }
  .pTop .reason__main .list article {
    width: 282px;
    background: #fff;
    counter-increment: ar;
    padding: 17px 17px 35px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 2.74895px 2.74895px 10.3086px 1.37448px rgba(0, 0, 0, 0.05);
         box-shadow: 2.74895px 2.74895px 10.3086px 1.37448px rgba(0, 0, 0, 0.05);
    margin: 12.5px 12px;
  }
  .pTop .reason__main .list article::before {
    position: absolute;
    content: counter(ar);
    font-size: 26px;
    line-height: 35px;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    color: #009E6A;
    background: #FEEB14;
    width: 75px;
    height: 75px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: -2px;
    top: -2px;
    padding: 6px 0 0 16px;
  }
  .pTop .reason__main .list article figure {
    width: 100%;
  }
  .pTop .reason__main .list article figure img {
    width: 100%;
    height: 154px;
    object-fit: cover;
  }
  .pTop .reason__main .list article h3 {
    margin-top: 12px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    font-family: "M PLUS 1",sans-serif;
    font-weight: 800;
    color: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 9.81px;
  }
  .pTop .reason__main .list article h3::after {
    position: absolute;
    content: "";
    width: 35.4px;
    height: 2px;
    background: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .reason__main .list article p {
    margin-top: 10.19px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    text-align: justify;
  }
  .pTop .basic {
    background: url("../img/basicGrid.webp") 0 0 repeat;
    padding: 0 0 78px;
  }
  .pTop .basic__title {
    padding: 27px 0 51px;
    background: url("../img/basicBg.webp") bottom center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #fff;
    text-align: center;
    margin-bottom: 57px;
    font-family: 'M PLUS 1',sans-serif;
  }
  .pTop .basic__title h2 {
    font-size: 56px;
    line-height: 84px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 16px;
  }
  .pTop .basic__title h2::after {
    position: absolute;
    content: "Service";
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #BFE8DA;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .basic__title p {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 10px;
  }
  .pTop .basic__list {
    max-width: 1030px;
    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 auto;
  }
  .pTop .basic__list figure, .pTop .basic__list picture {
    width: 227px;
    height: 227px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    margin: 16.5px 15px;
  }
  .pTop .basic__list figure figcaption, .pTop .basic__list picture figcaption {
    background: #009E6A;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    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;
    height: 56px;
  }
  .pTop .basic__list figure figcaption.spec, .pTop .basic__list picture figcaption.spec {
    line-height: 1.2;
  }
  .pTop .basic__list figure img, .pTop .basic__list picture img {
    width: 100%;
    height: 171px;
    object-fit: cover;
  }
  .pTop .basic__list.st2 {
    max-width: 1228px;
    margin: -14px auto;
  }
  .pTop .basic__list.st2 figure, .pTop .basic__list.st2 picture {
    width: 217px;
    height: 217px;
    margin: 14px;
  }
  .pTop .basic__list.st2 figure figcaption, .pTop .basic__list.st2 picture figcaption {
    font-size: 18px;
    line-height: 1.5;
    height: 53px;
  }
  .pTop .basic__list.st2 figure figcaption.spec, .pTop .basic__list.st2 picture figcaption.spec {
    line-height: 1.2;
  }
  .pTop .basic__list.st2 figure img, .pTop .basic__list.st2 picture img {
    height: 164px;
  }
  .pTop .basic__plus {
    text-align: center;
    line-height: 0;
    margin: 31px 0 28px;
  }
  .pTop .basic__plus img {
    width: 39px;
  }
  .pTop .basic__sub {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 1.5;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
    padding: 19px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #009E6A;
    border-bottom: 11px solid #BFE8DA;
    margin-bottom: 57px;
  }
  .pTop .price {
    padding: 43px 0 0px;
    background: #BFE8DA;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 387px;
    background: #009E6A url("../img/priceBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 0;
  }
  .pTop .price h2 {
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 30px;
  }
  .pTop .price h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #BFE8DA;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
  }
  .pTop .price__sub {
    text-align: center;
    line-height: 0;
    margin-top: 15px;
  }
  .pTop .price__sub em {
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
    font-family: "M PLUS 1",sans-serif;
    font-weight: 700;
    color: #333333;
    background: #FEEB14;
    -moz-border-radius: 45px;
         border-radius: 45px;
    padding: 8px 123px 13px 54px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .price__sub em span {
    font-size: 26px;
  }
  .pTop .price__sub em::after {
    position: absolute;
    content: "";
    width: 95px;
    height: 127px;
    background: url("../img/priceMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 21px;
    bottom: -22px;
  }
  .pTop .price__sub em::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 27px;
    background: url("../img/priceLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -11.37px;
    right: 120.5px;
  }
  .pTop .price__main {
    max-width: 902px;
    margin-top: 70px;
  }
  .pTop .price__main--table {
    width: 100%;
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
         box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 25px 0 0;
         border-radius: 0 25px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__main--table::before {
    position: absolute;
    content: "";
    width: 273px;
    height: -webkit-calc(100% + 53px);
    height: -moz-calc(100% + 53px);
    height: calc(100% + 53px);
    border: 3px solid #FF8D00;
    left: 155px;
    top: -31px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    pointer-events: none;
  }
  .pTop .price__main--table table {
    border-collapse: collapse;
    width: 100%;
  }
  .pTop .price__main--table table thead tr th:not(:last-of-type) {
    border-right: 1px solid #C5C5C5;
  }
  .pTop .price__main--table table thead tr th:first-of-type {
    border: none;
    width: 155px;
  }
  .pTop .price__main--table table thead tr th:nth-of-type(2) {
    width: 273px;
  }
  .pTop .price__main--table table thead tr th:last-of-type span {
    -moz-border-radius: 0 8px 0 0;
         border-radius: 0 8px 0 0;
  }
  .pTop .price__main--table table thead tr th span {
    width: 100%;
    background: #333;
    color: #fff;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.5;
    font-family: "M PLUS 1",sans-serif;
    font-weight: 500;
    padding: 9px 0 5px;
  }
  .pTop .price__main--table table thead tr th span.special {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__main--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: 32px;
    font-family: "M PLUS 1", sans-serif;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    background: #FF8D00;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
  }
  .pTop .price__main--table table tbody tr {
    border-bottom: 2px solid #C5C5C5;
    background: #fff;
  }
  .pTop .price__main--table table tbody tr:nth-of-type(even) {
    background: #F9F9F9;
  }
  .pTop .price__main--table table tbody tr td {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    padding: 17px 0;
    color: #333;
  }
  .pTop .price__main--table table tbody tr td span {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
  }
  .pTop .price__main--table table tbody tr td small {
    font-size: 20px;
    line-height: 1.5;
  }
  .pTop .price__main--table table tbody tr td em {
    font-style: normal;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: -17px 0;
    padding: 17px 0;
  }
  .pTop .price__main--table table tbody tr td em::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% + 24px);
    height: -moz-calc(100% + 24px);
    height: calc(100% + 24px);
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -24px;
    z-index: -1;
    -moz-border-radius: 0 0 5px 5px;
         border-radius: 0 0 5px 5px;
  }
  .pTop .price__main--table table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #C5C5C5;
  }
  .pTop .price__main--table table tbody tr td:nth-of-type(2) span {
    color: #FF8D00;
    font-size: 43px;
    line-height: 45px;
  }
  .pTop .price__main--table table tbody tr td:nth-of-type(2) small {
    font-size: 25px;
  }
  .pTop .price__main--note {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #626564;
  }
  .pTop .price__main--zero {
    margin-top: -24px;
    line-height: 0;
  }
  .pTop .cta {
    background: #FF8D00;
    padding: 36px 0 38px;
  }
  .pTop .cta__main {
    max-width: 902px;
  }
  .pTop .cta__main--top {
    width: 551px;
    margin-left: auto;
    margin-right: 43.05px;
    height: 166px;
    text-align: center;
    padding: 9px 0 0 14px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--top h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1',sans-serif;
    color: #333;
  }
  .pTop .cta__main--top h3 span {
    font-size: 50px;
    color: #FF8D00;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--top h3 span::after {
    position: absolute;
    content: "";
    width: 19.5px;
    height: 21px;
    background: url("../img/ctaIllus01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -16.5px;
    top: -2px;
  }
  .pTop .cta__main--top p {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 500;
    color: #333;
  }
  .pTop .cta__main--top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/ctaUnion.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.05));
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__main--top::before {
    position: absolute;
    content: "";
    width: 232px;
    height: 277.5px;
    background: url("../img/ctaWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -225px;
    top: -47px;
    pointer-events: none;
  }
  .pTop .cta__main--box {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 15px;
    padding: 22px 23px 36px 87px;
    border: 4px solid #F05E12;
    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;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
         box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .pTop .cta__main--box h4 {
    width: 141px;
    height: 141px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'M PLUS 1',sans-serif;
    color: #009E6A;
    background: url("../img/ctaUnion2.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 37px 0 0;
    margin-right: 29px;
  }
  .pTop .cta__main--box h4 span {
    font-size: 26px;
    line-height: 30px;
  }
  .pTop .cta__main--box h4 em {
    font-style: normal;
    font-size: 35px;
    line-height: 30px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box h4 em::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 14px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .cta__main--box h4 em span {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapTel {
    width: 562px;
    line-height: 0;
  }
  .pTop .cta__main--box .wrapTel a {
    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: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pTop .cta__main--box .wrapTel a em {
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background: #F05E12;
    -moz-border-radius: 30.16px;
         border-radius: 30.16px;
    padding: 0 38px;
    white-space: nowrap;
  }
  .pTop .cta__main--box .wrapTel a em + em {
    margin-left: 10px;
  }
  .pTop .cta__main--box .wrapTel a span {
    width: 100%;
    margin-top: 10px;
    display: block;
    position: relative;
    font-size: 71px;
    line-height: 0.8;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #F05E12;
    padding-left: 86px;
  }
  .pTop .cta__main--box .wrapTel a span::before {
    content: "通話無料";
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #F05E12;
    white-space: nowrap;
    letter-spacing: 0.15em;
  }
  .pTop .cta__main--box .wrapTel a span::after {
    position: absolute;
    content: "";
    width: 74.64px;
    height: 46.98px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 5px;
  }
  .pTop .cta__main--box .wrapDoc {
    margin-top: 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 352px;
    height: 100px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    margin-right: 22px;
  }
  .pTop .cta__main--box .wrapDoc::before, .pTop .cta__main--box .wrapDoc::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF9200), color-stop(50%, #FF8914));
    background: -webkit-linear-gradient(top, #FF9200 50%, #FF8914 50%);
    background: -moz- oldlinear-gradient(top, #FF9200 50%, #FF8914 50%);
    background: linear-gradient(180deg, #FF9200 50%, #FF8914 50%);
    pointer-events: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    z-index: -1;
  }
  .pTop .cta__main--box .wrapDoc::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF9200), color-stop(50%, #FE8105));
    background: -webkit-linear-gradient(top, #FF9200 50%, #FE8105 50%);
    background: -moz- oldlinear-gradient(top, #FF9200 50%, #FE8105 50%);
    background: linear-gradient(180deg, #FF9200 50%, #FE8105 50%);
  }
  .pTop .cta__main--box .wrapDoc::after {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    -moz-border-radius: 6px;
         border-radius: 6px;
    border: 2px solid #fff;
  }
  .pTop .cta__main--box .wrapDoc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    text-align: center;
    color: #fff;
    padding: 0 39px 0 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box .wrapDoc a::before, .pTop .cta__main--box .wrapDoc a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box .wrapDoc a::before {
    width: 37.57px;
    height: 44.38px;
    left: 16px;
    background: url("../img/ctaDoc.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__main--box .wrapDoc a::after {
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/ctaTriangle01.webp") center no-repeat;
    -moz-background-size: 7px 8px;
         background-size: 7px 8px;
    right: 19px;
  }
  .pTop .cta__main--box .wrapDoc a small {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapDoc a span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .cta__main--box .wrapLine {
    margin-top: 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 352px;
    height: 100px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .pTop .cta__main--box .wrapLine::before, .pTop .cta__main--box .wrapLine::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #05B178), color-stop(50%, #00A26C));
    background: -webkit-linear-gradient(top, #05B178 50%, #00A26C 50%);
    background: -moz- oldlinear-gradient(top, #05B178 50%, #00A26C 50%);
    background: linear-gradient(180deg, #05B178 50%, #00A26C 50%);
    pointer-events: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    z-index: -1;
  }
  .pTop .cta__main--box .wrapLine::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #009E6A), color-stop(50%, #009E6A));
    background: -webkit-linear-gradient(top, #009E6A 50%, #009E6A 50%);
    background: -moz- oldlinear-gradient(top, #009E6A 50%, #009E6A 50%);
    background: linear-gradient(180deg, #009E6A 50%, #009E6A 50%);
  }
  .pTop .cta__main--box .wrapLine::after {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    -moz-border-radius: 6px;
         border-radius: 6px;
    border: 2px solid #fff;
  }
  .pTop .cta__main--box .wrapLine a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    text-align: center;
    color: #fff;
    padding: 0 36px 0 60px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box .wrapLine a::before, .pTop .cta__main--box .wrapLine a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box .wrapLine a::before {
    width: 49px;
    height: 48px;
    background: url("../img/ctaMess.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 17px;
  }
  .pTop .cta__main--box .wrapLine a::after {
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/ctaTriangle02.webp") center no-repeat;
    -moz-background-size: 7px 8px;
         background-size: 7px 8px;
    right: 19px;
  }
  .pTop .cta__main--box .wrapLine a small {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapLine a span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .work {
    background: #E8FFF7;
    padding: 60px 0 65px;
  }
  .pTop .work h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .work h2 img {
    max-width: 820px;
  }
  .pTop .work__success {
    margin-top: 20px;
  }
  .pTop .work__success--case {
    max-width: 835px;
  }
  .pTop .work__success--case article h4 {
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
    background: #009E6A;
    -moz-box-shadow: 2.44px 2.44px 9.14px 1.22px rgba(0, 0, 0, 0.05);
         box-shadow: 2.44px 2.44px 9.14px 1.22px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
    padding: 8px 18px 5px 48px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article h4::before {
    position: absolute;
    content: "";
    width: 34.79px;
    height: 43px;
    background: url("../img/workRibbon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 9px;
  }
  .pTop .work__success--case article .arCon {
    border: 2px solid #009E6A;
    background: #fff;
    -moz-box-shadow: 2.44px 2.44px 9.14px 1.22px rgba(0, 0, 0, 0.05);
         box-shadow: 2.44px 2.44px 9.14px 1.22px rgba(0, 0, 0, 0.05);
    padding: 24px 31px 24px 27px;
    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;
    -moz-border-radius: 0 8px 8px 8px;
         border-radius: 0 8px 8px 8px;
  }
  .pTop .work__success--case article .wrapImage {
    position: relative;
    width: 399px;
    margin-right: 19px;
  }
  .pTop .work__success--case article .wrapImage .image {
    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;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
  }
  .pTop .work__success--case article .wrapImage .image::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 22.5px;
    background: url("../img/workDoubleArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .work__success--case article .wrapImage .image figure, .pTop .work__success--case article .wrapImage .image picture {
    width: 188px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article .wrapImage .image figure::before, .pTop .work__success--case article .wrapImage .image picture::before {
    position: absolute;
    width: 61px;
    height: 23px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    left: 0;
    top: 0;
  }
  .pTop .work__success--case article .wrapImage .image figure img, .pTop .work__success--case article .wrapImage .image picture img {
    width: 100%;
    height: 213px;
    object-fit: cover;
  }
  .pTop .work__success--case article .wrapImage .image figure:nth-of-type(1)::before, .pTop .work__success--case article .wrapImage .image picture:nth-of-type(1)::before {
    content: "Before";
    background: #009E6A;
  }
  .pTop .work__success--case article .wrapImage .image figure:nth-of-type(2)::before, .pTop .work__success--case article .wrapImage .image picture:nth-of-type(2)::before {
    content: "After";
    background: #FE8105;
  }
  .pTop .work__success--case article .info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .work__success--case article .info .txt {
    background: #E6FFF7;
    -moz-border-radius: 3px;
         border-radius: 3px;
    padding: 10px 3px 28px 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article .info .txt::before {
    position: absolute;
    content: "";
    width: 18.67px;
    height: 14.5px;
    background: #E6FFF7;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    bottom: -7.5px;
    right: 143px;
  }
  .pTop .work__success--case article .info figure, .pTop .work__success--case article .info picture {
    width: 100%;
    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: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -11px;
    position: relative;
    z-index: 2;
    -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 .work__success--case article .info figure img, .pTop .work__success--case article .info picture img {
    width: 38.5px;
    height: auto;
  }
  .pTop .work__success--case article .info figure figcaption, .pTop .work__success--case article .info picture figcaption {
    font-size: 10px;
    line-height: 1.5;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    margin-top: 2px;
  }
  .pTop .work__success--case article + article {
    margin-top: 25px;
  }
  .pTop .voice {
    background: url("../img/voiceBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 48px 0 57px;
  }
  .pTop .voice h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.5;
    color: #333333;
    font-family: "M PLUS 1",sans-serif;
    font-weight: 700;
    padding: 0 0 35px;
    position: relative;
  }
  .pTop .voice h2::after {
    position: absolute;
    content: "User’s Voice";
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .voice h2 span {
    display: inline-block;
    position: relative;
  }
  .pTop .voice h2 span::before {
    position: absolute;
    content: "";
    width: 87.5px;
    height: 68.5px;
    background: url("../img/voiceMess.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -101.17px;
    top: 11px;
  }
  .pTop .voice__slide {
    margin: 9px auto 0;
    overflow: inherit;
    position: relative;
  }
  .pTop .voice__slide article {
    padding: 16px 33px 0;
    width: 795px;
    height: auto;
  }
  .pTop .voice__slide article .arInner {
    background: #fff;
    border: 3px solid #009E6A;
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
         box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 8px;
         border-radius: 8px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
    padding: 39px 73px;
  }
  .pTop .voice__slide article .arInner .arNum {
    position: absolute;
    width: 119px;
    height: 32px;
    background: #009E6A;
    -moz-border-radius: 0px;
         border-radius: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 2px;
    top: -16px;
    left: 48px;
  }
  .pTop .voice__slide article .arInner .arNum span {
    font-size: 26px;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
  }
  .pTop .voice__slide article .arInner .arTop {
    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;
  }
  .pTop .voice__slide article .arInner .arTop .title {
    width: 413px;
  }
  .pTop .voice__slide article .arInner .arTop .title h4 {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
    color: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2px 5px 5px;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::before, .pTop .voice__slide article .arInner .arTop .title h4::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 35px;
    background: url("../img/voiceCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::before {
    left: 0;
    top: 0;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .voice__slide article .arInner .arTop .title .age {
    text-align: right;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #009E6A;
  }
  .pTop .voice__slide article .arInner .arTop figure.st1, .pTop .voice__slide article .arInner .arTop picture.st1 {
    width: 132.86px;
  }
  .pTop .voice__slide article .arInner .arTop figure.st2, .pTop .voice__slide article .arInner .arTop picture.st2 {
    width: 124.49px;
  }
  .pTop .voice__slide article .arInner .arTop figure.st3, .pTop .voice__slide article .arInner .arTop picture.st3 {
    width: 120.16px;
  }
  .pTop .voice__slide article .arInner .arBot {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #626564;
  }
  .pTop .voice__slide .slick-arrow {
    position: absolute;
    width: 46px;
    height: 46px;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    text-indent: -9999px;
    z-index: 3;
    border: none;
  }
  .pTop .voice__slide .slick-prev {
    background: url("../img/voiceCtrl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -webkit-calc(50% - 387.5px);
    left: -moz-calc(50% - 387.5px);
    left: calc(50% - 387.5px);
  }
  .pTop .voice__slide .slick-next {
    background: url("../img/voiceCtrl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -webkit-calc(50% - 387.5px);
    right: -moz-calc(50% - 387.5px);
    right: calc(50% - 387.5px);
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .voice__slide .slick-track {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .pTop .voice__slide .slick-slide {
    height: auto !important;
  }
  .pTop .flow {
    background: #BFE8DA url("../img/flowBg.webp") 0 0 repeat;
    padding: 60px 0 74px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 258px;
    background: #009E6A;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .flow h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.5;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 30px;
    color: #fff;
  }
  .pTop .flow h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    color: #BFE8DA;
  }
  .pTop .flow h2 span {
    display: inline-block;
    position: relative;
  }
  .pTop .flow h2 span::before, .pTop .flow h2 span::after {
    position: absolute;
    content: "";
  }
  .pTop .flow h2 span::before {
    width: 73.94px;
    height: 112.78px;
    background: url("../img/flowIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -109px;
    top: -17px;
  }
  .pTop .flow h2 span::after {
    width: 164px;
    height: 112px;
    background: url("../img/flowIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -194px;
    top: 0px;
  }
  .pTop .flow__main {
    margin-top: 47px;
  }
  .pTop .flow__main--list {
    counter-reset: li;
  }
  .pTop .flow__main--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;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list ul li {
    counter-increment: li;
    width: 31%;
    -moz-border-radius: 0px;
         border-radius: 0px;
    padding: 0px 0px 20px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
         box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  }
  .pTop .flow__main--list ul li::after {
    position: absolute;
    content: counter(li, decimal-leading-zero);
    font-size: 40px;
    line-height: 1.5;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #009E6A;
    top: -3px;
    left: 13px;
    width: 62px;
    height: 79px;
    background: url("../img/flowUnion.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
    text-align: center;
    padding-top: 4px;
  }
  .pTop .flow__main--list ul li + li::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 57.5px;
    background: url("../img/flowArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .flow__main--list ul li figure, .pTop .flow__main--list ul li picture {
    width: 100%;
  }
  .pTop .flow__main--list ul li figure img, .pTop .flow__main--list ul li picture img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .pTop .flow__main--list ul li h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1',sans-serif;
    color: #009E6A;
    margin-top: 12px;
    padding: 0 23px;
  }
  .pTop .flow__main--list ul li .txt {
    padding: 0 23px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
  }
  .pTop .flow__main--list ul + ul {
    margin-top: 35px;
  }
  .pTop .faq {
    padding: 57px 0 66px;
    background: #009E6A;
  }
  .pTop .faq__title {
    text-align: center;
    color: #fff;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
  }
  .pTop .faq__title span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
  }
  .pTop .faq__title h2 {
    font-size: 44px;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 20px;
    font-weight: 700;
    margin-bottom: 56px;
  }
  .pTop .faq__title h2::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 8px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .faq__main {
    max-width: 769px;
  }
  .pTop .faq__main .list dl dt {
    color: #333333;
    background: #FEEB14;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 15px 62px 15px 57px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #009E6A;
  }
  .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background: url("../img/faqPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -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.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .faq__main .list dl dd {
    background: #fff;
    padding: 35px 57px 19px;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    margin-top: -18px;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 14px;
  }
  .pTop .area {
    padding: 64px 0 62px;
    background: #E8FFF7;
  }
  .pTop .area h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.5;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 30px;
    color: #009E6A;
    margin-bottom: 34px;
  }
  .pTop .area h2::after {
    position: absolute;
    content: "Area";
    font-size: 20px;
    line-height: 1.5;
    color: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .area__main--intro h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .area__main--intro h3::before, .pTop .area__main--intro h3::after {
    content: "";
    width: 30.14px;
    height: 57.68px;
    background: url("../img/areaSplash.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .area__main--intro h3::before {
    margin-right: 20.86px;
  }
  .pTop .area__main--intro h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 20.86px;
  }
  .pTop .area__main--intro h3 em {
    font-style: normal;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'M PLUS 1',sans-serif;
    color: #009E6A;
    text-align: center;
  }
  .pTop .area__main--intro h3 em span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #feeb14), to(#feeb14));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
  }
  .pTop .area__main--intro p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "M PLUS 1",sans-serif;
    color: #09C486;
    margin-top: 9px;
  }
  .pTop .area__main--detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 50px 0 0;
  }
  .pTop .area__main--detail .left {
    width: 383px;
    margin: 0 24px;
  }
  .pTop .area__main--detail .left ul {
    margin: -5px -6px;
    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 .area__main--detail .left ul li {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 8px 13px;
    margin: 5px 6px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #09C486;
    min-width: 86px;
    text-align: center;
  }
  .pTop .area__main--detail .left ul li:nth-of-type(-n+4) {
    background: #009E6A;
  }
  .pTop .area__main--detail .left figure, .pTop .area__main--detail .left picture {
    margin-top: 26px;
    width: 323px;
  }
  .pTop .area__main--detail .right {
    width: 561px;
  }
  .pTop .area__main--detail .right dl {
    border: 2px solid #333333;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  .pTop .area__main--detail .right dl dt {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 14px 35px 13px 23px;
    background: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .area__main--detail .right dl dt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/areaPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .area__main--detail .right dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .area__main--detail .right dl dd {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    padding: 18px 14px 18px 23px;
    display: none;
  }
  .pTop .area__main--detail .right dl + dl {
    margin-top: 13px;
  }
  .pTop .contact {
    background: #E8FFF7;
    padding: 49px 0 59px;
  }
  .pTop .contact h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1',sans-serif;
    color: #009E6A;
  }
  .pTop .contact__main {
    max-width: 769px;
  }
  .pTop .contact__main .form {
    -moz-border-radius: 26px;
         border-radius: 26px;
    border: 4px solid #009E6A;
    margin-top: 16px;
    background: #fff;
    padding: 60px 68px 53px;
  }
  .pTop .contact__main .form dl dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #626564;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    width: 34px;
    height: 18px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #FF3B3B;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 11px;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    background: #F0F0F0;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #D4D4D4;
    color: #626564;
    font-size: 16px;
    line-height: 24.6px;
    font-weight: 500;
    padding: 11px 25px;
    outline: none;
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 146px;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    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;
    margin: -5px -17.5px;
    line-height: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    display: inline-block;
    margin: 5px 17.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #626564;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #D4D4D4;
    background: #F0F0F0;
  }
  .pTop .contact__main .form dl dd .wrapRadio .other {
    width: 231px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 20px;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 21px;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #626564;
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    color: #4A80CB;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #F0F0F0;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
  }
  .pTop .contact__main .form button {
    display: block;
    outline: none;
    -moz-box-shadow: 0;
         box-shadow: 0;
    border: 0;
    width: 382px;
    height: 81px;
    margin: 20px auto 0;
    -moz-border-radius: 8px;
         border-radius: 8px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: none;
  }
  .pTop .contact__main .form button::before, .pTop .contact__main .form button::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF3B3B), color-stop(50%, #FF1F1F));
    background: -webkit-linear-gradient(top, #FF3B3B 50%, #FF1F1F 50%);
    background: -moz- oldlinear-gradient(top, #FF3B3B 50%, #FF1F1F 50%);
    background: linear-gradient(180deg, #FF3B3B 50%, #FF1F1F 50%);
    pointer-events: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    z-index: -1;
  }
  .pTop .contact__main .form button::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF2E37), color-stop(50%, #FF4747));
    background: -webkit-linear-gradient(top, #FF2E37 50%, #FF4747 50%);
    background: -moz- oldlinear-gradient(top, #FF2E37 50%, #FF4747 50%);
    background: linear-gradient(180deg, #FF2E37 50%, #FF4747 50%);
  }
  .pTop .contact__main .form button::after {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    -moz-border-radius: 6px;
         border-radius: 6px;
    border: 2px solid #fff;
  }
  .pTop .contact__main .form button span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .contact__main .form button span::after {
    content: "＞";
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-left: 16px;
  }
  .pTop .lawyer {
    background: #7A9ED0;
    padding: 32px 0 73px;
  }
  .pTop .lawyer h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .lawyer h2 span {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "M PLUS 1",sans-serif;
    color: #F6FAFF;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    padding: 0 22px;
  }
  .pTop .lawyer h2 span::before, .pTop .lawyer h2 span::after {
    position: absolute;
    content: "";
    width: 8.5px;
    height: 11px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .pTop .lawyer h2 span::before {
    left: 0;
    top: 0;
  }
  .pTop .lawyer h2 span::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .lawyer__main {
    max-width: 740px;
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .lawyer__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F6FAFF;
    z-index: -1;
  }
  .pTop .lawyer__main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #D9E7FF;
    top: 11px;
    left: 8px;
    z-index: -2;
  }
  .pTop .lawyer__main figure, .pTop .lawyer__main picture {
    width: 259px;
    margin-right: 40px;
  }
  .pTop .lawyer__main figure img, .pTop .lawyer__main picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 0 100px 0 0;
         border-radius: 0 100px 0 0;
  }
  .pTop .lawyer__main article {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pTop .lawyer__main article::after {
    position: absolute;
    content: "";
    width: 99px;
    height: 106px;
    background: url("../img/ceoIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 12px;
    right: 13px;
  }
  .pTop .lawyer__main article span {
    font-size: 22.68px;
    line-height: 1.5;
    color: #7A9ED0;
    padding: 0 0 6px;
    border-bottom: 3px double #7A9ED0;
  }
  .pTop .lawyer__main article h3 {
    font-size: 36.86px;
    line-height: 1.5;
    font-weight: 500;
    color: #7A9ED0;
    margin-top: 8.51px;
  }
  .pTop .lawyer__main article .info {
    border-left: 1px solid #626564;
    padding: 0 0 0 10.5px;
    margin-top: 13px;
  }
  .pTop .lawyer__main article .info address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #626564;
    display: block;
    width: 100%;
  }
  .pTop .lawyer__main article .info a.tel {
    margin-top: 9px;
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    font-size: 16px;
    line-height: 1.5;
    color: #626564;
  }
  .pTop .lawyer__main article .info a.tel::before {
    position: absolute;
    content: "";
    width: 20.35px;
    height: 17.36px;
    background: url("../img/ceoPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer {
    background: #009E6A;
    padding: 18px 0 21px;
  }
  .footer .link {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
  }
  .footer .link a {
    color: #fff;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container footer {
    width: 100%;
    margin-top: auto;
    background: #fff;
  }
  .pChild .container footer .link {
    color: #333;
  }
  .pChild .container footer .link a {
    color: #333;
  }
  .pChild__content {
    padding: 80px 0;
  }
  .pChild__content h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #009E6A;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
  }
  .pChild__content .btn {
    margin-top: 60px;
    text-align: center;
  }
  .pChild__content .btn 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: 528px;
    height: 78px;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: #009E6A;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 3.92px 0 black;
         box-shadow: 0 3.92px 0 black;
  }
  .pChild__content .company {
    max-width: 528px;
    margin: auto;
  }
  .pChild__content .company .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__content .company .list dl dt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #009E6A;
    width: 203px;
  }
  .pChild__content .company .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
  }
  .pChild__content .company .list dl + dl {
    margin-top: 20px;
  }
  .pChild__content .policy {
    max-width: 900px;
    margin: auto;
  }
  .pChild__content .policy .list dl {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 400;
  }
  .pChild__content .policy .list dl dt {
    font-weight: 700;
  }
  .pChild__content .policy .list dl + dl {
    margin-top: 28.8px;
  }
  .pChild__content .thanks .txt {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 400;
    text-align: center;
  }
  .pChild__content .thanks .txt span {
    font-weight: 700;
    color: #009E6A;
  }
  .pChild__content .thanks .txt a {
    text-decoration: underline;
    color: #009E6A;
  }
}

@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 {
    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: 3.01932vw 3.62319vw 3.01932vw;
    background: #fff;
    -moz-box-shadow: 0px 0.84541vw 2.24638vw 0.16908vw rgba(0, 0, 0, 0.05);
         box-shadow: 0px 0.84541vw 2.24638vw 0.16908vw rgba(0, 0, 0, 0.05);
  }
  .header__logo {
    display: block;
    width: 49.15459vw;
    line-height: 0;
  }
  .header__logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right ul li + li {
    margin-left: 1.69082vw;
  }
  .header__right ul li.tel {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__right ul li.tel a {
    position: relative;
    display: block;
    width: 10.86957vw;
    height: 10.86957vw;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../img/headerTel_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
  }
  .header__right ul li.tel a span {
    white-space: nowrap;
    font-size: 7.24638vw;
    line-height: 1;
    font-weight: 500;
    color: #626564;
    letter-spacing: 0.04em;
    font-family: 'FuturaMedium';
  }
  .header__right ul li.tel a time {
    font-size: 2.89855vw;
    line-height: 1;
    color: #626564;
    letter-spacing: 0.04em;
    margin-top: 1.57005vw;
  }
  .header__right ul li.line {
    line-height: 0;
    width: 10.86957vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__right ul li.line a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__right ul li.line a img {
    width: 100%;
    height: auto;
  }
  .header__right ul li.mail {
    width: 10.86957vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__right ul li.mail a {
    width: 100%;
    height: 10.86957vw;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
    background: url("../img/headerMail_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pTop .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2.77778vw 0 0vw;
    background: #009e6a;
  }
  .pTop .mv__pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-filter: drop-shadow(0px 0.96618vw 0.72464vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0.96618vw 0.72464vw rgba(0, 0, 0, 0.1));
  }
  .pTop .mv__pos picture {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 18.59903vw), 50% 100%, 0 -webkit-calc(100% - 18.59903vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 18.59903vw), 50% 100%, 0 -moz-calc(100% - 18.59903vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18.59903vw), 50% 100%, 0 calc(100% - 18.59903vw));
  }
  .pTop .mv__pos picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    background: rgba(240, 248, 245, 0.78);
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 18.59903vw), 50% 100%, 0 -webkit-calc(100% - 18.59903vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 18.59903vw), 50% 100%, 0 -moz-calc(100% - 18.59903vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18.59903vw), 50% 100%, 0 calc(100% - 18.59903vw));
  }
  .pTop .mv__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: auto;
  }
  .pTop .mv__main picture {
    max-width: 96.37681vw;
  }
  .pTop .concern {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #BFE8DA;
    overflow: hidden;
  }
  .pTop .concern__main {
    padding: 8.69565vw 0 9.17874vw;
  }
  .pTop .concern__main--inner {
    max-width: 84.54106vw;
    padding: 0;
    margin: auto;
  }
  .pTop .concern__main--inner h2 {
    text-align: center;
    line-height: 0;
    margin-bottom: 3.1401vw;
  }
  .pTop .concern__main--inner h2 em {
    font-style: normal;
    display: inline-block;
    font-size: 5.31401vw;
    line-height: 7.72947vw;
    letter-spacing: -0.07em;
    color: #333333;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    position: relative;
    padding: 1px 4.01208vw 4.83092vw 5.55556vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/concernMess.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .concern__main--inner h2 em span {
    font-size: 6.76329vw;
    line-height: 9.90338vw;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #009E6A;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .pTop .concern__main--inner h2 em span::before {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 5.55556vw;
    background: url("../img/concernIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -3.02657vw;
    right: -3.71256vw;
  }
  .pTop .concern__main--inner ul li {
    width: 100%;
    height: 25.12077vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
    border: 0.48309vw solid #009E6A;
  }
  .pTop .concern__main--inner ul li + li {
    margin-top: 3.86473vw;
  }
  .pTop .concern__main--inner ul li::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 1.93237vw);
    width: -moz-calc(100% + 1.93237vw);
    width: calc(100% + 1.93237vw);
    height: -webkit-calc(100% + 1.93237vw);
    height: -moz-calc(100% + 1.93237vw);
    height: calc(100% + 1.93237vw);
    top: 50%;
    left: 50%;
    border: 0.48309vw solid #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -moz-box-shadow: 0px 0.96618vw 0.96618vw -0.48309vw rgba(0, 0, 0, 0.1);
         box-shadow: 0px 0.96618vw 0.96618vw -0.48309vw rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .concern__main--inner ul li.st1 {
    background: #fff url("../img/concernImg01_sp.webp") right center no-repeat;
    -moz-background-size: 37.43961vw 25.12077vw;
         background-size: 37.43961vw 25.12077vw;
  }
  .pTop .concern__main--inner ul li.st2 {
    background: #fff url("../img/concernImg02_sp.webp") right center no-repeat;
    -moz-background-size: 37.43961vw 25.12077vw;
         background-size: 37.43961vw 25.12077vw;
  }
  .pTop .concern__main--inner ul li.st3 {
    background: #fff url("../img/concernImg03_sp.webp") right center no-repeat;
    -moz-background-size: 37.43961vw 25.12077vw;
         background-size: 37.43961vw 25.12077vw;
  }
  .pTop .concern__main--inner ul li.st4 {
    background: #fff url("../img/concernImg04_sp.webp") right center no-repeat;
    -moz-background-size: 37.43961vw 25.12077vw;
         background-size: 37.43961vw 25.12077vw;
  }
  .pTop .concern__main--inner ul li em {
    font-style: normal;
    font-size: 4.34783vw;
    line-height: 1.3;
    font-weight: 500;
  }
  .pTop .concern__main--inner ul li em span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #ffc500), to(#ffc500));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffc500 70%, #ffc500 100%);
  }
  .pTop .problem {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 5;
    padding-bottom: 0vw;
  }
  .pTop .problem::before {
    position: absolute;
    content: "";
    z-index: -2;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    width: 100%;
    height: -webkit-calc(100% + 12.56039vw);
    height: -moz-calc(100% + 12.56039vw);
    height: calc(100% + 12.56039vw);
    background: #5D5D5D;
    bottom: -12.56039vw;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 8.9372vw), 50% 100%, 0 -webkit-calc(100% - 8.9372vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 8.9372vw), 50% 100%, 0 -moz-calc(100% - 8.9372vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.9372vw), 50% 100%, 0 calc(100% - 8.9372vw));
  }
  .pTop .problem::after {
    position: absolute;
    content: "でも";
    width: 17.14976vw;
    height: 17.14976vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: #333333;
    font-size: 5.30435vw;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    bottom: -22.70531vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
  }
  .pTop .problem__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0;
  }
  .pTop .problem__main--title > em {
    font-style: normal;
    width: 48.44203vw;
    display: inline-block;
    color: #fff;
    font-size: 3.57971vw;
    line-height: 1.5;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    background: #009E6A;
    -moz-border-radius: 1.31159vw;
         border-radius: 1.31159vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0.72464vw 0 1.20773vw;
    text-align: center;
    margin-top: -4.10628vw;
    -moz-box-shadow: 0 0.48309vw 0.48309vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.48309vw 0.48309vw rgba(0, 0, 0, 0.1);
  }
  .pTop .problem__main--title > em span {
    font-size: 4.29469vw;
  }
  .pTop .problem__main--title > em::after {
    position: absolute;
    content: "";
    width: 1.69082vw;
    height: 1.44928vw;
    background: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.44928vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .problem__main--title > h2 {
    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.48309vw;
  }
  .pTop .problem__main--title > h2::before {
    content: "";
    width: 17.37681vw;
    height: 22.1401vw;
    background: url("../img/problemIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.63768vw;
  }
  .pTop .problem__main--title > h2::after {
    content: "";
    width: 17.60386vw;
    height: 22.18599vw;
    background: url("../img/problemIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.69082vw;
  }
  .pTop .problem__main--title > h2 em {
    font-style: normal;
    font-size: 6.15217vw;
    line-height: 9.17874vw;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    text-align: center;
    color: #fff;
  }
  .pTop .problem__main--title > h2 em span {
    font-size: 7.61594vw;
    line-height: 11.35266vw;
    font-weight: 900;
    color: #FEEB14;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: -1.20773vw;
  }
  .pTop .problem__main--title > h2 em span::before {
    position: absolute;
    content: "";
    width: 33.71739vw;
    height: 6.88406vw;
    background: url("../img/problemLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(5.51deg);
       -moz-transform: translateX(-50%) rotate(5.51deg);
        -ms-transform: translateX(-50%) rotate(5.51deg);
            transform: translateX(-50%) rotate(5.51deg);
    z-index: -1;
    bottom: -2.75845vw;
  }
  .pTop .problem__main--slider {
    margin-top: 5.07246vw;
  }
  .pTop .problem__main--slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .problem__main--slider .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .pTop .problem__main--slider .swiper-slide figure {
    width: 41.78744vw;
    margin: 0 2.17391vw;
  }
  .pTop .problem__main--slider .swiper-slide figure img {
    width: 100%;
    height: 31.40097vw;
    object-fit: cover;
  }
  .pTop .leave {
    background: #5EA78D url("../img/leaveBg_sp.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 28.01932vw 0 10.86957vw;
  }
  .pTop .leave__main {
    max-width: 241.54589vw;
    width: 100%;
    margin: auto;
  }
  .pTop .leave__main h2 {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 10.86957vw;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 800;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__main h2 span {
    color: #FEEB14;
    font-size: 7.24638vw;
  }
  .pTop .leave__main h2::before {
    position: absolute;
    content: "";
    width: 17.3913vw;
    height: 15.44444vw;
    background: url("../img/leaveCaution.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.89855vw;
    z-index: -1;
  }
  .pTop .leave__main .list {
    margin: 7.48792vw 0 0;
  }
  .pTop .leave__main .list ul {
    max-width: 85.50725vw;
    width: 100%;
    margin: auto;
  }
  .pTop .leave__main .list ul li {
    width: 100%;
    background: #353938;
    padding: 14.00966vw 5.7971vw 5.31401vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__main .list ul li::before {
    position: absolute;
    content: "";
    left: 5.7971vw;
    height: 7.97101vw;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 1.20773vw rgba(102, 102, 102, 0.25));
            filter: drop-shadow(0px 0px 1.20773vw rgba(102, 102, 102, 0.25));
  }
  .pTop .leave__main .list ul li figure, .pTop .leave__main .list ul li picture {
    position: absolute;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .leave__main .list ul li figure img, .pTop .leave__main .list ul li picture img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 1.44928vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 1.44928vw rgba(0, 0, 0, 0.25));
  }
  .pTop .leave__main .list ul li h3 {
    font-size: 6.76329vw;
    line-height: 10.14493vw;
    font-weight: 700;
    color: #FEEB14;
  }
  .pTop .leave__main .list ul li p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin-top: 1.93237vw;
  }
  .pTop .leave__main .list ul li.st1::before {
    width: 11.5942vw;
    top: 6.03865vw;
    background: url("../img/leaveNum01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st1 figure, .pTop .leave__main .list ul li.st1 picture {
    width: 40.82126vw;
    right: 2.17391vw;
    top: -5.7971vw;
  }
  .pTop .leave__main .list ul li.st2::before {
    width: 12.31884vw;
    top: 6.03865vw;
    background: url("../img/leaveNum02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st2 figure, .pTop .leave__main .list ul li.st2 picture {
    width: 39.13043vw;
    right: 3.1401vw;
    top: -5.87923vw;
  }
  .pTop .leave__main .list ul li.st3::before {
    width: 12.31884vw;
    top: 6.03865vw;
    background: url("../img/leaveNum03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st3 figure, .pTop .leave__main .list ul li.st3 picture {
    width: 42.02899vw;
    right: 1.69082vw;
    top: -5.87923vw;
  }
  .pTop .leave__main .list ul li.st4::before {
    width: 12.56039vw;
    top: 6.03865vw;
    background: url("../img/leaveNum04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .leave__main .list ul li.st4 figure, .pTop .leave__main .list ul li.st4 picture {
    width: 41.44203vw;
    right: 2.03623vw;
    top: -6.09662vw;
  }
  .pTop .leave__main .list ul li + li {
    margin-top: 7.48792vw;
  }
  .pTop .risk {
    position: relative;
    z-index: 5;
    padding-bottom: 23.18841vw;
    background: #F6F9FE;
  }
  .pTop .risk::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #9A9A9A url("../img/riskbg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 10.62802vw), 50% 100%, 0 -webkit-calc(100% - 10.62802vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 10.62802vw), 50% 100%, 0 -moz-calc(100% - 10.62802vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.62802vw), 50% 100%, 0 calc(100% - 10.62802vw));
  }
  .pTop .risk__main--sub {
    text-align: center;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .risk__main--sub::before, .pTop .risk__main--sub::after {
    position: absolute;
    content: "";
    width: 1.08696vw;
    height: 4.4686vw;
    background: url("../img/riskDoc.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%);
  }
  .pTop .risk__main--sub::before {
    top: -12.56039vw;
  }
  .pTop .risk__main--sub::after {
    bottom: -6.15942vw;
  }
  .pTop .risk__main--sub span {
    color: #fff;
    background: #626564;
    width: 73.18841vw;
    height: 12.80193vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.31401vw;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin-top: -6.40097vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .risk__main--sub span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #626564;
    left: 0.96618vw;
    top: 0.96618vw;
    z-index: -1;
  }
  .pTop .risk__main--inner h2 {
    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: 8.45411vw;
    line-height: 0;
  }
  .pTop .risk__main--inner h2::before, .pTop .risk__main--inner h2::after {
    content: "";
    width: 14.7343vw;
    height: 2.17391vw;
    background: url("../img/riskWave_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .risk__main--inner h2::before {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
    margin-right: 0vw;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .pTop .risk__main--inner h2::after {
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
    margin-left: 0vw;
    -webkit-transform-origin: 60% -100%;
       -moz-transform-origin: 60% -100%;
        -ms-transform-origin: 60% -100%;
            transform-origin: 60% -100%;
  }
  .pTop .risk__main--inner h2 em {
    font-style: normal;
    font-size: 7.72947vw;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .risk__main--inner h2 em span {
    font-size: 8.69565vw;
    color: #F8FF96;
  }
  .pTop .risk__main--inner h2 em::after {
    position: absolute;
    content: "";
    width: 45.89372vw;
    height: 45.41063vw;
    background: url("../img/riskMoney.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -18.7971vw;
    right: -28.98551vw;
    -webkit-transform: rotate(10.84deg);
       -moz-transform: rotate(10.84deg);
        -ms-transform: rotate(10.84deg);
            transform: rotate(10.84deg);
    z-index: -1;
  }
  .pTop .risk__main--inner .list {
    counter-reset: ar;
    margin: 7.00483vw 0 0;
    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 .risk__main--inner .list article {
    width: 85.50725vw;
    background: #fff;
    -moz-box-shadow: 0.657vw 0.97826vw 1.53382vw 1.14251vw rgba(0, 0, 0, 0.1);
         box-shadow: 0.657vw 0.97826vw 1.53382vw 1.14251vw rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    counter-increment: ar;
    padding-top: 2.17391vw;
    padding-bottom: 5.31401vw;
  }
  .pTop .risk__main--inner .list article + article {
    margin-top: 7.72947vw;
  }
  .pTop .risk__main--inner .list article::before {
    content: "リスク";
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color: #2D4E7C;
    letter-spacing: -0.1em;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pTop .risk__main--inner .list article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 5.7971vw;
    line-height: 1;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    color: #2D4E7C;
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .risk__main--inner .list article .arMain {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 100%;
  }
  .pTop .risk__main--inner .list article .arMain h3 {
    margin-left: -1.93237vw;
    margin-right: -1.93237vw;
    color: #fff;
    background: #2D4E7C url("../img/riskIllus.webp") 75.60386vw 0 no-repeat;
    -moz-background-size: 7.01932vw 5.73188vw;
         background-size: 7.01932vw 5.73188vw;
    font-size: 4.83092vw;
    line-height: 6.28019vw;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 1.69082vw 0 1.69082vw;
    margin-top: -0.72464vw;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .risk__main--inner .list article .arMain h3::before, .pTop .risk__main--inner .list article .arMain h3::after {
    position: absolute;
    content: "";
    width: 1.93237vw;
    height: 1.20773vw;
    background: #172A45;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    bottom: -1.20773vw;
  }
  .pTop .risk__main--inner .list article .arMain h3::before {
    left: 0;
  }
  .pTop .risk__main--inner .list article .arMain h3::after {
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .risk__main--inner .list article .arMain figure {
    text-align: center;
    margin-top: 3.86473vw;
  }
  .pTop .risk__main--inner .list article .arMain figure img {
    width: 60.38647vw;
  }
  .pTop .risk__main--inner .list article .arMain .txt {
    padding: 0 7.72947vw;
    margin-top: 2.657vw;
  }
  .pTop .risk__main--inner .list article .arMain .txt p {
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    color: #636465;
  }
  .pTop .risk__main--inner .list article .arMain .txt p span {
    color: #CB4A4C;
    font-weight: 700;
  }
  .pTop .risk__main--inner .list article .arMain .txt p small {
    font-size: 2.89855vw;
    font-weight: 400;
  }
  .pTop .risk__main--inner .list article .arMain .txt p + p {
    margin-top: 2.657vw;
  }
  .pTop .solve {
    background: #fff;
    position: relative;
    z-index: 4;
  }
  .pTop .solve__main {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .pTop .solve__main picture {
    text-align: right;
  }
  .pTop .solve__main picture img {
    width: 99.75845vw;
    margin-top: -2.89855vw;
  }
  .pTop .reason {
    position: relative;
    z-index: 5;
    margin-top: -31.40097vw;
    padding: 5.55556vw 0 12.07729vw;
    background: url("../img/reasonBg_sp.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .reason__main {
    width: 100%;
    margin: auto;
    padding: 0 7.24638vw;
  }
  .pTop .reason__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main h2 img {
    width: 73.18841vw;
  }
  .pTop .reason__main .list {
    margin-top: 4.58937vw;
    counter-reset: ar;
  }
  .pTop .reason__main .list article {
    background: #fff;
    counter-increment: ar;
    padding: 7.00483vw 6.52174vw 5.07246vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0.48309vw 0.48309vw 1.93237vw 1px rgba(0, 0, 0, 0.05);
         box-shadow: 0.48309vw 0.48309vw 1.93237vw 1px rgba(0, 0, 0, 0.05);
  }
  .pTop .reason__main .list article::before {
    position: absolute;
    content: counter(ar);
    font-size: 6.28019vw;
    line-height: 8.45411vw;
    font-weight: 800;
    font-family: "M PLUS 1", sans-serif;
    color: #009E6A;
    background: #FEEB14;
    width: 18.11594vw;
    height: 18.11594vw;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: -0.48309vw;
    top: -0.48309vw;
    padding: 1.44928vw 0 0 3.86473vw;
  }
  .pTop .reason__main .list article figure {
    width: 100%;
  }
  .pTop .reason__main .list article figure img {
    width: 100%;
    height: 37.19807vw;
    object-fit: cover;
  }
  .pTop .reason__main .list article h3 {
    margin-top: 2.17391vw;
    text-align: center;
    font-size: 5.7971vw;
    line-height: 1.3;
    font-family: "M PLUS 1",sans-serif;
    font-weight: 800;
    color: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 2.41546vw;
  }
  .pTop .reason__main .list article h3::after {
    position: absolute;
    content: "";
    width: 8.55072vw;
    height: 0.48309vw;
    background: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .reason__main .list article p {
    margin-top: 2.41546vw;
    font-size: 3.62319vw;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    text-align: justify;
  }
  .pTop .reason__main .list article + article {
    margin-top: 5.31401vw;
  }
  .pTop .basic {
    background: url("../img/basicGrid.webp") 0 0 repeat;
    padding: 0 0 12.07729vw;
  }
  .pTop .basic__title {
    padding: 1.44928vw 0 7.72947vw;
    background: url("../img/basicBg_sp.webp") bottom center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #fff;
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
    margin-bottom: 5.55556vw;
  }
  .pTop .basic__title h2 {
    font-size: 8.69565vw;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 3.86473vw;
  }
  .pTop .basic__title h2::after {
    position: absolute;
    content: "Service";
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #BFE8DA;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .basic__title p {
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0.72464vw;
  }
  .pTop .basic__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;
    padding: 0 5.07246vw;
    margin: -2.17391vw auto;
  }
  .pTop .basic__list figure,
  .pTop .basic__list picture {
    width: 40.57971vw;
    height: 29.22705vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    overflow: hidden;
    margin: 2.17391vw;
  }
  .pTop .basic__list figure figcaption,
  .pTop .basic__list picture figcaption {
    background: #009E6A;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    padding: 0.60386vw;
    text-align: center;
    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;
    height: 7.24638vw;
  }
  .pTop .basic__list figure figcaption.spec,
  .pTop .basic__list picture figcaption.spec {
    font-size: 3.38164vw;
  }
  .pTop .basic__list figure figcaption.spec br,
  .pTop .basic__list picture figcaption.spec br {
    display: none;
  }
  .pTop .basic__list figure img,
  .pTop .basic__list picture img {
    width: 100%;
    height: 22.22222vw;
    object-fit: cover;
  }
  .pTop .basic__plus {
    text-align: center;
    line-height: 0;
    margin: 3.62319vw 0 4.83092vw;
  }
  .pTop .basic__plus img {
    width: 10.62802vw;
  }
  .pTop .basic__sub {
    text-align: center;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
    padding: 2.17391vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #009E6A;
    border-bottom: 1.20773vw solid #BFE8DA;
    margin-bottom: 6.52174vw;
  }
  .pTop .price {
    padding: 5.31401vw 0 5.31401vw;
    background: #BFE8DA;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 58.9372vw;
    background: #009E6A url("../img/priceBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 0;
  }
  .pTop .price h2 {
    text-align: center;
    font-size: 8.69565vw;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 3.86473vw;
  }
  .pTop .price h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #BFE8DA;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0vw;
  }
  .pTop .price__sub {
    text-align: center;
    line-height: 0;
    margin-top: 2.41546vw;
  }
  .pTop .price__sub em {
    font-style: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    color: #333333;
    background: #FEEB14;
    -moz-border-radius: 10.86957vw;
         border-radius: 10.86957vw;
    padding: 2.41546vw 20.5314vw 2.657vw 6.28019vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    display: inline-block;
  }
  .pTop .price__sub em::after {
    position: absolute;
    content: "";
    width: 18.59903vw;
    height: 24.87923vw;
    background: url("../img/priceMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 1.20773vw;
    bottom: -3.62319vw;
  }
  .pTop .price__sub em::before {
    position: absolute;
    content: "";
    width: 5.55556vw;
    height: 6.52174vw;
    background: url("../img/priceLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -3.62319vw;
    right: 15.06763vw;
  }
  .pTop .price__main {
    max-width: 85.50725vw;
    padding: 0;
    margin: 8.45411vw auto 0;
  }
  .pTop .price__main--table {
    width: 100%;
    -moz-box-shadow: 0.4058vw 0.4058vw 0.81159vw rgba(0, 0, 0, 0.1);
         box-shadow: 0.4058vw 0.4058vw 0.81159vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 0.96618vw 0 0;
         border-radius: 0 0.96618vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__main--table::before {
    position: absolute;
    content: "";
    width: 27.77778vw;
    height: -webkit-calc(100% + 5.55556vw);
    height: -moz-calc(100% + 5.55556vw);
    height: calc(100% + 5.55556vw);
    border: 1.5px solid #FD9A3D;
    left: 14.97585vw;
    top: -3.1401vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    -webkit-filter: drop-shadow(0.4058vw 0.4058vw 0.4058vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.4058vw 0.4058vw 0.4058vw rgba(0, 0, 0, 0.25));
    pointer-events: none;
  }
  .pTop .price__main--table table {
    border-collapse: collapse;
    width: 100%;
  }
  .pTop .price__main--table table thead tr th:not(:last-of-type) {
    border-right: 1px solid #C5C5C5;
  }
  .pTop .price__main--table table thead tr th:first-of-type {
    border: none;
    width: 14.97585vw;
  }
  .pTop .price__main--table table thead tr th:nth-of-type(2) {
    width: 27.77778vw;
  }
  .pTop .price__main--table table thead tr th:last-of-type span {
    -moz-border-radius: 0 0.96618vw 0 0;
         border-radius: 0 0.96618vw 0 0;
  }
  .pTop .price__main--table table thead tr th span {
    width: 100%;
    background: #333;
    color: #fff;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 2.89855vw;
    line-height: 1.5;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    padding: 0.72464vw 0 0vw;
  }
  .pTop .price__main--table table thead tr th span.special {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .price__main--table table thead tr th span.special::after {
    position: absolute;
    content: "当社";
    width: 100%;
    height: 7.97101vw;
    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: 3.86473vw;
    font-family: "M PLUS 1", sans-serif;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    background: #FD9A3D;
    -moz-border-radius: 0.96618vw 0.96618vw 0 0;
         border-radius: 0.96618vw 0.96618vw 0 0;
  }
  .pTop .price__main--table table tbody tr {
    border-bottom: 0.48309vw solid #C5C5C5;
    background: #fff;
  }
  .pTop .price__main--table table tbody tr:nth-of-type(even) {
    background: #F9F9F9;
  }
  .pTop .price__main--table table tbody tr td {
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    padding: 1.69082vw 0;
    color: #333333;
  }
  .pTop .price__main--table table tbody tr td:nth-of-type(1) {
    font-size: 3.1401vw;
  }
  .pTop .price__main--table table tbody tr td span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
  .pTop .price__main--table table tbody tr td small {
    font-size: 2.41546vw;
    line-height: 1.5;
  }
  .pTop .price__main--table table tbody tr td em {
    font-style: normal;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: -1.69082vw 0;
    padding: 1.69082vw 0;
  }
  .pTop .price__main--table table tbody tr td em::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% + 2.41546vw);
    height: -moz-calc(100% + 2.41546vw);
    height: calc(100% + 2.41546vw);
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.41546vw;
    z-index: -1;
    -moz-border-radius: 0 0 2.53623vw 2.53623vw;
         border-radius: 0 0 2.53623vw 2.53623vw;
  }
  .pTop .price__main--table table tbody tr td:not(:last-of-type) {
    border-right: 1px solid #C5C5C5;
  }
  .pTop .price__main--table table tbody tr td:nth-of-type(2) span {
    color: #FD9A3D;
    font-size: 4.83092vw;
    line-height: 1.5;
  }
  .pTop .price__main--table table tbody tr td:nth-of-type(2) small {
    font-size: 2.89855vw;
  }
  .pTop .price__main--note {
    margin-top: 5.07246vw;
    font-size: 2.41546vw;
    line-height: 1.5;
    font-weight: 500;
    color: #626564;
  }
  .pTop .price__main--zero {
    margin-top: -4.83092vw;
    line-height: 0;
    margin-left: -2.657vw;
    margin-right: -2.657vw;
  }
  .pTop .cta {
    background: #FF8D00;
    padding: 4.10628vw 0 4.83092vw;
  }
  .pTop .cta__main {
    max-width: 85.50725vw;
    margin: auto;
    padding: 0;
  }
  .pTop .cta__main--top {
    width: 61.64493vw;
    margin-left: auto;
    height: 20.28986vw;
    text-align: center;
    padding: 1.09662vw 0 0 1.74155vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    transform: translateZ(0);
  }
  .pTop .cta__main--top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/ctaUnion_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -webkit-filter: drop-shadow(0.48792vw 0.48792vw 1.21981vw rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0.48792vw 0.48792vw 1.21981vw rgba(0, 0, 0, 0.05));
    z-index: -1;
  }
  .pTop .cta__main--top h3 {
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1', sans-serif;
    color: #333;
  }
  .pTop .cta__main--top h3 span {
    font-size: 6.03865vw;
    color: #FF8D00;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--top h3 span::after {
    position: absolute;
    content: "";
    width: 2.2657vw;
    height: 2.35266vw;
    background: url("../img/ctaIllus01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -2.01208vw;
    top: 0.48309vw;
  }
  .pTop .cta__main--top p {
    font-size: 2.89855vw;
    line-height: 1.3;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 500;
    color: #333;
  }
  .pTop .cta__main--top::before {
    position: absolute;
    content: "";
    width: 32.6087vw;
    height: 39.37198vw;
    background: url("../img/ctaWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -24.15459vw;
    top: -6.76329vw;
    pointer-events: none;
    z-index: -1;
  }
  .pTop .cta__main--box {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 1.69082vw;
    padding: 2.41546vw 1.93237vw 3.38164vw 1.93237vw;
    border: 0.72464vw solid #F05E12;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 1.20773vw 1.93237vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 1.20773vw 1.93237vw rgba(0, 0, 0, 0.25);
  }
  .pTop .cta__main--box::before {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    content: "";
    width: 2.53623vw;
    height: 4.34783vw;
    background: url("../img/ctaSplash.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.3285vw;
  }
  .pTop .cta__main--box::after {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    content: "";
    width: 2.53623vw;
    height: 4.34783vw;
    background: url("../img/ctaSplash.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.3285vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .cta__main--box h4 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: 500;
    font-family: 'M PLUS 1', sans-serif;
    color: #009E6A;
  }
  .pTop .cta__main--box h4 br {
    display: none;
  }
  .pTop .cta__main--box h4 span {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
  }
  .pTop .cta__main--box h4 em {
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 5.7971vw;
    font-weight: 900;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box h4 em::after {
    position: absolute;
    content: "";
    width: 7.85024vw;
    height: 1.69082vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .cta__main--box h4 em span {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapTel {
    width: 100%;
    line-height: 0;
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 18.35749vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    overflow: hidden;
    order: 4;
    margin-top: 0.96618vw;
  }
  .pTop .cta__main--box .wrapTel::before, .pTop .cta__main--box .wrapTel::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #028CF5), color-stop(50%, #0186EB));
    background: -webkit-linear-gradient(top, #028CF5 50%, #0186EB 50%);
    background: -moz- oldlinear-gradient(top, #028CF5 50%, #0186EB 50%);
    background: linear-gradient(180deg, #028CF5 50%, #0186EB 50%);
    pointer-events: none;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    z-index: -1;
  }
  .pTop .cta__main--box .wrapTel::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0894FF), color-stop(50%, #0284E6));
    background: -webkit-linear-gradient(top, #0894FF 50%, #0284E6 50%);
    background: -moz- oldlinear-gradient(top, #0894FF 50%, #0284E6 50%);
    background: linear-gradient(180deg, #0894FF 50%, #0284E6 50%);
  }
  .pTop .cta__main--box .wrapTel::after {
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    border: 0.48309vw solid #fff;
  }
  .pTop .cta__main--box .wrapTel a {
    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;
    padding: 3.19807vw 9.81643vw 4.16425vw 13.2174vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    line-height: 0;
    text-align: center;
  }
  .pTop .cta__main--box .wrapTel a::before {
    position: absolute;
    content: "";
    width: 7.4879vw;
    height: 7.6666vw;
    left: 4.34782vw;
    top: 5.314vw;
    background: url(../img/ctaTel_sp.webp) 0px 0px/contain no-repeat;
  }
  .pTop .cta__main--box .wrapTel a::after {
    position: absolute;
    content: "";
    width: 4.11111vw;
    height: 4.11111vw;
    background: #fff url("../img/ctaTriangle03.webp") center no-repeat;
    -moz-background-size: 1.69082vw 1.93237vw;
         background-size: 1.69082vw 1.93237vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: 4.34783vw;
    top: 7.00483vw;
  }
  .pTop .cta__main--box .wrapTel a em {
    font-style: normal;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
  }
  .pTop .cta__main--box .wrapTel a em + em {
    margin-left: 1.20773vw;
  }
  .pTop .cta__main--box .wrapTel a span {
    width: 100%;
    display: block;
    position: relative;
    font-size: 5.7971vw;
    line-height: 0.8;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 2.41546vw;
  }
  .pTop .cta__main--box .wrapDoc {
    margin-top: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 18.35749vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    overflow: hidden;
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .pTop .cta__main--box .wrapDoc::before, .pTop .cta__main--box .wrapDoc::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF9200), color-stop(50%, #FF8914));
    background: -webkit-linear-gradient(top, #FF9200 50%, #FF8914 50%);
    background: -moz- oldlinear-gradient(top, #FF9200 50%, #FF8914 50%);
    background: linear-gradient(180deg, #FF9200 50%, #FF8914 50%);
    pointer-events: none;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    z-index: -1;
  }
  .pTop .cta__main--box .wrapDoc::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF9200), color-stop(50%, #FE8105));
    background: -webkit-linear-gradient(top, #FF9200 50%, #FE8105 50%);
    background: -moz- oldlinear-gradient(top, #FF9200 50%, #FE8105 50%);
    background: linear-gradient(180deg, #FF9200 50%, #FE8105 50%);
  }
  .pTop .cta__main--box .wrapDoc::after {
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    border: 0.48309vw solid #fff;
  }
  .pTop .cta__main--box .wrapDoc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    text-align: center;
    color: #fff;
    padding: 0px 10.3188vw 0px 14.7343vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box .wrapDoc a::before, .pTop .cta__main--box .wrapDoc a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box .wrapDoc a::before {
    width: 7.11835vw;
    height: 8.3888vw;
    left: 4.5893vw;
    background: url("../img/ctaDoc.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__main--box .wrapDoc a::after {
    width: 4.11111vw;
    height: 4.11111vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/ctaTriangle01.webp") center no-repeat;
    -moz-background-size: 1.69082vw 1.93237vw;
         background-size: 1.69082vw 1.93237vw;
    right: 4.34783vw;
  }
  .pTop .cta__main--box .wrapDoc a small {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapDoc a span {
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .cta__main--box .wrapLine {
    margin-top: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 18.35749vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    overflow: hidden;
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .pTop .cta__main--box .wrapLine::before, .pTop .cta__main--box .wrapLine::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #05B178), color-stop(50%, #00A26C));
    background: -webkit-linear-gradient(top, #05B178 50%, #00A26C 50%);
    background: -moz- oldlinear-gradient(top, #05B178 50%, #00A26C 50%);
    background: linear-gradient(180deg, #05B178 50%, #00A26C 50%);
    pointer-events: none;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    z-index: -1;
  }
  .pTop .cta__main--box .wrapLine::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #009E6A), color-stop(50%, #009E6A));
    background: -webkit-linear-gradient(top, #009E6A 50%, #009E6A 50%);
    background: -moz- oldlinear-gradient(top, #009E6A 50%, #009E6A 50%);
    background: linear-gradient(180deg, #009E6A 50%, #009E6A 50%);
  }
  .pTop .cta__main--box .wrapLine::after {
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    border: 0.48309vw solid #fff;
  }
  .pTop .cta__main--box .wrapLine a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    text-align: center;
    color: #fff;
    padding: 0px 12.2512vw 0px 16.666vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box .wrapLine a::before, .pTop .cta__main--box .wrapLine a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box .wrapLine a::before {
    width: 8.6956vw;
    height: 8.51932vw;
    left: 3.8647vw;
    background: url("../img/ctaMess.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__main--box .wrapLine a::after {
    width: 4.11111vw;
    height: 4.11111vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/ctaTriangle02.webp") center no-repeat;
    -moz-background-size: 1.69082vw 1.93237vw;
         background-size: 1.69082vw 1.93237vw;
    right: 4.34783vw;
  }
  .pTop .cta__main--box .wrapLine a small {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .cta__main--box .wrapLine a span {
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .work {
    background: #E8FFF7;
    padding: 9.66184vw 0 12.07729vw;
  }
  .pTop .work h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .work h2 img {
    max-width: 100%;
  }
  .pTop .work__success {
    margin-top: 6.03865vw;
  }
  .pTop .work__success--case {
    max-width: 85.50725vw;
    margin: auto;
    padding: 0;
  }
  .pTop .work__success--case article h4 {
    -moz-border-radius: 0.96618vw 0.96618vw 0 0;
         border-radius: 0.96618vw 0.96618vw 0 0;
    background: #009E6A;
    -moz-box-shadow: 0.48309vw 0.48309vw 1.80193vw 0.24155vw rgba(0, 0, 0, 0.05);
         box-shadow: 0.48309vw 0.48309vw 1.80193vw 0.24155vw rgba(0, 0, 0, 0.05);
    color: #fff;
    text-align: center;
    font-size: 5.31401vw;
    line-height: 1.2;
    font-family: 'M PLUS 1',sans-serif;
    font-weight: 700;
    padding: 2.41546vw 1.20773vw 3.1401vw 1.20773vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article h4::before {
    position: absolute;
    content: "";
    width: 12.56039vw;
    height: 15.52657vw;
    background: url("../img/workRibbon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 2.17391vw;
  }
  .pTop .work__success--case article .arCon {
    border: 0.48309vw solid #009E6A;
    background: #fff;
    -moz-box-shadow: 0.58937vw 0.58937vw 2.20773vw 0.29469vw rgba(0, 0, 0, 0.05);
         box-shadow: 0.58937vw 0.58937vw 2.20773vw 0.29469vw rgba(0, 0, 0, 0.05);
    padding: 3.38164vw 4.10628vw 2.41546vw 4.10628vw;
    -moz-border-radius: 0 0 0.96618vw 0.96618vw;
         border-radius: 0 0 0.96618vw 0.96618vw;
  }
  .pTop .work__success--case article .wrapImage {
    position: relative;
    width: 100%;
  }
  .pTop .work__success--case article .wrapImage .image {
    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;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
  }
  .pTop .work__success--case article .wrapImage .image::after {
    position: absolute;
    content: "";
    width: 7.00483vw;
    height: 5.07246vw;
    background: url("../img/workDoubleArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .work__success--case article .wrapImage .image figure, .pTop .work__success--case article .wrapImage .image picture {
    width: 36.71498vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article .wrapImage .image figure::before, .pTop .work__success--case article .wrapImage .image picture::before {
    position: absolute;
    width: 11.83575vw;
    height: 4.58937vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    left: 0;
    top: 0;
  }
  .pTop .work__success--case article .wrapImage .image figure img, .pTop .work__success--case article .wrapImage .image picture img {
    width: 100%;
    height: 41.78744vw;
    object-fit: cover;
  }
  .pTop .work__success--case article .wrapImage .image figure:nth-of-type(1)::before, .pTop .work__success--case article .wrapImage .image picture:nth-of-type(1)::before {
    content: "Before";
    background: #009E6A;
  }
  .pTop .work__success--case article .wrapImage .image figure:nth-of-type(2)::before, .pTop .work__success--case article .wrapImage .image picture:nth-of-type(2)::before {
    content: "After";
    background: #FE8105;
  }
  .pTop .work__success--case article .info {
    margin-top: 3.38164vw;
  }
  .pTop .work__success--case article .info .txt {
    background: #E6FFF7;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 2.657vw 2.89855vw;
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .work__success--case article .info figure, .pTop .work__success--case article .info picture {
    width: 100%;
    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: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -2.657vw;
    position: relative;
    z-index: 2;
    -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 .work__success--case article .info figure img, .pTop .work__success--case article .info picture img {
    width: 11.11111vw;
    height: auto;
  }
  .pTop .work__success--case article .info figure figcaption, .pTop .work__success--case article .info picture figcaption {
    font-size: 2.41546vw;
    line-height: 1.5;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    background: #E6FFF7;
    padding: 0 1.44928vw;
    height: 3.86473vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    margin-bottom: 3.1401vw;
  }
  .pTop .work__success--case article + article {
    margin-top: 6.03865vw;
  }
  .pTop .voice {
    background: url("../img/voiceBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 10.38647vw 0 11.35266vw;
  }
  .pTop .voice h2 {
    text-align: center;
    font-size: 8.69565vw;
    line-height: 1.5;
    color: #333333;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    padding: 0 0 4.83092vw;
    position: relative;
  }
  .pTop .voice h2::after {
    position: absolute;
    content: "User’s Voice";
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .voice h2 span {
    display: inline-block;
    position: relative;
  }
  .pTop .voice h2 span::before {
    position: absolute;
    content: "";
    width: 13.52657vw;
    height: 10.31159vw;
    background: url("../img/voiceMess.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -14.7343vw;
    top: 2.41546vw;
  }
  .pTop .voice__slide {
    margin: 2.41546vw auto 0;
    overflow: inherit;
    position: relative;
  }
  .pTop .voice__slide article {
    padding: 3.86473vw 2.05314vw 0;
    width: 89.61353vw;
    height: auto;
  }
  .pTop .voice__slide article .arInner {
    background: #fff;
    border: 0.72464vw solid #009E6A;
    -moz-box-shadow: 1.20773vw 1.20773vw 2.41546vw rgba(0, 0, 0, 0.3);
         box-shadow: 1.20773vw 1.20773vw 2.41546vw rgba(0, 0, 0, 0.3);
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
    padding: 10.86957vw 4.34783vw 10.86957vw;
  }
  .pTop .voice__slide article .arInner .arNum {
    position: absolute;
    width: 28.74396vw;
    height: 7.72947vw;
    background: #009E6A;
    -moz-border-radius: 0vw;
         border-radius: 0vw;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 0.48309vw;
    top: -3.86473vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .voice__slide article .arInner .arNum span {
    font-size: 6.28019vw;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
  }
  .pTop .voice__slide article .arInner .arTop .title h4 {
    text-align: center;
    font-size: 5.31401vw;
    line-height: 1.5;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
    color: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0.72464vw 1.20773vw 3.62319vw;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::before, .pTop .voice__slide article .arInner .arTop .title h4::after {
    position: absolute;
    content: "";
    width: 5.19324vw;
    height: 7.24638vw;
    background: url("../img/voiceCorner01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::before {
    left: 0;
    top: 0;
  }
  .pTop .voice__slide article .arInner .arTop .title h4::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .voice__slide article .arInner .arTop .title .age {
    text-align: right;
    margin-top: 1.57005vw;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    color: #009E6A;
  }
  .pTop .voice__slide article .arInner .arTop figure,
  .pTop .voice__slide article .arInner .arTop picture {
    margin: auto;
  }
  .pTop .voice__slide article .arInner .arTop figure.st1,
  .pTop .voice__slide article .arInner .arTop picture.st1 {
    width: 32.09179vw;
  }
  .pTop .voice__slide article .arInner .arTop figure.st2,
  .pTop .voice__slide article .arInner .arTop picture.st2 {
    width: 30.07005vw;
  }
  .pTop .voice__slide article .arInner .arTop figure.st3,
  .pTop .voice__slide article .arInner .arTop picture.st3 {
    width: 29.02415vw;
  }
  .pTop .voice__slide article .arInner .arBot {
    margin-top: 5.33092vw;
    font-size: 3.86473vw;
    line-height: 1.4;
    font-weight: 400;
    color: #626564;
  }
  .pTop .voice__slide .slick-arrow {
    position: absolute;
    width: 8.9372vw;
    height: 8.9372vw;
    -moz-box-shadow: 0 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.72464vw 0.72464vw 0 rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    text-indent: -9999px;
    border: none;
  }
  .pTop .voice__slide .slick-prev {
    background: url("../img/voiceCtrl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .voice__slide .slick-next {
    background: url("../img/voiceCtrl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .voice__slide .slick-track {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .pTop .voice__slide .slick-slide {
    height: auto !important;
  }
  .pTop .voice__slide .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.86473vw;
  }
  .pTop .voice__slide .slick-dots li {
    width: 2.89855vw;
    height: 2.89855vw;
    margin: 0 1.20773vw;
    opacity: 1;
    line-height: 0;
  }
  .pTop .voice__slide .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #F6FAFF;
    text-indent: -9999px;
    overflow: hidden;
  }
  .pTop .voice__slide .slick-dots li.slick-active button {
    background: #FFC800;
  }
  .pTop .flow {
    background: #BFE8DA url("../img/flowBg.webp") 0 0 repeat;
    padding: 7.97101vw 0 11.5942vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 43.71981vw;
    background: #009E6A;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .flow h2 {
    text-align: center;
    font-size: 8.21256vw;
    line-height: 1.5;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5.7971vw;
    color: #fff;
  }
  .pTop .flow h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 500;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    color: #BFE8DA;
  }
  .pTop .flow h2 span {
    display: inline-block;
    position: relative;
  }
  .pTop .flow h2 span::before, .pTop .flow h2 span::after {
    position: absolute;
    content: "";
  }
  .pTop .flow h2 span::before {
    width: 17.8599vw;
    height: 27.24155vw;
    background: url("../img/flowIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -74px;
    top: -44px;
  }
  .pTop .flow h2 span::after {
    width: 28.31643vw;
    height: 19.32367vw;
    background: url("../img/flowIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -18.6401vw;
    top: -15.45894vw;
  }
  .pTop .flow__main {
    margin-top: 4.34783vw;
  }
  .pTop .flow__main--list {
    counter-reset: li;
    padding: 0 3.62319vw;
  }
  .pTop .flow__main--list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list ul li {
    counter-increment: li;
    width: 100%;
    padding: 0vw 0vw 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
    -moz-box-shadow: 0 1.44928vw 1.44928vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 1.44928vw 1.44928vw rgba(0, 0, 0, 0.1);
  }
  .pTop .flow__main--list ul li::after {
    position: absolute;
    content: counter(li, decimal-leading-zero);
    font-size: 8.21256vw;
    line-height: 1.5;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #009E6A;
    top: -0.96618vw;
    left: 3.38164vw;
    width: 13.04348vw;
    height: 16.62077vw;
    background: url("../img/flowUnion.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 0.72464vw 0.48309vw rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0.72464vw 0.48309vw rgba(0, 0, 0, 0.1));
    text-align: center;
    padding-top: 1.20773vw;
  }
  .pTop .flow__main--list ul li + li {
    margin-top: 6.76329vw;
  }
  .pTop .flow__main--list ul li + li::before {
    position: absolute;
    content: "";
    width: 14.00966vw;
    height: 5.31401vw;
    background: #009E6A;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: -8.69565vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .flow__main--list ul li figure,
  .pTop .flow__main--list ul li picture {
    width: 100%;
  }
  .pTop .flow__main--list ul li figure img,
  .pTop .flow__main--list ul li picture img {
    width: 100%;
  }
  .pTop .flow__main--list ul li h3 {
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1', sans-serif;
    color: #009E6A;
    margin-top: 2.89855vw;
    padding: 0 5.7971vw;
  }
  .pTop .flow__main--list ul li .txt {
    padding: 0 5.7971vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    margin-top: 0.96618vw;
  }
  .pTop .flow__main--list ul + ul {
    margin-top: 6.76329vw;
    position: relative;
  }
  .pTop .flow__main--list ul + ul::after {
    position: absolute;
    content: "";
    width: 14.00966vw;
    height: 5.31401vw;
    background: #009E6A;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: -8.69565vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .faq {
    padding: 7.24638vw 0 8.45411vw;
    background: #009E6A;
  }
  .pTop .faq__title {
    text-align: center;
    color: #fff;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
  }
  .pTop .faq__title span {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
  }
  .pTop .faq__title h2 {
    font-size: 8.21256vw;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 2.17391vw;
    font-weight: 700;
    margin-top: 1.20773vw;
    margin-bottom: 9.17874vw;
  }
  .pTop .faq__title h2::after {
    position: absolute;
    content: "";
    width: 16.90821vw;
    height: 0.96618vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .faq__main {
    padding: 0 7.24638vw;
  }
  .pTop .faq__main .list dl dt {
    color: #333333;
    background: #FEEB14;
    font-size: 4.34783vw;
    line-height: 1.3;
    font-weight: 700;
    padding: 2.89855vw 14.25121vw 2.89855vw 13.28502vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 5.7971vw;
    line-height: 1.5;
    font-weight: 700;
    left: 4.83092vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #009E6A;
  }
  .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 5.07246vw;
    height: 5.07246vw;
    background: url("../img/faqPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6.03865vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -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.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .faq__main .list dl dd {
    background: #fff;
    padding: 12.31884vw 4.83092vw 3.1401vw;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    margin-top: -8.45411vw;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 2.41546vw;
  }
  .pTop .area {
    padding: 10.62802vw 0 14.97585vw;
    background: #E8FFF7;
  }
  .pTop .area h2 {
    text-align: center;
    font-size: 8.69565vw;
    line-height: 1.5;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5.31401vw;
    margin-bottom: 4.10628vw;
    color: #009E6A;
  }
  .pTop .area h2::after {
    position: absolute;
    content: "Area";
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #009E6A;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pTop .area__main--intro h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .area__main--intro h3::before, .pTop .area__main--intro h3::after {
    content: "";
    width: 4.34783vw;
    height: 8.45411vw;
    background: url("../img/areaSplash.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .area__main--intro h3::before {
    margin-right: 0vw;
  }
  .pTop .area__main--intro h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 0vw;
  }
  .pTop .area__main--intro h3 em {
    font-style: normal;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'M PLUS 1', sans-serif;
    color: #009E6A;
    text-align: center;
  }
  .pTop .area__main--intro h3 em span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #feeb14), to(#feeb14));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #feeb14 50%, #feeb14 100%);
  }
  .pTop .area__main--intro p {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: "M PLUS 1", sans-serif;
    color: #09C486;
    margin-top: 5.55556vw;
  }
  .pTop .area__main--detail {
    margin: 5.7971vw 0 0;
  }
  .pTop .area__main--detail .left {
    width: 100%;
  }
  .pTop .area__main--detail .left ul {
    margin: -1.08696vw -1.3285vw;
    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 .area__main--detail .left ul li {
    white-space: nowrap;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    padding: 1.93237vw 3.1401vw;
    margin: 1.08696vw 1.3285vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #09C486;
    min-width: 20.77295vw;
    text-align: center;
  }
  .pTop .area__main--detail .left ul li:nth-of-type(-n+4) {
    background: #009E6A;
  }
  .pTop .area__main--detail .left figure,
  .pTop .area__main--detail .left picture {
    margin-top: 2.657vw;
    width: 100%;
  }
  .pTop .area__main--detail .right {
    width: 100%;
    margin-top: 2.89855vw;
  }
  .pTop .area__main--detail .right dl {
    border: 2px solid #333333;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    background: #fff;
  }
  .pTop .area__main--detail .right dl dt {
    font-size: 4.34783vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #fff;
    padding: 3.38164vw 8.45411vw 3.1401vw 5.55556vw;
    background: #009E6A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .area__main--detail .right dl dt::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/areaPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.1401vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .area__main--detail .right dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .area__main--detail .right dl dd {
    font-size: 3.38164vw;
    line-height: 6.76329vw;
    color: #333333;
    font-weight: 400;
    padding: 4.34783vw 3.38164vw 4.34783vw 5.55556vw;
    display: none;
  }
  .pTop .area__main--detail .right dl + dl {
    margin-top: 3.1401vw;
  }
  .pTop .contact {
    background: #E8FFF7;
    padding: 9.42029vw 0 10.14493vw;
  }
  .pTop .contact h2 {
    text-align: center;
    font-size: 8.69565vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'M PLUS 1', sans-serif;
    color: #009E6A;
  }
  .pTop .contact__main .form {
    -moz-border-radius: 6.28019vw;
         border-radius: 6.28019vw;
    border: 0.96618vw solid #009E6A;
    margin-top: 3.86473vw;
    background: #fff;
    padding: 8.21256vw 3.62319vw 7.24638vw;
  }
  .pTop .contact__main .form dl dt {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #626564;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    width: 8.21256vw;
    height: 4.34783vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #FF3A3A;
    color: #fff;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    margin-left: 2.41546vw;
    display: inline-block;
    text-align: center;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 2.657vw;
  }
  .pTop .contact__main .form dl dd .wrapInput input,
  .pTop .contact__main .form dl dd .wrapInput textarea {
    background: #F0F0F0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #D4D4D4;
    color: #626564;
    font-size: 3.86473vw;
    line-height: 5.94203vw;
    font-weight: 500;
    padding: 2.657vw 4.83092vw;
    outline: none;
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder,
  .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder,
  .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder,
  .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder,
  .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 53.62319vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.44928vw -4.22705vw;
    line-height: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    display: inline-block;
    margin: 1.44928vw 4.22705vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    white-space: nowrap;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 400;
    color: #626564;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 3.62319vw;
    height: 3.62319vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #D4D4D4;
    background: #F0F0F0;
  }
  .pTop .contact__main .form dl dd .wrapRadio .other {
    margin: 1.44928vw 4.22705vw;
    width: 100%;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 4.83092vw;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 7.00483vw;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #626564;
    display: inline-block;
    position: relative;
    padding: 0 0 0 5.31401vw;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    color: #4A80CB;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #F0F0F0;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.86473vw;
    line-height: 1;
  }
  .pTop .contact__main .form button {
    display: block;
    outline: none;
    -moz-box-shadow: 0;
         box-shadow: 0;
    border: 0;
    width: 100%;
    height: 19.56522vw;
    margin: 4.83092vw auto 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: none;
  }
  .pTop .contact__main .form button::before, .pTop .contact__main .form button::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%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF3B3B), color-stop(50%, #FF1F1F));
    background: -webkit-linear-gradient(top, #FF3B3B 50%, #FF1F1F 50%);
    background: -moz- oldlinear-gradient(top, #FF3B3B 50%, #FF1F1F 50%);
    background: linear-gradient(180deg, #FF3B3B 50%, #FF1F1F 50%);
    pointer-events: none;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    z-index: -1;
  }
  .pTop .contact__main .form button::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FF2E37), color-stop(50%, #FF4747));
    background: -webkit-linear-gradient(top, #FF2E37 50%, #FF4747 50%);
    background: -moz- oldlinear-gradient(top, #FF2E37 50%, #FF4747 50%);
    background: linear-gradient(180deg, #FF2E37 50%, #FF4747 50%);
  }
  .pTop .contact__main .form button::after {
    width: -webkit-calc(100% - 0.48309vw);
    width: -moz-calc(100% - 0.48309vw);
    width: calc(100% - 0.48309vw);
    height: -webkit-calc(100% - 0.48309vw);
    height: -moz-calc(100% - 0.48309vw);
    height: calc(100% - 0.48309vw);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    border: 0.48309vw solid #fff;
  }
  .pTop .contact__main .form button span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 6.76329vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .contact__main .form button span::after {
    content: "＞";
    font-size: 4.34783vw;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-left: 3.86473vw;
  }
  .pTop .lawyer {
    background: #7A9ED0;
    padding: 7.72947vw 0 10.38647vw;
  }
  .pTop .lawyer h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .lawyer h2 span {
    font-size: 7.24638vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: "M PLUS 1", sans-serif;
    color: #F6FAFF;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    padding: 0 5.31401vw;
  }
  .pTop .lawyer h2 span::before, .pTop .lawyer h2 span::after {
    position: absolute;
    content: "";
    width: 2.05314vw;
    height: 2.657vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .pTop .lawyer h2 span::before {
    left: 0;
    top: 0;
  }
  .pTop .lawyer h2 span::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .lawyer__main {
    max-width: 85.50725vw;
    margin: 4.58937vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .lawyer__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F6FAFF;
    z-index: -1;
  }
  .pTop .lawyer__main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #D9E7FF;
    top: 2.657vw;
    left: 1.93237vw;
    z-index: -2;
  }
  .pTop .lawyer__main figure,
  .pTop .lawyer__main picture {
    width: 32.6087vw;
    position: absolute;
    right: 1.93237vw;
    top: 2.17391vw;
  }
  .pTop .lawyer__main figure img,
  .pTop .lawyer__main picture img {
    width: 100%;
    height: auto;
  }
  .pTop .lawyer__main article {
    -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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
    padding: 19.32367vw 0 4.83092vw;
    width: 100%;
  }
  .pTop .lawyer__main article::after {
    position: absolute;
    content: "";
    width: 12.56039vw;
    height: 13.52657vw;
    background: url("../img/ceoIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3.86473vw;
    left: 5.7971vw;
  }
  .pTop .lawyer__main article span {
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #7A9ED0;
    padding: 0 0 0.72464vw;
    border-bottom: 3px double #7A9ED0;
  }
  .pTop .lawyer__main article h3 {
    font-size: 6.28019vw;
    line-height: 1.5;
    font-weight: 500;
    color: #7A9ED0;
    margin-top: 1.93237vw;
  }
  .pTop .lawyer__main article .info {
    border-left: 1px solid #626564;
    padding: 0 0 0 2.53623vw;
    margin-top: 1.93237vw;
  }
  .pTop .lawyer__main article .info address {
    font-style: normal;
    font-size: 3.38164vw;
    line-height: 1.3;
    font-weight: 400;
    color: #626564;
    display: block;
    width: 100%;
  }
  .pTop .lawyer__main article .info a.tel {
    margin-top: 0.96618vw;
    display: inline-block;
    position: relative;
    padding: 0 0 0 6.28019vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #626564;
  }
  .pTop .lawyer__main article .info a.tel::before {
    position: absolute;
    content: "";
    width: 4.91546vw;
    height: 4.19324vw;
    background: url("../img/ceoPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer {
    background: #009E6A;
    padding: 2.17391vw 0 2.657vw;
  }
  .footer .link {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #fff;
  }
  .footer .link a {
    color: #fff;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    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;
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5vw 2.41546vw;
  }
  .ctaFixed .wrapTel {
    width: 100%;
    height: 20.0435vw;
    position: relative;
    -webkit-transform: translateZ(0px);
       -moz-transform: translateZ(0px);
            transform: translateZ(0px);
    -moz-border-radius: 3.00966vw;
         border-radius: 3.00966vw;
    overflow: hidden;
  }
  .ctaFixed .wrapTel::before, .ctaFixed .wrapTel::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%);
    pointer-events: none;
    z-index: -1;
    -moz-border-radius: 3.00966vw;
         border-radius: 3.00966vw;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff5610), color-stop(50%, #ff4510));
    background: -webkit-linear-gradient(top, #ff5610 50%, #ff4510 50%);
    background: -moz- oldlinear-gradient(top, #ff5610 50%, #ff4510 50%);
    background: linear-gradient(180deg, #ff5610 50%, #ff4510 50%);
  }
  .ctaFixed .wrapTel::after {
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    -moz-border-radius: 2.50725vw;
         border-radius: 2.50725vw;
    border-width: 0.48309vw;
    border-style: solid;
    border-color: white;
    -webkit-border-image: initial;
       -moz-border-image: initial;
            border-image: initial;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff5610), color-stop(50%, #ff4510));
    background: -webkit-linear-gradient(top, #ff5610 50%, #ff4510 50%);
    background: -moz- oldlinear-gradient(top, #ff5610 50%, #ff4510 50%);
    background: linear-gradient(180deg, #ff5610 50%, #ff4510 50%);
  }
  .ctaFixed .wrapTel a {
    display: block;
    width: 100%;
    font-size: 7.5vw;
    line-height: 1.2;
    font-weight: 700;
    color: white;
    position: absolute;
    left: 0px;
    top: -5vw;
    -webkit-transform: translateZ(0px);
       -moz-transform: translateZ(0px);
            transform: translateZ(0px);
    padding: 3.97585vw 0px 3.97585vw 18.9372vw;
  }
  .ctaFixed .wrapTel a::before {
    position: absolute;
    content: "";
    width: 9.51932vw;
    height: 10.6498vw;
    left: 5.50725vw;
    top: 10vw;
    background: url(../img/ctaTel_sp.webp) 0px 0px/contain no-repeat;
  }
  .ctaFixed .wrapTel a span {
    font-size: 3.5vw;
  }
  .pTop .footer {
    padding-bottom: 26.5314vw;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container footer {
    width: 100%;
    margin-top: auto;
    background: #fff;
  }
  .pChild .container footer .link {
    color: #333;
  }
  .pChild .container footer .link a {
    color: #333;
  }
  .pChild__content {
    padding: 19.32367vw 3.62319vw;
  }
  .pChild__content h2 {
    text-align: center;
    font-size: 8.69565vw;
    line-height: 1.5;
    font-weight: 700;
    color: #009E6A;
    letter-spacing: 0.05em;
    margin-bottom: 14.49275vw;
  }
  .pChild__content .btn {
    margin-top: 14.49275vw;
    text-align: center;
  }
  .pChild__content .btn 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: 100%;
    height: 18.84058vw;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: #009E6A;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    -moz-box-shadow: 0 0.94686vw 0 black;
         box-shadow: 0 0.94686vw 0 black;
  }
  .pChild__content .company {
    max-width: 100%;
    margin: auto;
  }
  .pChild__content .company .list dl dt {
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 700;
    color: #009E6A;
    width: 49.03382vw;
  }
  .pChild__content .company .list dl dd {
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
  }
  .pChild__content .company .list dl + dl {
    margin-top: 4.83092vw;
  }
  .pChild__content .policy {
    max-width: 217.3913vw;
    margin: auto;
  }
  .pChild__content .policy .list dl {
    font-size: 3.86473vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 400;
  }
  .pChild__content .policy .list dl dt {
    font-weight: 700;
  }
  .pChild__content .policy .list dl + dl {
    margin-top: 6.95652vw;
  }
  .pChild__content .thanks .txt {
    font-size: 3.38164vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 400;
    text-align: center;
  }
  .pChild__content .thanks .txt span {
    font-weight: 700;
    color: #009E6A;
  }
  .pChild__content .thanks .txt a {
    text-decoration: underline;
    color: #009E6A;
  }
}

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