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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
  background-color: #F5F5F5;
}

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

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

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

.c_red {
  color: #D62C2C;
}

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

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

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

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

@font-face {
  font-family: "AP-OTF-A1GothicStd-Medium";
  src: url("../fonts/AP-OTF-A1GothicStd-Medium.otf");
}

@font-face {
  font-family: "AP-OTF-A1GothicStd-Bold";
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.otf");
}

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

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

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

:root {
  --noto: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
  --apm: "AP-OTF-A1GothicStd-Medium";
  --apb: "AP-OTF-A1GothicStd-Bold";
  --futura: "FuturaMedium";
  --din: "DIN-2014_Bold";
  --dindemi: "DIN-2014_Demi";
}

@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: 1000) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 40px;
    background: #C31112;
  }
  .header__main--left {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--left h1 {
    display: block;
    width: 41px;
    line-height: 0;
    margin-right: 9px;
  }
  .header__main--left h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left .slogan {
    font-size: 21.41px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right a.tel {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 50px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 8px;
  }
  .header__main--right a.tel span {
    font-size: 38.56px;
    line-height: 39px;
    font-family: var(--din);
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .header__main--right a.tel time {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .header__main--right a.tel::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    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__main--right a.line {
    width: 48px;
    height: 48px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    -moz-box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
  }
  .header__main--right a.mail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 223px;
    height: 48px;
    border: 1.64px solid #fff;
    -moz-border-radius: 4.11px;
         border-radius: 4.11px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    background: #C31112;
    padding-left: 12px;
    -moz-box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
  }
  .header__main--right a.mail::before {
    content: "";
    width: 27px;
    height: 19.56px;
    background: url("../img/headerMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5px;
  }
  .footer {
    background: #C11715;
    padding: 30px 0 21px;
    text-align: center;
  }
  .footer__link {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
  }
  .footer__link a {
    color: #fff;
  }
  .footer__copy {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop {
    background: #F4F4F4;
    padding-top: var(--header-height);
  }
  .pTop .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .pTop .fv {
    background: url("../img/mvBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
  }
  .pTop .fv__main {
    position: relative;
    z-index: 1;
  }
  .pTop .fv__main picture {
    text-align: center;
  }
  .pTop .fv__main picture img {
    width: 730.5px;
  }
  .pTop .fv__main--txt {
    position: absolute;
    text-align: right;
    font-size: 12px;
    line-height: 15px;
    right: 16px;
    bottom: 80px;
  }
  .pTop .fv__bot {
    background: url("../img/fv02.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    margin-top: -72px;
    position: relative;
    z-index: 2;
  }
  .pTop .fv__bot picture {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pTop .fv__bot--main {
    padding: 13px 0 13px;
    position: relative;
  }
  .pTop .fv__bot--main .fvSub {
    position: absolute;
    line-height: 0;
  }
  .pTop .fv__bot--main .fvSub img {
    width: 100%;
    height: auto;
  }
  .pTop .fv__bot--main .fvSub.fvSub01 {
    width: 130.5px;
    top: -217px;
    left: 397.5px;
    z-index: 2;
  }
  .pTop .fv__bot--main .fvSub.fvSub02 {
    width: 188.5px;
    top: -234.5px;
    left: 245px;
    z-index: 1;
  }
  .pTop .fv__bot--main .fvSub.fvSub03 {
    width: 212.5px;
    top: -231px;
    left: 112.5px;
    z-index: 2;
  }
  .pTop .cta {
    background: url("../img/ctaBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 0 56px;
  }
  .pTop .cta__main--title {
    text-align: center;
  }
  .pTop .cta__main--title span {
    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;
    color: #9E1D1B;
    font-size: 20px;
    line-height: 40px;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .cta__main--title span::before, .pTop .cta__main--title span::after {
    content: "";
    width: 15.37px;
    height: 36.58px;
    background: url("../img/ctaIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__main--title span::before {
    margin-right: 2.5px;
  }
  .pTop .cta__main--title span::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 2.5px;
  }
  .pTop .cta__main--title h2 {
    font-size: 32px;
    line-height: 1.3;
    font-family: var(--apb);
    color: #212121;
    margin-top: 8px;
    letter-spacing: -0.04em;
  }
  .pTop .cta__main--box {
    max-width: 884px;
    width: 100%;
    margin: 26px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 23px);
    height: -moz-calc(100% - 23px);
    height: calc(100% - 23px);
    left: 0;
    background: #fff;
    bottom: 0;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
         box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
  .pTop .cta__main--box--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .cta__main--box--list ul li {
    width: 32.57919%;
    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: 45px;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background: #C11715;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .cta__main--box--list ul li::before {
    content: "";
  }
  .pTop .cta__main--box--list ul li.st1::before {
    width: 31px;
    height: 31px;
    background: url("../img/ctaIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pTop .cta__main--box--list ul li.st2 {
    position: relative;
  }
  .pTop .cta__main--box--list ul li.st2::before {
    width: 22.31px;
    height: 28.56px;
    background: url("../img/ctaIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 4px;
  }
  .pTop .cta__main--box--list ul li.st2::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: url("../img/ctaIcon05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -18px;
    right: 0;
  }
  .pTop .cta__main--box--list ul li.st3::before {
    width: 28.82px;
    height: 26.22px;
    background: url("../img/ctaIcon04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 6px;
  }
  .pTop .cta__main--box--btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 23px 23px;
  }
  .pTop .cta__main--box--btn a.line {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 84px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #06C755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 4px 0 #06A146;
         box-shadow: 0 4px 0 #06A146;
    font-size: 30px;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--box--btn a.line::before, .pTop .cta__main--box--btn a.line::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--btn a.line::before {
    width: 55.13px;
    height: 52.52px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 23.53px;
  }
  .pTop .cta__main--box--btn a.line::after {
    width: 34px;
    height: 34px;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 27px;
  }
  .pTop .cta__main--box--btn a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .cta__main--box--btn a.tel {
    margin-right: 22px;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 57px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box--btn a.tel small {
    font-size: 17.54px;
    line-height: 1.7;
    font-weight: 700;
    color: #AF1927;
    display: block;
  }
  .pTop .cta__main--box--btn a.tel span {
    font-size: 50px;
    line-height: 29px;
    font-family: var(--roboto);
    color: #AF1927;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 6px;
  }
  .pTop .cta__main--box--btn a.tel::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .pTop .concern {
    background: url("../img/concernBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pTop .concern::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(354.66deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    background: -moz- oldlinear-gradient(354.66deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    background: linear-gradient(95.34deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
    z-index: -2;
  }
  .pTop .concern__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 42px;
    padding-bottom: 64px;
  }
  .pTop .concern__main::after {
    position: absolute;
    content: "";
    width: 107px;
    height: 225px;
    background: url("../img/concernWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: -11px;
  }
  .pTop .concern__main--title {
    text-align: center;
  }
  .pTop .concern__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 22px;
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #AF1927;
    padding: 0 30px 2px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 11px;
         border-radius: 11px;
  }
  .pTop .concern__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    width: 9px;
    height: 8px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .concern__main--title h2 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #fff;
  }
  .pTop .concern__main--list {
    margin-top: 15px;
  }
  .pTop .concern__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-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -15px 0;
    padding: 0 100px;
  }
  .pTop .concern__main--list ul li {
    margin: 15px 10px;
    width: 373px;
    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 .concern__main--list ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -3px -2px 7px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -3px -2px 7px rgba(0, 0, 0, 0.1);
    z-index: -2;
  }
  .pTop .concern__main--list ul li::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 28px;
    background: url("../img/concernTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -28px;
    right: 31px;
    z-index: -1;
  }
  .pTop .concern__main--list ul li picture {
    width: 154px;
  }
  .pTop .concern__main--list ul li picture img {
    width: 100%;
    height: 100%;
    min-height: 98px;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .concern__main--list ul li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #212121;
  }
  .pTop .cheap {
    background: url("../img/cheatBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 70px 0 80px;
  }
  .pTop .cheap::before {
    position: absolute;
    content: "";
    width: 586px;
    height: 391px;
    background: url("../img/cheatMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .cheap__main--title {
    text-align: center;
    font-size: 38px;
    line-height: 1.3;
    font-family: var(--apb);
    color: #212121;
  }
  .pTop .cheap__main--title span.st1 {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 10px;
  }
  .pTop .cheap__main--title span.st1::after {
    position: absolute;
    content: "";
    height: 41px;
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #00B2DE;
    -moz-border-radius: 3.55px;
         border-radius: 3.55px;
    z-index: -1;
  }
  .pTop .cheap__main--title span.st2 {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    letter-spacing: -0.05em;
  }
  .pTop .cheap__main--title span.st2::after {
    position: absolute;
    content: "";
    height: 41px;
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #C11715;
    -moz-border-radius: 3.55px;
         border-radius: 3.55px;
    z-index: -1;
  }
  .pTop .cheap__main--stat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 42px;
    position: relative;
  }
  .pTop .cheap__main--stat .forMan {
    width: 60.3%;
    margin-left: -0.028px;
    position: relative;
  }
  .pTop .cheap__main--stat .forMan figcaption {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: 32.5px;
    line-height: 49px;
    font-weight: 700;
    color: #00B2DE;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .pTop .cheap__main--stat .forWoman {
    width: 40.1%;
    position: relative;
  }
  .pTop .cheap__main--stat .forWoman figcaption {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 32.5px;
    line-height: 49px;
    font-weight: 700;
    color: #DA373A;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .pTop .cheap__main--stat .note {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
    margin-bottom: 4.069%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  .pTop .cheap__main--subTitle {
    text-align: center;
    margin-top: 50px;
    font-size: 38px;
    line-height: 1.3;
    font-family: var(--apb);
  }
  .pTop .cheap__main--subTitle span {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 7px;
  }
  .pTop .cheap__main--subTitle span::after {
    position: absolute;
    content: "";
    height: 41px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #C11715;
    -moz-border-radius: 3.55px;
         border-radius: 3.55px;
    z-index: -1;
  }
  .pTop .cheap__main--bot {
    margin-top: 34px;
  }
  .pTop .cheap__main--bot--arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .cheap__main--bot--arrow .left, .pTop .cheap__main--bot--arrow .right {
    width: 50%;
    height: 69px;
    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 .cheap__main--bot--arrow .left span, .pTop .cheap__main--bot--arrow .right span {
    text-align: center;
    color: #fff;
    width: 213px;
    height: 28px;
    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;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .cheap__main--bot--arrow .left {
    background: url("../img/cheatArrow01.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .cheap__main--bot--arrow .left span {
    background: #444444;
  }
  .pTop .cheap__main--bot--arrow .right {
    background: url("../img/cheatArrow02.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .cheap__main--bot--arrow .right span {
    background: #C11715;
  }
  .pTop .cheap__main--bot--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 31px -3px -3px;
  }
  .pTop .cheap__main--bot--list dl {
    width: 329px;
    margin: 3px;
  }
  .pTop .cheap__main--bot--list dl dt {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 2px 5px;
    -moz-border-radius: 20.5px;
         border-radius: 20.5px;
    position: relative;
    z-index: 2;
  }
  .pTop .cheap__main--bot--list dl dt.st1 {
    background: #444;
  }
  .pTop .cheap__main--bot--list dl dt.st2 {
    background: -webkit-gradient(linear, left top, right top, from(#444444), to(#C11715));
    background: -webkit-linear-gradient(left, #444444 0%, #C11715 100%);
    background: -moz- oldlinear-gradient(left, #444444 0%, #C11715 100%);
    background: linear-gradient(90deg, #444444 0%, #C11715 100%);
  }
  .pTop .cheap__main--bot--list dl dt.st3 {
    background: #C11715;
  }
  .pTop .cheap__main--bot--list dl dd {
    position: relative;
    z-index: 1;
  }
  .pTop .cheap__main--bot--list dl dd picture {
    width: 100%;
    margin-top: -14px;
  }
  .pTop .cheap__main--bot--list dl dd picture img {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .pTop .merit {
    border-top: 6px solid #C11715;
    border-bottom: 6px solid #C11715;
    padding: 50px 0 65px;
    background: #FFF6F4;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .merit::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #FFEFEA;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
  }
  .pTop .merit__main--title {
    text-align: center;
    font-size: 32px;
    line-height: 52px;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .merit__main--title span {
    font-family: var(--apb);
    font-size: 40px;
    letter-spacing: -0.15em;
    color: #F66B18;
  }
  .pTop .merit__main--intro {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .pTop .merit__main--list {
    margin: 23.5px -6.5px -6.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;
  }
  .pTop .merit__main--list dl {
    width: 240px;
    margin: 6.5px;
  }
  .pTop .merit__main--list dl dt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--futura);
    text-align: center;
    padding: 2px 5px;
    -moz-border-radius: 20.5px;
         border-radius: 20.5px;
    background: #C11715;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .pTop .merit__main--list dl dd {
    position: relative;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }
  .pTop .merit__main--list dl dd picture {
    margin-top: -14px;
  }
  .pTop .merit__main--list dl dd picture img {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }
  .pTop .merit__main--list dl dd p {
    height: 89px;
    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;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #212121;
  }
  .pTop .risk {
    padding: 40px 0 129px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: drop-shadow(0 14px 54px rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0 14px 54px rgba(0, 0, 0, 0.07));
  }
  .pTop .risk::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFF6EC;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 137px), 50% 100%, 0 -webkit-calc(100% - 137px));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 137px), 50% 100%, 0 -moz-calc(100% - 137px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 137px), 50% 100%, 0 calc(100% - 137px));
  }
  .pTop .risk__main--title {
    text-align: center;
    line-height: 0;
  }
  .pTop .risk__main--title img {
    width: 428px;
  }
  .pTop .risk__main--intro {
    margin-top: 31px;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-family: var(--apm);
  }
  .pTop .risk__main--list {
    margin-top: 43px;
    counter-reset: ar;
  }
  .pTop .risk__main--list h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 55px;
    font-weight: 500;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    background: #D32821;
    -moz-border-radius: 38.5px;
         border-radius: 38.5px;
  }
  .pTop .risk__main--list h3 span {
    color: #FCD227;
    font-size: 42px;
    font-family: var(--apb);
    letter-spacing: -0.24em;
    margin-right: 10px;
  }
  .pTop .risk__main--list article {
    counter-increment: ar;
    background: #fff;
    -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    padding: 13px 14px 15px 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    max-width: 827px;
    margin: 18px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .risk__main--list article::before, .pTop .risk__main--list article::after {
    position: absolute;
    width: 60px;
    height: 62px;
    -moz-border-radius: 60px 60px 60px 0;
         border-radius: 60px 60px 60px 0;
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -24px;
  }
  .pTop .risk__main--list article::before {
    content: "RISK";
    font-size: 12px;
    line-height: 16px;
    font-family: var(--dindemi);
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-top: 12px;
    background: #F66B18;
    z-index: 2;
  }
  .pTop .risk__main--list article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 27px;
    line-height: 47px;
    font-family: var(--dindemi);
    font-weight: 600;
    padding-top: 15px;
    z-index: 3;
  }
  .pTop .risk__main--list article picture {
    width: 319px;
    margin-right: 18px;
  }
  .pTop .risk__main--list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .risk__main--list article .arCon h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #D32821;
  }
  .pTop .risk__main--list article .arCon .txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .pTop .risk__main--list article .arCon .txt span {
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .risk__main--list article .arCon .txt em {
    font-style: normal;
    color: #D32821;
    font-weight: 700;
  }
  .pTop .point {
    position: relative;
    z-index: 4;
    padding-bottom: 80px;
  }
  .pTop .point__main h2 {
    margin-top: -64px;
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apb);
    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;
    text-align: center;
  }
  .pTop .point__main h2 span.st1 {
    -webkit-text-stroke: 7px #FFF3E6;
    paint-order: stroke fill;
  }
  .pTop .point__main h2 span.st2 {
    -webkit-text-stroke: 7px #f4f4f4;
    paint-order: stroke fill;
  }
  .pTop .point__main h2 span.st2 em {
    font-style: normal;
    color: #D32821;
  }
  .pTop .point__main h3 {
    margin-top: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 52px;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .point__main h3 span {
    font-size: 40px;
    font-family: var(--apb);
    color: #F66B18;
  }
  .pTop .point__main .intro {
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }
  .pTop .point__main .list {
    margin-top: 25px;
    counter-reset: dl;
  }
  .pTop .point__main .list dl {
    counter-increment: dl;
  }
  .pTop .point__main .list dl dt {
    background: #D32821;
    -moz-border-radius: 29px;
         border-radius: 29px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    padding: 13px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pTop .point__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    background: url("../img/pointCurve.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .list dl dt::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 39.87px;
    height: 39.87px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #D32821;
    font-family: var(--din);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 23px;
  }
  .pTop .point__main .list dl dd {
    background: #fff;
    -moz-border-radius: 0 0 20px 20px;
         border-radius: 0 0 20px 20px;
    margin-top: -27px;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    padding: 45px 40px 18px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .point__main .list dl dd figure, .pTop .point__main .list dl dd picture {
    width: 325px;
  }
  .pTop .point__main .list dl dd .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
  }
  .pTop .point__main .list dl dd .txt span {
    color: #F66B18;
    font-weight: 700;
  }
  .pTop .point__main .list dl + dl {
    margin-top: 20px;
  }
  .pTop .point__main .list dl:nth-of-type(odd) dd figure, .pTop .point__main .list dl:nth-of-type(odd) dd picture {
    margin-right: 28px;
  }
  .pTop .point__main .list dl:nth-of-type(even) dd {
    -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 .point__main .list dl:nth-of-type(even) dd figure, .pTop .point__main .list dl:nth-of-type(even) dd picture {
    margin-left: 25px;
  }
  .pTop .reason {
    background: #FFF6EC;
    padding: 89px 0 80px;
  }
  .pTop .reason__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    letter-spacing: -0.04em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .reason__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 60px;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -39px;
    z-index: -1;
  }
  .pTop .reason__main--list {
    counter-reset: 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;
    margin: 34px -10px -24px;
  }
  .pTop .reason__main--list article {
    margin: 24px 10px;
    width: 320px;
    counter-increment: ar;
    background: #fff;
    border-width: 3px;
    border-style: solid;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0px 15px 15px;
  }
  .pTop .reason__main--list article h3 {
    margin: -31px auto 0;
    height: 82px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    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 70px 0 15px;
  }
  .pTop .reason__main--list article h3.st2 {
    font-size: 18px;
  }
  .pTop .reason__main--list article h3::before, .pTop .reason__main--list article h3::after {
    position: absolute;
    width: 66px;
    height: 66px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    text-align: center;
    line-height: 23px;
    font-weight: 900;
    right: 4px;
  }
  .pTop .reason__main--list article h3::before {
    border: 2px solid #DC5C10;
    content: "REASONS";
    background: #fff;
    font-size: 10px;
    padding-top: 10px;
  }
  .pTop .reason__main--list article h3::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 25px;
    padding-top: 28px;
  }
  .pTop .reason__main--list article figure, .pTop .reason__main--list article picture {
    -moz-border-radius: 5px;
         border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
  }
  .pTop .reason__main--list article p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 10px;
    color: #000;
  }
  .pTop .reason__main--list article:nth-of-type(odd) {
    border-color: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3 {
    background: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3::before {
    border-color: #DC5C10;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3::before, .pTop .reason__main--list article:nth-of-type(odd) h3::after {
    color: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(even) {
    border-color: #F64118;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3 {
    background: #F64118;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3::before {
    border-color: #D9320C;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3::before, .pTop .reason__main--list article:nth-of-type(even) h3::after {
    color: #F64118;
  }
  .pTop .flow {
    background: #C11715;
    padding: 60px 0 80px;
  }
  .pTop .flow__main--title {
    text-align: center;
  }
  .pTop .flow__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 22px;
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #C11715;
    padding: 0 30px 2px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 11px;
         border-radius: 11px;
  }
  .pTop .flow__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    width: 9px;
    height: 8px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .flow__main--title h2 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #fff;
  }
  .pTop .flow__main--list {
    margin-top: 20px;
    counter-reset: ar;
  }
  .pTop .flow__main--list article {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    counter-increment: ar;
    padding: 25px 44px 30px 45px;
  }
  .pTop .flow__main--list article + article {
    margin-top: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 40px;
    background: #FFC7C7 url("../img/flowArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 45px;
    top: -40px;
  }
  .pTop .flow__main--list article h3 {
    padding-top: 29px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C11715;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article h3::before {
    position: absolute;
    content: "STEP." counter(ar, decimal-leading-zero);
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    font-family: var(--futura);
    color: #C11715;
    letter-spacing: -0.04em;
    left: 0;
    top: 0;
  }
  .pTop .flow__main--list article h3::after {
    position: absolute;
    content: "";
    right: 0;
  }
  .pTop .flow__main--list article h3.st1::after {
    width: 75px;
    height: 76.73px;
    background: url("../img/flowPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 11.27px;
  }
  .pTop .flow__main--list article h3.st2::after {
    width: 93.22px;
    height: 90.9px;
    background: url("../img/flowIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -1px;
  }
  .pTop .flow__main--list article h3.st3::after {
    width: 88.39px;
    height: 81.28px;
    background: url("../img/flowIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 8.66px;
  }
  .pTop .flow__main--list article h3.st4::after {
    width: 88.32px;
    height: 83.95px;
    background: url("../img/flowIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 8.05px;
  }
  .pTop .flow__main--list article .special {
    margin-top: 10px;
  }
  .pTop .flow__main--list article .special p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
  }
  .pTop .flow__main--list article .special a.line {
    margin-top: 15px;
    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: 424px;
    height: 84px;
    background: #06C755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 4px 0 #06A146;
         box-shadow: 0 4px 0 #06A146;
    font-size: 30px;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .flow__main--list article .special a.line::before, .pTop .flow__main--list article .special a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .flow__main--list article .special a.line::before {
    width: 55.13px;
    height: 52.52px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 23.53px;
  }
  .pTop .flow__main--list article .special a.line::after {
    width: 34px;
    height: 34px;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 27px;
  }
  .pTop .flow__main--list article .special a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .flow__main--list article .special a.tel {
    margin-top: 10px;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 357px;
    height: 85px;
    background: #FF7A01;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 4px 0 #D06300;
         box-shadow: 0 4px 0 #D06300;
    color: #fff;
    position: relative;
    padding: 0 0 0 76px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .flow__main--list article .special a.tel::before, .pTop .flow__main--list article .special a.tel::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .flow__main--list article .special a.tel::before {
    width: 49px;
    height: 32.15px;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 17px;
  }
  .pTop .flow__main--list article .special a.tel::after {
    width: 25px;
    height: 25px;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 20px;
  }
  .pTop .flow__main--list article .special a.tel small {
    font-size: 16px;
    line-height: 13.2px;
    font-family: var(--apm);
    color: #fff;
  }
  .pTop .flow__main--list article .special a.tel span {
    font-size: 25px;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 6px;
  }
  .pTop .flow__main--list article .special a.tel:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .flow__main--list article .special .note {
    margin-top: 7px;
    color: #C11715;
    font-size: 14px;
  }
  .pTop .flow__main--list article .txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
  }
  .pTop .flow__main--list article .txt span {
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .flow__main--list article .txt em {
    font-style: normal;
    font-weight: 700;
    color: #F66B18;
  }
  .pTop .case {
    background: #FFF6EC;
    padding: 89px 0 70px;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: -0.04em;
  }
  .pTop .case__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 60px;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -39px;
    z-index: -1;
  }
  .pTop .case__main .intro {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin-top: 20px;
  }
  .pTop .case__main .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px -10.5px -10px;
  }
  .pTop .case__main .list article {
    width: 319px;
    margin: 10px 10.5px;
  }
  .pTop .case__main .list article figure {
    text-align: center;
  }
  .pTop .case__main .list article figure img {
    width: auto;
    height: 183px;
  }
  .pTop .case__main .list article .arMain {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    height: -webkit-calc(100% -  183px);
    height: -moz-calc(100% -  183px);
    height: calc(100% -  183px);
    padding-bottom: 23px;
  }
  .pTop .case__main .list article .arMain h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 7px 0 8px;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
  }
  .pTop .case__main .list article .arMain h3 span {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.05em;
    margin-right: 3px;
    display: inline-block;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .pTop .case__main .list article .arMain__list {
    padding: 0 15px;
  }
  .pTop .case__main .list article .arMain__list dl {
    margin-top: 8px;
  }
  .pTop .case__main .list article .arMain__list dl dt {
    text-align: center;
    background: #EEEEEE;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 3.5px 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .pTop .case__main .list article .arMain__list dl dd {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 5px;
  }
  .pTop .case__main .list article .arMain__list .spec {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
  }
  .pTop .case__main .list article.st1 .arMain {
    border-color: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain h3 {
    background: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain__list dl dd {
    color: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain__list .spec {
    color: #C11715;
  }
  .pTop .case__main .list article.st2 .arMain {
    border-color: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain h3 {
    background: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain__list dl dd {
    color: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain__list .spec {
    color: #F64118;
  }
  .pTop .case__main .list article.st3 .arMain {
    border-color: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain h3 {
    background: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain__list dl dd {
    color: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain__list .spec {
    color: #F66B18;
  }
  .pTop .case__main .note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #5D5D5D;
  }
  .pTop .case__main .note p {
    position: relative;
    padding-left: 14px;
  }
  .pTop .case__main .note p::before {
    position: absolute;
    content: "※";
    font-size: 14px;
    line-height: 24px;
    top: 0;
    left: 0;
  }
  .pTop .afterflow {
    background: url("../img/afterBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 62px 0 70px;
  }
  .pTop .afterflow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .pTop .afterflow__main--title {
    text-align: center;
  }
  .pTop .afterflow__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 22px;
    background: #C11715;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #fff;
    padding: 0 30px 2.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 11px;
         border-radius: 11px;
  }
  .pTop .afterflow__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    width: 9px;
    height: 8px;
    background: #C11715;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .afterflow__main--title h2 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #212121;
  }
  .pTop .afterflow__main--box {
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 4px solid #F5413F;
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
         box-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
    margin-top: 57px;
  }
  .pTop .afterflow__main--box h3 {
    text-align: center;
    margin-top: -27px;
  }
  .pTop .afterflow__main--box h3 span {
    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: 401px;
    height: 54px;
    -moz-border-radius: 9.72px;
         border-radius: 9.72px;
    border: 3px solid #F46361;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #212121;
    background: #fff;
  }
  .pTop .afterflow__main--box--flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 33px 23px 30px;
  }
  .pTop .afterflow__main--box--flex figure {
    width: 40.04306%;
    margin-right: 3.98278%;
  }
  .pTop .afterflow__main--box--flex .con {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 31px 0 0;
  }
  .pTop .afterflow__main--box--flex .con p {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
  }
  .pTop .afterflow__main--box--flex .con h4 {
    margin-top: 23px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 9.72px;
         border-radius: 9.72px;
    background: #F5413F;
    padding: 7px 0;
  }
  .pTop .afterflow__main--box--flex .con ul {
    margin-top: 20px;
    padding: 0 0 0 17px;
  }
  .pTop .afterflow__main--box--flex .con ul li {
    position: relative;
    padding: 0 0 0 44.12px;
    font-size: 20.55px;
    line-height: 1.7;
    font-weight: 700;
    color: #000;
  }
  .pTop .afterflow__main--box--flex .con ul li::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 30.5px;
    background: url("../img/afterCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 3px;
  }
  .pTop .afterflow__main--box--flex .con ul li + li {
    margin-top: 12.71px;
  }
  .pTop .survey {
    padding: 90px 0 80px;
  }
  .pTop .survey__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: -0.04em;
  }
  .pTop .survey__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 60px;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -39px;
    z-index: -1;
  }
  .pTop .survey__main .intro {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
  }
  .pTop .survey__main--contact {
    -moz-border-radius: 15px;
         border-radius: 15px;
    margin-top: 32px;
    background: #fff;
    border: 6px solid #C11715;
    padding: 40px 24px 42px;
  }
  .pTop .survey__main--contact .step {
    display: none;
  }
  .pTop .survey__main--contact .step + .step {
    margin-top: 46px;
  }
  .pTop .survey__main--contact .step.--active {
    display: block;
  }
  .pTop .survey__main--contact .step .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .survey__main--contact .step .head__icon {
    width: 92px;
    margin-right: 14px;
  }
  .pTop .survey__main--contact .step .head__icon img {
    width: 100%;
    height: 92px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .pTop .survey__main--contact .step .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .survey__main--contact .step .head__text--labels {
    font-size: 17.05px;
    line-height: 39px;
    font-weight: 500;
    color: #313131;
  }
  .pTop .survey__main--contact .step .head__text--main {
    padding: 14px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #F1F1F1;
    border: 1px solid #F3F5FA;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
  }
  .pTop .survey__main--contact .step .head__text--main h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #212121;
  }
  .pTop .survey__main--contact .step .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F1F1F1;
    position: relative;
    height: 80px;
    width: 100px;
  }
  .pTop .survey__main--contact .step .head__text--bound span {
    display: block;
    width: 10px;
    height: 10px;
    background: #324b85;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
  }
  .pTop .survey__main--contact .step .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .pTop .survey__main--contact .step .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .pTop .survey__main--contact .step .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .pTop .survey__main--contact .step__main {
    margin-top: 20px;
    display: none;
  }
  .pTop .survey__main--contact .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -5.5px;
  }
  .pTop .survey__main--contact .step__main ul li {
    width: 464px;
    margin: 5.5px;
  }
  .pTop .survey__main--contact .step__main ul li span {
    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;
    width: 100%;
    height: 59px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    background: #C11715;
    -moz-box-shadow: 0 4px 0 #970A09;
         box-shadow: 0 4px 0 #970A09;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .survey__main--contact .step__main ul li span:hover {
    background: #F66B18;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .survey__main--contact .step__main ul li.active span {
    background: #F66B18;
    -moz-box-shadow: 0 4px 0 #C75308;
         box-shadow: 0 4px 0 #C75308;
  }
  .pTop .survey__main--contact .step__main ul li.active span:hover {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .survey__main--contact .step.is_active .head__text--bound {
    display: none;
  }
  .pTop .survey__main--contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .pTop .survey__main--contact .step.is_active .step__main {
    display: block;
  }
  .pTop .survey__main--contact .step.choose .step__main ul li {
    pointer-events: none;
  }
  .pTop .survey__main--contact .step.choose .step__main ul li span {
    pointer-events: none;
  }
  .pTop .survey__main--contact .step .cta_btn {
    margin-top: 30px;
    background: #fff;
    padding: 26px 30px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
         box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .survey__main--contact .step .cta_btn a.line {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 84px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #06C755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 4px 0 #06A146;
         box-shadow: 0 4px 0 #06A146;
    font-size: 30px;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .survey__main--contact .step .cta_btn a.line::before, .pTop .survey__main--contact .step .cta_btn a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .survey__main--contact .step .cta_btn a.line::before {
    width: 55.13px;
    height: 52.52px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 23.53px;
  }
  .pTop .survey__main--contact .step .cta_btn a.line::after {
    width: 34px;
    height: 34px;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 27px;
  }
  .pTop .survey__main--contact .step .cta_btn a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel {
    margin-right: 22px;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 62px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel small {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 700;
    color: #AF1927;
    display: block;
  }
  .pTop .survey__main--contact .step .cta_btn a.tel span {
    font-size: 54px;
    line-height: 29px;
    font-family: var(--roboto);
    color: #AF1927;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 7px;
  }
  .pTop .survey__main--contact .step .cta_btn a.tel::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .pTop .faq {
    background: #FFF6EC;
    padding: 60px 0 70px;
  }
  .pTop .faq__main--title {
    text-align: center;
  }
  .pTop .faq__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 22px;
    background: #C11715;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #fff;
    padding: 0 30px 4px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 11px;
         border-radius: 11px;
  }
  .pTop .faq__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    width: 9px;
    height: 8px;
    background: #C11715;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .faq__main--title h2 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #212121;
  }
  .pTop .faq__main--list {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
  }
  .pTop .faq__main--list dl {
    background: #AF1927;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #fff;
    padding: 11px 7px 11px 11px;
  }
  .pTop .faq__main--list dl dt {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 53px 10px 42px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 30.77px;
    line-height: 41px;
    font-weight: 500;
    font-family: var(--futura);
    color: #fff;
    left: 2px;
    top: 2px;
  }
  .pTop .faq__main--list dl dt i {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #AF1927;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.active i {
    background: #750D17;
    -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 dt.active i::before, .pTop .faq__main--list dl dt.active i::after {
    background: #fff;
  }
  .pTop .faq__main--list dl dt.active + dd {
    margin-top: 11px;
  }
  .pTop .faq__main--list dl dd {
    background: #fff;
    padding: 18px 15px 19px 12px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    display: none;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 10px;
  }
  .pTop .overview {
    padding: 50px 0 70px;
    background: #F4F4F4;
  }
  .pTop .overview__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    margin-bottom: 30px;
  }
  .pTop .overview__main .flex {
    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: -21px;
  }
  .pTop .overview__main .flex .info {
    width: 475px;
    margin: 21px;
  }
  .pTop .overview__main .flex .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    color: #353535;
    border-bottom: 1px solid #C2C2C2;
  }
  .pTop .overview__main .flex .info dl dt {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    width: 190px;
  }
  .pTop .overview__main .flex .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .pTop .overview__main .flex .map {
    width: 483px;
    margin: 21px;
  }
  .pTop .overview__main .flex .map p {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #353535;
  }
  .pTop .overview__main .flex .map iframe {
    margin-top: 16px;
    width: 100%;
    min-height: 316px;
    height: -webkit-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: calc(100% - 32px);
    line-height: 0;
  }
  .pTop .contact {
    background: #fff;
    padding: 60px 0 50px;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
    font-family: var(--apm);
    color: #212121;
    letter-spacing: -0.04em;
  }
  .pTop .contact__main .form {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
  }
  .pTop .contact__main .form__box {
    background: #FBF8F6;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 40px 60px;
  }
  .pTop .contact__main .form__box dl:not(:last-of-type) {
    padding-bottom: 24px;
    border-bottom: 1px solid #DED0C0;
  }
  .pTop .contact__main .form__box dl + dl {
    margin-top: 24px;
  }
  .pTop .contact__main .form__box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #333333;
  }
  .pTop .contact__main .form__box dl dt.required::before {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    content: "必須";
    width: 44px;
    height: 24px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #AF1927;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-right: 12px;
  }
  .pTop .contact__main .form__box dl dt small {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #9E9E9E;
    display: inline-block;
    margin-left: 12px;
  }
  .pTop .contact__main .form__box dl dt span {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #AF1927;
    display: inline-block;
    margin-left: 12px;
  }
  .pTop .contact__main .form__box dl dd {
    margin-top: 16px;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input, .pTop .contact__main .form__box dl dd .wrapInput textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #E6D9CB;
    outline: none;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput textarea {
    height: 103px;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label {
    position: relative;
    cursor: pointer;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label + label {
    margin-top: 8px;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form__box 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__box dl dd .wrapRadio label span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .contact__main .form__box dl dd .wrapSel {
    width: 327px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form__box dl dd .wrapSel::after {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 14px;
    height: 10px;
    background: #333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
  }
  .pTop .contact__main .form__box dl dd .wrapSel select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    border: 1px solid #E6D9CB;
    outline: none;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 20px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #333333;
    padding: 0 0 0 18px;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    color: #AB7840;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    border: 1px solid #333333;
    -moz-border-radius: 2px;
         border-radius: 2px;
    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%;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 2px;
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 22px;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 356px;
    height: 66px;
    background: #AF1927;
    color: #fff;
    font-size: 18px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    line-height: 1;
    font-weight: 700;
    border: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form .wrapBtn button::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/contactCaret.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: 32px;
  }
  .pChild {
    height: 100%;
    background: #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;
  }
  .pChild__main {
    max-width: 850px;
    width: 100%;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 75px;
  }
  .pChild__main .privacy .intro {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
  }
  .pChild__main .privacy dl {
    margin-top: 30px;
  }
  .pChild__main .privacy dl dt {
    background: #C11715;
    padding: 14px 20px;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
  }
  .pChild__main .privacy dl dd {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .pChild__main .privacy dl + dl {
    margin-top: 50px;
  }
  .pChild__main .overview article + article {
    margin-top: 77px;
  }
  .pChild__main .overview article h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #C11715;
  }
  .pChild__main .overview article .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
  }
  .pChild__main .overview article .txt p {
    font-size: 16px;
    line-height: 1.8;
  }
  .pChild__main .overview article .txt p + p {
    margin-top: 27.2px;
  }
  .pChild__main .overview article .list {
    margin-top: 17px;
    border: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main .overview article .list dl:not(:last-of-type) {
    border-bottom: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl dt {
    width: 322px;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    padding: 17px;
    text-align: center;
    border-right: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 17px 25px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
  }
  .pChild__main .overview article .map {
    margin-top: 20px;
    line-height: 0;
  }
  .pChild__main .overview article .map iframe {
    width: 100%;
    height: 316px;
  }
  .pChild__main .thanks {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .pChild__main .thanks .txt span {
    color: #C11715;
    font-size: 20px;
    font-weight: 700;
  }
  .pChild__main .thanks .end {
    margin-top: 38px;
    color: #AF1927;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.657vw 3.62319vw 2.657vw 3.62319vw;
    background: #C31112;
  }
  .header__main--left {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--left h1 {
    display: block;
    width: 8.45411vw;
    line-height: 0;
    margin-right: 1.93237vw;
  }
  .header__main--left h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left .slogan {
    font-size: 3vw;
    line-height: 3.38164vw;
    font-weight: 700;
    color: #fff;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right a.tel {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.72464vw 0 0 9.17874vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 1.20773vw;
    border: 0.39614vw solid #fff;
    background: #FF7A01;
    -moz-border-radius: 0.99275vw;
         border-radius: 0.99275vw;
    width: 41.30435vw;
    height: 8.9372vw;
    -moz-box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
  .header__main--right a.tel span {
    font-size: 1.93237vw;
    line-height: 3.18841vw;
    font-family: var(--noto);
    font-weight: 500;
    color: transparent;
    white-space: nowrap;
    display: block;
    width: 100%;
    position: relative;
  }
  .header__main--right a.tel span::before {
    position: absolute;
    content: attr(data-sp);
    width: 100%;
    font-size: 1.93237vw;
    line-height: 3.18841vw;
    font-weight: 500;
    font-family: var(--noto);
    top: 0;
    left: 0;
    color: #fff;
  }
  .header__main--right a.tel time {
    display: block;
    width: 100%;
    font-size: 3.38164vw;
    line-height: 1;
    font-family: var(--din);
    color: transparent;
    white-space: nowrap;
    position: relative;
  }
  .header__main--right a.tel time::before {
    position: absolute;
    content: attr(data-sp);
    width: 100%;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--din);
    top: 0;
    left: 0;
    color: #fff;
  }
  .header__main--right a.tel::before {
    position: absolute;
    content: "";
    width: 6.76329vw;
    height: 4.4372vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.20773vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--right a.line {
    width: 51.16908vw;
    height: 14.49275vw;
    -moz-border-radius: 1.21498vw;
         border-radius: 1.21498vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.4372vw;
    font-weight: 700;
    color: #fff;
    border: 0.48309vw solid #fff;
    line-height: 0;
    background: #06C755;
    -moz-box-shadow: 0 0.24396vw 1.56522vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.24396vw 1.56522vw rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 3.62319vw;
    right: 3.62319vw;
    padding-left: 12.44686vw;
    display: none;
  }
  .header__main--right a.line::before {
    position: absolute;
    content: "";
    width: 8.44928vw;
    height: 7.94686vw;
    background: url("../img/headerLine_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 2.6401vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--right a.mail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.9372vw;
    height: 8.9372vw;
    border: 0.44444vw solid #fff;
    -moz-border-radius: 0.99275vw;
         border-radius: 0.99275vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    padding-left: 2.89855vw;
    -moz-box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
    background: #C31112 url("../img/headerMail.webp") center no-repeat;
    -moz-background-size: 5.55556vw 4.02657vw;
         background-size: 5.55556vw 4.02657vw;
  }
  .header__tel--fixed {
    width: 51.20773vw;
    height: 14.49275vw;
    -moz-border-radius: 0.99275vw;
         border-radius: 0.99275vw;
    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;
    border: 0.39614vw solid #fff;
    line-height: 0;
    background: #FF7A01;
    -moz-box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.19807vw 0.79469vw rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 3.62319vw;
    right: 3.62319vw;
    padding-left: 12.56039vw;
  }
  .header__tel--fixed::before {
    position: absolute;
    content: "";
    width: 8.9372vw;
    height: 5.99034vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 2.41546vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__tel--fixed small {
    font-size: 2.89855vw;
    line-height: 3.71981vw;
    font-weight: 500;
    font-family: var(--noto);
    color: #fff;
  }
  .header__tel--fixed span {
    font-size: 4.10628vw;
    line-height: 1;
    font-family: var(--din);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 0.56763vw;
  }
  .footer {
    background: #C11715;
    padding: 6.03865vw 0 2.41546vw;
    text-align: center;
  }
  .footer__link {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
  }
  .footer__link a {
    color: #fff;
  }
  .footer__copy {
    margin-top: 4.83092vw;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .footer {
    padding-bottom: 24.15459vw;
  }
  .pTop {
    background: #F4F4F4;
    padding-top: var(--header-height);
  }
  .pTop .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .pTop .fv__main {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .pTop .fv__main picture {
    text-align: center;
  }
  .pTop .fv__main picture img {
    width: 100%;
  }
  .pTop .cta {
    background: url("../img/ctaBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.24638vw 0 9.66184vw;
  }
  .pTop .cta__main--title {
    text-align: center;
  }
  .pTop .cta__main--title span {
    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;
    color: #9E1D1B;
    font-size: 4.83092vw;
    line-height: 9.66184vw;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .cta__main--title span::before, .pTop .cta__main--title span::after {
    content: "";
    width: 3.71256vw;
    height: 8.83575vw;
    background: url("../img/ctaIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__main--title span::before {
    margin-right: 0.60386vw;
  }
  .pTop .cta__main--title span::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 0.60386vw;
  }
  .pTop .cta__main--title h2 {
    font-size: 7.24638vw;
    line-height: 1.3;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
    font-family: var(--apb);
    font-weight: 700;
    color: #212121;
    margin-top: 2.657vw;
    letter-spacing: -0.04em;
  }
  .pTop .cta__main--box {
    margin: 5.55556vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.86473vw 3.1401vw 5.7971vw;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    -moz-box-shadow: 0 0.96618vw 5.7971vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.96618vw 5.7971vw rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  .pTop .cta__main--box--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .cta__main--box--list ul li {
    width: 27.29469vw;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    background: #C11715;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.3;
    font-weight: 500;
    padding: 16.90821vw 0 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
  }
  .pTop .cta__main--box--list ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__main--box--list ul li.st1::before {
    width: 11.5942vw;
    height: 11.5942vw;
    background: url("../img/ctaIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 2.89855vw;
  }
  .pTop .cta__main--box--list ul li.st2 {
    z-index: 2;
    position: relative;
  }
  .pTop .cta__main--box--list ul li.st2::before {
    width: 8.11353vw;
    height: 10.38647vw;
    background: url("../img/ctaIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3.38164vw;
  }
  .pTop .cta__main--box--list ul li.st2::after {
    content: "";
    position: absolute;
    width: 12.92029vw;
    height: 12.92029vw;
    background: url("../img/ctaIcon05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -4.58937vw;
    right: -2.53382vw;
  }
  .pTop .cta__main--box--list ul li.st3::before {
    width: 11.94686vw;
    height: 10.86957vw;
    background: url("../img/ctaIcon04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 3.38164vw;
  }
  .pTop .cta__main--box--btn {
    margin-top: 3.62319vw;
  }
  .pTop .cta__main--box--btn a.line {
    height: 20.28986vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #06C755;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #06A146;
         box-shadow: 0 0.96618vw 0 #06A146;
    font-size: 7.24638vw;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--box--btn a.line::before, .pTop .cta__main--box--btn a.line::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--btn a.line::before {
    width: 10.38647vw;
    height: 9.89614vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.10628vw;
  }
  .pTop .cta__main--box--btn a.line::after {
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.76329vw;
  }
  .pTop .cta__main--box--btn a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .cta__main--box--btn a.tel {
    margin-bottom: 3.62319vw;
    padding: 0 0 0 17.14976vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    height: 20.28986vw;
    width: 100%;
    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;
    background: #FF7A01;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #D06300;
         box-shadow: 0 0.96618vw 0 #D06300;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--box--btn a.tel small {
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    color: transparent;
    display: block;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box--btn a.tel small::before {
    position: absolute;
    content: attr(data-sp);
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }
  .pTop .cta__main--box--btn a.tel span {
    font-size: 6.03865vw;
    line-height: 6.03865vw;
    font-family: var(--apb);
    color: transparent;
    white-space: nowrap;
    margin-top: 1.44928vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box--btn a.tel span::before {
    position: absolute;
    content: attr(data-sp);
    font-size: 6.03865vw;
    line-height: 6.03865vw;
    font-family: var(--apb);
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }
  .pTop .cta__main--box--btn a.tel::before {
    position: absolute;
    content: "";
    width: 10.38647vw;
    height: 6.81401vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.10628vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box--btn a.tel::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.76329vw;
  }
  .pTop .concern {
    background: url("../img/concernBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .pTop .concern::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(354.66deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    background: -moz- oldlinear-gradient(354.66deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    background: linear-gradient(95.34deg, rgba(44, 44, 44, 0.8) 0%, rgba(98, 98, 98, 0.9) 100%);
    -webkit-backdrop-filter: blur(1.57005vw);
            backdrop-filter: blur(1.57005vw);
    z-index: -2;
  }
  .pTop .concern__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 9.66184vw;
    padding-bottom: 14.25121vw;
  }
  .pTop .concern__main::after {
    position: absolute;
    content: "";
    width: 23.91304vw;
    height: 50.48309vw;
    background: url("../img/concernWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 3.1401vw;
    bottom: -3.86473vw;
  }
  .pTop .concern__main--title {
    text-align: center;
  }
  .pTop .concern__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.31401vw;
    background: #fff;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #AF1927;
    padding: 0 7.24638vw 0.48309vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
  }
  .pTop .concern__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    width: 2.17391vw;
    height: 1.93237vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .concern__main--title h2 {
    margin-top: 4.58937vw;
    font-size: 9.66184vw;
    line-height: 1.3;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #fff;
  }
  .pTop .concern__main--list {
    margin-top: 4.83092vw;
  }
  .pTop .concern__main--list ul li {
    width: 73.18841vw;
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    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 .concern__main--list ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -3px -2px 7px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset -3px -2px 7px rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
  .pTop .concern__main--list ul li::after {
    position: absolute;
    content: "";
    width: 8.9372vw;
    height: 6.76329vw;
    background: url("../img/concernTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -4.83092vw;
    right: 7.48792vw;
    z-index: -2;
  }
  .pTop .concern__main--list ul li picture {
    width: 32.6087vw;
  }
  .pTop .concern__main--list ul li picture img {
    width: 100%;
    height: 100%;
    min-height: 23.6715vw;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .concern__main--list ul li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.62319vw;
    line-height: 1.5;
    font-weight: 700;
    color: #212121;
  }
  .pTop .concern__main--list ul li + li {
    margin-top: 3.62319vw;
  }
  .pTop .concern__main--list ul li:nth-of-type(3)::after {
    right: 16.90821vw;
  }
  .pTop .concern__main--list ul li:nth-of-type(odd) {
    margin-left: auto;
  }
  .pTop .cheap {
    background: url("../img/cheatBg.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 12.07729vw 0 14.49275vw;
  }
  .pTop .cheap::before {
    position: absolute;
    content: "";
    width: 65.21739vw;
    height: 43.47826vw;
    background: url("../img/cheatMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .cheap__main--title {
    text-align: center;
    font-size: 7.9058vw;
    line-height: 1.3;
    font-family: var(--apb);
    color: #212121;
  }
  .pTop .cheap__main--title span.st1 {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 2.41546vw;
  }
  .pTop .cheap__main--title span.st1::after {
    position: absolute;
    content: "";
    height: 8.62077vw;
    width: -webkit-calc(100% + 3.86473vw);
    width: -moz-calc(100% + 3.86473vw);
    width: calc(100% + 3.86473vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #00B2DE;
    -moz-border-radius: 0.73913vw;
         border-radius: 0.73913vw;
    z-index: -1;
  }
  .pTop .cheap__main--title span.st2 {
    color: #fff;
    display: inline-block;
    position: relative;
    letter-spacing: -0.05em;
  }
  .pTop .cheap__main--title span.st2::after {
    position: absolute;
    content: "";
    height: 8.62077vw;
    width: -webkit-calc(100% + 3.86473vw);
    width: -moz-calc(100% + 3.86473vw);
    width: calc(100% + 3.86473vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #C11715;
    -moz-border-radius: 0.73913vw;
         border-radius: 0.73913vw;
    z-index: -1;
  }
  .pTop .cheap__main--stat {
    margin-top: 8.26329vw;
    position: relative;
  }
  .pTop .cheap__main--stat .forMan {
    width: 100%;
    position: relative;
  }
  .pTop .cheap__main--stat .forMan figcaption {
    position: absolute;
    top: 0;
    left: 2.41546vw;
    font-size: 5.91787vw;
    line-height: 8.9372vw;
    font-weight: 700;
    color: #00B2DE;
    text-decoration: underline;
    text-underline-offset: 1.20773vw;
  }
  .pTop .cheap__main--stat .forWoman {
    position: relative;
    margin-right: -3.62319vw;
  }
  .pTop .cheap__main--stat .forWoman img {
    width: 100%;
    height: auto;
  }
  .pTop .cheap__main--stat .forWoman figcaption {
    position: absolute;
    top: 0;
    left: 2.41546vw;
    font-size: 5.91787vw;
    line-height: 8.9372vw;
    font-weight: 700;
    color: #DA373A;
    text-decoration: underline;
    text-underline-offset: 1.20773vw;
  }
  .pTop .cheap__main--stat .note {
    text-align: right;
    font-size: 2.89855vw;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 3.62319vw;
  }
  .pTop .cheap__main--subTitle {
    text-align: center;
    margin-top: 11.99758vw;
    font-size: 7.9058vw;
    line-height: 1.3;
    font-family: var(--apb);
  }
  .pTop .cheap__main--subTitle span {
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .pTop .cheap__main--subTitle span::after {
    position: absolute;
    content: "";
    height: 8.69565vw;
    width: -webkit-calc(100% + 1.93237vw);
    width: -moz-calc(100% + 1.93237vw);
    width: calc(100% + 1.93237vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #C11715;
    -moz-border-radius: 0.73913vw;
         border-radius: 0.73913vw;
    z-index: -1;
  }
  .pTop .cheap__main--bot {
    margin-top: 4.88164vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .cheap__main--bot--arrow {
    width: 18.11594vw;
    margin-right: 3.38164vw;
  }
  .pTop .cheap__main--bot--arrow .left, .pTop .cheap__main--bot--arrow .right {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .cheap__main--bot--arrow .left span, .pTop .cheap__main--bot--arrow .right span {
    text-align: center;
    color: #fff;
    width: 6.76329vw;
    height: 46.37681vw;
    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;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.3;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    letter-spacing: 0.3em;
    font-weight: 700;
  }
  .pTop .cheap__main--bot--arrow .left {
    background: url("../img/cheatArrow01_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .cheap__main--bot--arrow .left span {
    background: #444444;
  }
  .pTop .cheap__main--bot--arrow .right {
    background: url("../img/cheatArrow02_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .cheap__main--bot--arrow .right span {
    background: #C11715;
  }
  .pTop .cheap__main--bot--list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .cheap__main--bot--list dl {
    width: 100%;
  }
  .pTop .cheap__main--bot--list dl + dl {
    margin-top: 1.20773vw;
  }
  .pTop .cheap__main--bot--list dl dt {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 0.48309vw 1.20773vw;
    -moz-border-radius: 4.95169vw;
         border-radius: 4.95169vw;
    position: relative;
    z-index: 2;
  }
  .pTop .cheap__main--bot--list dl dt.st1 {
    background: #444;
  }
  .pTop .cheap__main--bot--list dl dt.st2 {
    background: -webkit-gradient(linear, left top, right top, from(#444444), to(#C11715));
    background: -webkit-linear-gradient(left, #444444 0%, #C11715 100%);
    background: -moz- oldlinear-gradient(left, #444444 0%, #C11715 100%);
    background: linear-gradient(90deg, #444444 0%, #C11715 100%);
  }
  .pTop .cheap__main--bot--list dl dt.st3 {
    background: #C11715;
  }
  .pTop .cheap__main--bot--list dl dd {
    position: relative;
    z-index: 1;
  }
  .pTop .cheap__main--bot--list dl dd picture {
    width: 100%;
    margin-top: -3.38164vw;
  }
  .pTop .cheap__main--bot--list dl dd picture img {
    width: 100%;
    height: 37.92271vw;
    object-fit: cover;
  }
  .pTop .merit {
    border-top: 1.20773vw solid #C11715;
    border-bottom: 1.20773vw solid #C11715;
    padding: 10.86957vw 0 13.28502vw;
    background: #FFF6F4;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .merit::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #FFEFEA;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
  }
  .pTop .merit__main--title {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 12.56039vw;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .merit__main--title span {
    font-family: var(--apb);
    font-size: 9.66184vw;
    letter-spacing: -0.15em;
    color: #F66B18;
  }
  .pTop .merit__main--intro {
    margin-top: 2.41546vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .pTop .merit__main--list {
    margin: 5.7971vw -1.20773vw -1.20773vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .merit__main--list dl {
    width: 45.16908vw;
    margin: 1.20773vw;
  }
  .pTop .merit__main--list dl dt {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--futura);
    text-align: center;
    padding: 0.48309vw 1.20773vw;
    -moz-border-radius: 4.95169vw;
         border-radius: 4.95169vw;
    background: #C11715;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .pTop .merit__main--list dl dd {
    position: relative;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.1);
  }
  .pTop .merit__main--list dl dd picture {
    margin-top: -3.38164vw;
  }
  .pTop .merit__main--list dl dd picture img {
    height: 38.64734vw;
    width: 100%;
    object-fit: cover;
  }
  .pTop .merit__main--list dl dd p {
    height: 14.97585vw;
    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;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.4;
    font-weight: 700;
    color: #212121;
  }
  .pTop .merit__main--list dl dd p.st2 {
    height: 19.80676vw;
  }
  .pTop .risk {
    padding: 9.66184vw 0 27.53623vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: drop-shadow(0 3.38164vw 13.04348vw rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0 3.38164vw 13.04348vw rgba(0, 0, 0, 0.07));
  }
  .pTop .risk::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFF6EC;
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 13.76812vw), 50% 100%, 0 -webkit-calc(100% - 13.76812vw));
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 13.76812vw), 50% 100%, 0 -moz-calc(100% - 13.76812vw));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13.76812vw), 50% 100%, 0 calc(100% - 13.76812vw));
  }
  .pTop .risk__main--title {
    text-align: center;
    line-height: 0;
  }
  .pTop .risk__main--title img {
    width: 82.6087vw;
  }
  .pTop .risk__main--intro {
    margin-top: 7.24638vw;
    text-align: center;
    font-size: 5.7971vw;
    line-height: 1.5;
    font-family: var(--apm);
  }
  .pTop .risk__main--list {
    margin-top: 9.90338vw;
    counter-reset: ar;
  }
  .pTop .risk__main--list h3 {
    text-align: center;
    color: #fff;
    font-size: 6.46377vw;
    line-height: 11.11111vw;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    background: #D32821;
    -moz-border-radius: 7.6087vw;
         border-radius: 7.6087vw;
    padding: 1.69082vw 0 1.69082vw;
  }
  .pTop .risk__main--list h3 span {
    color: #FCD227;
    font-size: 8.48551vw;
    font-family: var(--apb);
    letter-spacing: -0.24em;
    margin-right: 1.20773vw;
  }
  .pTop .risk__main--list article {
    counter-increment: ar;
    background: #fff;
    -moz-box-shadow: 0 0.96618vw 4.34783vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.96618vw 4.34783vw rgba(0, 0, 0, 0.1);
    padding: 3.62319vw 3.62319vw 7.24638vw 3.62319vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    margin: 9.66184vw auto 0;
  }
  .pTop .risk__main--list article::before, .pTop .risk__main--list article::after {
    position: absolute;
    width: 14.49275vw;
    height: 14.97585vw;
    -moz-border-radius: 14.49275vw 14.49275vw 14.49275vw 0;
         border-radius: 14.49275vw 14.49275vw 14.49275vw 0;
    text-align: center;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.48792vw;
  }
  .pTop .risk__main--list article::before {
    content: "RISK";
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-family: var(--dindemi);
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-top: 2.89855vw;
    background: #F66B18;
    z-index: 2;
  }
  .pTop .risk__main--list article::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 6.52174vw;
    line-height: 11.35266vw;
    font-family: var(--dindemi);
    font-weight: 600;
    padding-top: 3.62319vw;
    z-index: 3;
  }
  .pTop .risk__main--list article picture {
    width: 100%;
  }
  .pTop .risk__main--list article .arCon {
    margin-top: 4.83092vw;
  }
  .pTop .risk__main--list article .arCon h4 {
    font-size: 5.31401vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #D32821;
  }
  .pTop .risk__main--list article .arCon .txt {
    margin-top: 4.83092vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
  }
  .pTop .risk__main--list article .arCon .txt span {
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .risk__main--list article .arCon .txt em {
    font-style: normal;
    color: #D32821;
    font-weight: 700;
  }
  .pTop .point {
    position: relative;
    z-index: 4;
    padding-bottom: 16.90821vw;
  }
  .pTop .point__main h2 {
    margin-top: -18.35749vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
    text-align: center;
    font-size: 7.24638vw;
    line-height: 1.2;
    font-family: var(--apb);
    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;
    text-align: center;
  }
  .pTop .point__main h2 span.st1 {
    -webkit-text-stroke: 1.69082vw #FFF3E6;
    paint-order: stroke fill;
  }
  .pTop .point__main h2 span.st2 {
    -webkit-text-stroke: 1.69082vw #f4f4f4;
    paint-order: stroke fill;
  }
  .pTop .point__main h2 span.st2 em {
    font-style: normal;
    color: #D32821;
  }
  .pTop .point__main h3 {
    margin-top: 12.07729vw;
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.2;
    font-family: var(--apm);
    letter-spacing: -0.04em;
  }
  .pTop .point__main h3 span {
    font-size: 9.66184vw;
    font-family: var(--apb);
    color: #F66B18;
  }
  .pTop .point__main .intro {
    margin-top: 4.83092vw;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .pTop .point__main .list {
    margin-top: 7.24638vw;
    counter-reset: dl;
  }
  .pTop .point__main .list dl {
    counter-increment: dl;
  }
  .pTop .point__main .list dl dt {
    background: #D32821;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1.3;
    font-weight: 700;
    padding: 4.34783vw 0vw 4.34783vw 14.97585vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
    min-height: 21.25604vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .point__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 11.11111vw;
    height: 11.11111vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.41546vw;
    background: url("../img/pointCurve.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .list dl dt::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    width: 9.63043vw;
    height: 9.63043vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #D32821;
    font-family: var(--din);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.1401vw;
  }
  .pTop .point__main .list dl dd {
    background: #fff;
    -moz-border-radius: 0 0 4.83092vw 4.83092vw;
         border-radius: 0 0 4.83092vw 4.83092vw;
    margin-top: -13.76812vw;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.1);
    padding: 17.3913vw 3.62319vw 7.24638vw 3.62319vw;
  }
  .pTop .point__main .list dl dd figure, .pTop .point__main .list dl dd picture {
    width: 100%;
  }
  .pTop .point__main .list dl dd .txt {
    font-size: 3.38164vw;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 4.83092vw;
  }
  .pTop .point__main .list dl dd .txt span {
    color: #F66B18;
    font-weight: 700;
  }
  .pTop .point__main .list dl + dl {
    margin-top: 4.83092vw;
  }
  .pTop .reason {
    background: #FFF6EC;
    padding: 19.08213vw 0 14.49275vw;
  }
  .pTop .reason__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    letter-spacing: -0.04em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .reason__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 14.49275vw;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9.42029vw;
    z-index: -1;
  }
  .pTop .reason__main--list {
    counter-reset: 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;
    margin: 5.31401vw -1.69082vw -2.89855vw;
  }
  .pTop .reason__main--list article {
    margin: 2.89855vw 1.69082vw;
    width: 44.68599vw;
    counter-increment: ar;
    background: #fff;
    border-width: 0.48309vw;
    border-style: solid;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 0vw 3.1401vw 5.31401vw;
  }
  .pTop .reason__main--list article h3 {
    margin: -3.38164vw auto 0;
    height: 16.42512vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    color: #fff;
    font-size: 3.62319vw;
    line-height: 1.3;
    font-weight: 700;
    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 12.56039vw 0 2.41546vw;
  }
  .pTop .reason__main--list article h3.st2 {
    font-size: 3.38164vw;
  }
  .pTop .reason__main--list article h3.st2 br {
    display: none;
  }
  .pTop .reason__main--list article h3::before, .pTop .reason__main--list article h3::after {
    position: absolute;
    width: 11.2971vw;
    height: 11.2971vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    text-align: center;
    line-height: 3.9372vw;
    font-weight: 900;
    right: 0.96618vw;
  }
  .pTop .reason__main--list article h3::before {
    border: 0.48309vw solid #DC5C10;
    content: "REASONS";
    background: #fff;
    font-size: 1.71256vw;
    padding-top: 1.69082vw;
  }
  .pTop .reason__main--list article h3::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 4.34783vw;
    padding-top: 4.83092vw;
  }
  .pTop .reason__main--list article figure, .pTop .reason__main--list article picture {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    overflow: hidden;
    margin-top: 2.41546vw;
  }
  .pTop .reason__main--list article p {
    font-size: 3.38164vw;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 2.41546vw;
    color: #000;
  }
  .pTop .reason__main--list article:nth-of-type(odd) {
    border-color: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3 {
    background: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3::before {
    border-color: #DC5C10;
  }
  .pTop .reason__main--list article:nth-of-type(odd) h3::before, .pTop .reason__main--list article:nth-of-type(odd) h3::after {
    color: #F66B18;
  }
  .pTop .reason__main--list article:nth-of-type(even) {
    border-color: #F64118;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3 {
    background: #F64118;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3::before {
    border-color: #D9320C;
  }
  .pTop .reason__main--list article:nth-of-type(even) h3::before, .pTop .reason__main--list article:nth-of-type(even) h3::after {
    color: #F64118;
  }
  .pTop .flow {
    background: #C11715;
    padding: 9.66184vw 0 14.49275vw;
  }
  .pTop .flow__main--title {
    text-align: center;
  }
  .pTop .flow__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.31401vw;
    background: #fff;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #C11715;
    padding: 0 7.24638vw 0.48309vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
  }
  .pTop .flow__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    width: 2.17391vw;
    height: 1.93237vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .flow__main--title h2 {
    margin-top: 1.93237vw;
    font-size: 9.66184vw;
    line-height: 1.3;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #fff;
  }
  .pTop .flow__main--list {
    margin-top: 4.83092vw;
    counter-reset: ar;
  }
  .pTop .flow__main--list article {
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    counter-increment: ar;
    padding: 7.24638vw 4.83092vw 7.24638vw 4.83092vw;
  }
  .pTop .flow__main--list article + article {
    margin-top: 10.86957vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 18.11594vw;
    height: 10.86957vw;
    background: #FFC7C7 url("../img/flowArrow.webp") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10.86957vw;
  }
  .pTop .flow__main--list article h3 {
    padding-top: 7.00483vw;
    padding-bottom: 4.83092vw;
    border-bottom: 1px solid #C11715;
    font-size: 5.7971vw;
    line-height: 7.48792vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article h3::before {
    position: absolute;
    content: "STEP." counter(ar, decimal-leading-zero);
    font-size: 5.31401vw;
    line-height: 7.00483vw;
    font-weight: 500;
    font-family: var(--futura);
    color: #C11715;
    letter-spacing: -0.04em;
    left: 0;
    top: 0;
  }
  .pTop .flow__main--list article h3::after {
    position: absolute;
    content: "";
    right: 0;
  }
  .pTop .flow__main--list article h3.st1::after {
    width: 13.5314vw;
    height: 13.843vw;
    background: url("../img/flowPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 5.48068vw;
  }
  .pTop .flow__main--list article h3.st2::after {
    width: 22.51691vw;
    height: 21.95652vw;
    background: url("../img/flowIcon01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -0.24155vw;
  }
  .pTop .flow__main--list article h3.st3::after {
    width: 17.67391vw;
    height: 16.25121vw;
    background: url("../img/flowIcon02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 4.76329vw;
  }
  .pTop .flow__main--list article h3.st4::after {
    width: 17.8744vw;
    height: 16.99034vw;
    background: url("../img/flowIcon03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 4.74879vw;
  }
  .pTop .flow__main--list article .special {
    margin-top: 4.34783vw;
  }
  .pTop .flow__main--list article .special p {
    font-size: 3.86473vw;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
  }
  .pTop .flow__main--list article .special a.line {
    margin-top: 4.83092vw;
    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;
    max-width: 83.09179vw;
    width: 100%;
    height: 20.28986vw;
    background: #06C755;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #06A146;
         box-shadow: 0 0.96618vw 0 #06A146;
    font-size: 7.24638vw;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .flow__main--list article .special a.line::before, .pTop .flow__main--list article .special a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .flow__main--list article .special a.line::before {
    width: 10.38647vw;
    height: 9.89614vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.1401vw;
  }
  .pTop .flow__main--list article .special a.line::after {
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 4.83092vw;
  }
  .pTop .flow__main--list article .special a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .flow__main--list article .special a.tel {
    margin-top: 2.41546vw;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*width: 86.23188vw;*/
    width: 100%;
    height: 22.22222vw;
    background: #FF7A01;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #D06300;
         box-shadow: 0 0.96618vw 0 #D06300;
    color: #fff;
    position: relative;
    padding: 0 0 0 18.35749vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .flow__main--list article .special a.tel::before, .pTop .flow__main--list article .special a.tel::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .flow__main--list article .special a.tel::before {
    width: 10.38647vw;
    height: 6.81401vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.10628vw;
  }
  .pTop .flow__main--list article .special a.tel::after {
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 4.83092vw;
  }
  .pTop .flow__main--list article .special a.tel small {
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    color: #fff;
  }
  .pTop .flow__main--list article .special a.tel span {
    font-size: 6.03865vw;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 1.44928vw;
  }
  .pTop .flow__main--list article .special a.tel:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .flow__main--list article .special .note {
    margin-top: 4.83092vw;
    color: #C11715;
    font-size: 3.38164vw;
    line-height: 1.3;
  }
  .pTop .flow__main--list article .txt {
    margin-top: 4.34783vw;
    font-size: 3.86473vw;
    line-height: 1.7;
    color: #000;
  }
  .pTop .flow__main--list article .txt span {
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, #fdff94 12%, #fdff94 88%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .flow__main--list article .txt em {
    font-style: normal;
    font-weight: 700;
    color: #F66B18;
  }
  .pTop .case {
    background: #FFF6EC;
    padding: 19.08213vw 0 12.07729vw;
  }
  .pTop .case__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: -0.04em;
  }
  .pTop .case__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 14.49275vw;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9.42029vw;
    z-index: -1;
  }
  .pTop .case__main .intro {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.7;
    color: #000;
    margin-top: 4.83092vw;
  }
  .pTop .case__main .list {
    margin-top: 2.41546vw;
  }
  .pTop .case__main .list article {
    width: 77.05314vw;
    margin: 2.41546vw auto 0;
  }
  .pTop .case__main .list article figure {
    text-align: center;
  }
  .pTop .case__main .list article figure img {
    width: auto;
    height: 44.2029vw;
  }
  .pTop .case__main .list article .arMain {
    border-style: solid;
    border-width: 0.48309vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding-bottom: 6.03865vw;
  }
  .pTop .case__main .list article .arMain h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 4.44686vw;
    line-height: 4.44686vw;
    padding: 1.69082vw 0 1.93237vw;
    -moz-border-radius: 1.93237vw 1.93237vw 0 0;
         border-radius: 1.93237vw 1.93237vw 0 0;
  }
  .pTop .case__main .list article .arMain h3 span {
    font-size: 8.45411vw;
    line-height: 8.45411vw;
    letter-spacing: -0.05em;
    margin-right: 0.72464vw;
    display: inline-block;
    -webkit-transform: translateY(0.48309vw);
       -moz-transform: translateY(0.48309vw);
        -ms-transform: translateY(0.48309vw);
            transform: translateY(0.48309vw);
  }
  .pTop .case__main .list article .arMain__list {
    padding: 0 3.62319vw;
  }
  .pTop .case__main .list article .arMain__list dl {
    margin-top: 1.93237vw;
  }
  .pTop .case__main .list article .arMain__list dl dt {
    text-align: center;
    background: #EEEEEE;
    color: #000;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    padding: 0.84541vw 0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .case__main .list article .arMain__list dl dd {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    margin-top: 1.20773vw;
  }
  .pTop .case__main .list article .arMain__list .spec {
    margin-top: 1.93237vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 400;
  }
  .pTop .case__main .list article.st1 .arMain {
    border-color: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain h3 {
    background: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain__list dl dd {
    color: #C11715;
  }
  .pTop .case__main .list article.st1 .arMain__list .spec {
    color: #C11715;
  }
  .pTop .case__main .list article.st2 .arMain {
    border-color: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain h3 {
    background: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain__list dl dd {
    color: #F64118;
  }
  .pTop .case__main .list article.st2 .arMain__list .spec {
    color: #F64118;
  }
  .pTop .case__main .list article.st3 .arMain {
    border-color: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain h3 {
    background: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain__list dl dd {
    color: #F66B18;
  }
  .pTop .case__main .list article.st3 .arMain__list .spec {
    color: #F66B18;
  }
  .pTop .case__main .note {
    margin-top: 2.41546vw;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    color: #5D5D5D;
  }
  .pTop .case__main .note p {
    position: relative;
    padding-left: 2.89855vw;
  }
  .pTop .case__main .note p + p {
    margin-top: 1.44928vw;
  }
  .pTop .case__main .note p::before {
    position: absolute;
    content: "※";
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    top: 0;
    left: 0;
  }
  .pTop .afterflow {
    background: #F4F4F4 url("../img/afterBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 9.90338vw 0 14.49275vw;
  }
  .pTop .afterflow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .pTop .afterflow__main--title {
    text-align: center;
  }
  .pTop .afterflow__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.31401vw;
    background: #C11715;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #fff;
    padding: 0 7.24638vw 0.60386vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
  }
  .pTop .afterflow__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    width: 2.17391vw;
    height: 1.93237vw;
    background: #C11715;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .afterflow__main--title h2 {
    margin-top: 4.34783vw;
    font-size: 9.66184vw;
    line-height: 1.1;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #212121;
  }
  .pTop .afterflow__main--box {
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    border: 0.72464vw solid #F5413F;
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0.24155vw 3.38164vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.24155vw 3.38164vw rgba(0, 0, 0, 0.25);
    margin-top: 10.62802vw;
  }
  .pTop .afterflow__main--box h3 {
    text-align: center;
    margin-top: -5.7971vw;
  }
  .pTop .afterflow__main--box h3 span {
    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: 72.70531vw;
    height: 11.5942vw;
    -moz-border-radius: 2.34783vw;
         border-radius: 2.34783vw;
    border: 0.72464vw solid #F46361;
    font-size: 4.83092vw;
    line-height: 1.3;
    font-weight: 700;
    color: #212121;
    background: #fff;
  }
  .pTop .afterflow__main--box--flex {
    padding: 10.62802vw 3.38164vw 11.5942vw 3.38164vw;
  }
  .pTop .afterflow__main--box--flex figure {
    width: 100%;
  }
  .pTop .afterflow__main--box--flex .con {
    margin: 7.00483vw 0 0;
  }
  .pTop .afterflow__main--box--flex .con p {
    font-size: 3.38164vw;
    line-height: 1.7;
    color: #000;
  }
  .pTop .afterflow__main--box--flex .con h4 {
    margin-top: 4.83092vw;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 2.34783vw;
         border-radius: 2.34783vw;
    background: #F5413F;
    padding: 1.69082vw 0;
  }
  .pTop .afterflow__main--box--flex .con ul {
    margin-top: 4.58937vw;
  }
  .pTop .afterflow__main--box--flex .con ul li {
    position: relative;
    padding: 0 0 0 6.91063vw;
    font-size: 3.55556vw;
    line-height: 1.7;
    font-weight: 700;
    color: #000;
    margin-right: -2.41546vw;
  }
  .pTop .afterflow__main--box--flex .con ul li::before {
    position: absolute;
    content: "";
    width: 4.82367vw;
    height: 4.82367vw;
    background: url("../img/afterCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.48309vw;
  }
  .pTop .afterflow__main--box--flex .con ul li + li {
    margin-top: 2.21739vw;
  }
  .pTop .survey {
    padding: 19.08213vw 0 12.07729vw;
  }
  .pTop .survey__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: -0.04em;
  }
  .pTop .survey__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 14.49275vw;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #D32821;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9.42029vw;
    z-index: -1;
  }
  .pTop .survey__main .intro {
    margin-top: 4.83092vw;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.5;
    color: #000;
  }
  .pTop .survey__main--contact {
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    margin-top: 7.24638vw;
    background: #fff;
    border: 0.72464vw solid #C11715;
    padding: 6.52174vw 2.89855vw 10.38647vw;
  }
  .pTop .survey__main--contact .step {
    display: none;
  }
  .pTop .survey__main--contact .step + .step {
    margin-top: 12.07729vw;
  }
  .pTop .survey__main--contact .step.--active {
    display: block;
  }
  .pTop .survey__main--contact .step .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .survey__main--contact .step .head__icon {
    width: 20.33575vw;
    margin-right: 2.36957vw;
  }
  .pTop .survey__main--contact .step .head__icon img {
    width: 100%;
    height: 20.33575vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .pTop .survey__main--contact .step .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .survey__main--contact .step .head__text--labels {
    font-size: 3.38164vw;
    line-height: 3.38164vw;
    font-weight: 500;
    color: #313131;
  }
  .pTop .survey__main--contact .step .head__text--main {
    padding: 2.17391vw 2.657vw;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    background: #F1F1F1;
    border: 1px solid #F3F5FA;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
    margin-top: 2.41546vw;
  }
  .pTop .survey__main--contact .step .head__text--main h3 {
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 500;
    color: #212121;
  }
  .pTop .survey__main--contact .step .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F1F1F1;
    position: relative;
    height: 19.32367vw;
    width: 24.15459vw;
    margin-top: 2.41546vw;
  }
  .pTop .survey__main--contact .step .head__text--bound span {
    display: block;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #324b85;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.41546vw;
    margin: auto;
  }
  .pTop .survey__main--contact .step .head__text--bound span:first-child {
    left: -7.72947vw;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .pTop .survey__main--contact .step .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .pTop .survey__main--contact .step .head__text--bound span:nth-child(3) {
    left: 7.72947vw;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .pTop .survey__main--contact .step__main {
    margin-top: 3.57729vw;
    display: none;
  }
  .pTop .survey__main--contact .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.69082vw;
  }
  .pTop .survey__main--contact .step__main ul li {
    width: 41.0628vw;
    margin: 1.69082vw;
  }
  .pTop .survey__main--contact .step__main ul li span {
    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;
    width: 100%;
    height: 14.25121vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    background: #C11715;
    -moz-box-shadow: 0 0.96618vw 0 #970A09;
         box-shadow: 0 0.96618vw 0 #970A09;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .survey__main--contact .step__main ul li span:hover {
    background: #F66B18;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .survey__main--contact .step__main ul li.active span {
    background: #F66B18;
    -moz-box-shadow: 0 0.96618vw 0 #C75308;
         box-shadow: 0 0.96618vw 0 #C75308;
  }
  .pTop .survey__main--contact .step__main ul li.active span:hover {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .survey__main--contact .step.is_active .head__text--bound {
    display: none;
  }
  .pTop .survey__main--contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .pTop .survey__main--contact .step.is_active .step__main {
    display: block;
  }
  .pTop .survey__main--contact .step.choose .step__main ul li {
    pointer-events: none;
  }
  .pTop .survey__main--contact .step.choose .step__main ul li span {
    pointer-events: none;
  }
  .pTop .survey__main--contact .step .cta_btn {
    margin-top: 7.24638vw;
  }
  .pTop .survey__main--contact .step .cta_btn a.line {
    height: 20.28986vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #06C755;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #06A146;
         box-shadow: 0 0.96618vw 0 #06A146;
    font-size: 7.24638vw;
    line-height: 1;
    font-family: var(--apb);
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .survey__main--contact .step .cta_btn a.line::before, .pTop .survey__main--contact .step .cta_btn a.line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .survey__main--contact .step .cta_btn a.line::before {
    width: 10.44686vw;
    height: 9.95411vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.15942vw;
  }
  .pTop .survey__main--contact .step .cta_btn a.line::after {
    width: 6.07488vw;
    height: 6.07488vw;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 4.83092vw;
  }
  .pTop .survey__main--contact .step .cta_btn a.line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel {
    margin-bottom: 3.62319vw;
    padding: 0 0 0 17.14976vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    height: 20.28986vw;
    width: 100%;
    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;
    background: #FF7A01;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #D06300;
         box-shadow: 0 0.96618vw 0 #D06300;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .survey__main--contact .step .cta_btn a.tel small {
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    color: transparent;
    display: block;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel small::before {
    position: absolute;
    content: attr(data-sp);
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }
  .pTop .survey__main--contact .step .cta_btn a.tel span {
    font-size: 6.03865vw;
    line-height: 6.03865vw;
    font-family: var(--apb);
    color: transparent;
    white-space: nowrap;
    margin-top: 1.44928vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel span::before {
    position: absolute;
    content: attr(data-sp);
    font-size: 6.03865vw;
    line-height: 6.03865vw;
    font-family: var(--apb);
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }
  .pTop .survey__main--contact .step .cta_btn a.tel::before {
    position: absolute;
    content: "";
    width: 10.38647vw;
    height: 6.81401vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.10628vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .survey__main--contact .step .cta_btn a.tel::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.76329vw;
  }
  .pTop .faq {
    background: #FFF6EC;
    padding: 12.56039vw 0 10.86957vw;
  }
  .pTop .faq__main--title {
    text-align: center;
  }
  .pTop .faq__main--title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.31401vw;
    background: #C11715;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: #fff;
    padding: 0 7.24638vw 1.20773vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
  }
  .pTop .faq__main--title span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
    width: 2.17391vw;
    height: 1.93237vw;
    background: #C11715;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .faq__main--title h2 {
    margin-top: 1.93237vw;
    font-size: 9.66184vw;
    line-height: 1.1;
    font-family: var(--apm);
    letter-spacing: -0.04em;
    color: #212121;
  }
  .pTop .faq__main--list {
    width: 100%;
    margin: 4.83092vw auto 0;
  }
  .pTop .faq__main--list dl {
    background: #AF1927;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    color: #fff;
    padding: 0vw 3.62319vw 0vw 3.62319vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt {
    font-size: 3.86473vw;
    line-height: 4.58937vw;
    font-weight: 700;
    min-height: 13.04348vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.69082vw 11.11111vw 1.69082vw 9.17874vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 7.43237vw;
    line-height: 9.90338vw;
    font-weight: 500;
    font-family: var(--futura);
    color: #fff;
    left: 0vw;
    top: 1.69082vw;
  }
  .pTop .faq__main--list dl dt i {
    display: block;
    position: absolute;
    width: 5.31401vw;
    height: 5.31401vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0vw;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 2.41546vw;
    height: 0.48309vw;
    background: #AF1927;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.active i {
    background: #750D17;
    -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 dt.active i::before, .pTop .faq__main--list dl dt.active i::after {
    background: #fff;
  }
  .pTop .faq__main--list dl dt.active + dd {
    margin-top: 2.41546vw;
  }
  .pTop .faq__main--list dl dd {
    background: #fff;
    padding: 4.34783vw 3.62319vw 4.58937vw 2.89855vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    display: none;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 2.41546vw;
  }
  .pTop .faq__main--list dl.active {
    padding-bottom: 3.62319vw;
  }
  .pTop .overview {
    padding: 9.66184vw 0 14.49275vw;
    background: #F4F4F4;
  }
  .pTop .overview__main h2 {
    text-align: center;
    font-size: 9.66184vw;
    line-height: 1.3;
    font-family: var(--apm);
    margin-bottom: 0vw;
  }
  .pTop .overview__main .flex {
    margin-top: 1.69082vw;
  }
  .pTop .overview__main .flex .info dl {
    padding: 4.83092vw 0;
    color: #353535;
    border-bottom: 1px solid #C2C2C2;
  }
  .pTop .overview__main .flex .info dl dt {
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .overview__main .flex .info dl dd {
    font-size: 3.86473vw;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 2.41546vw;
  }
  .pTop .overview__main .flex .map {
    margin-top: 4.83092vw;
  }
  .pTop .overview__main .flex .map p {
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
    color: #353535;
  }
  .pTop .overview__main .flex .map iframe {
    margin-top: 4.83092vw;
    width: 100%;
    height: 59.17874vw;
    line-height: 0;
  }
  .pTop .contact {
    background: #fff;
    padding: 12.07729vw 0 14.49275vw;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: var(--apm);
    color: #212121;
    letter-spacing: -0.04em;
  }
  .pTop .contact__main .form {
    max-width: 90.33816vw;
    width: 100%;
    margin: 4.83092vw auto 0;
  }
  .pTop .contact__main .form__box {
    background: #FBF8F6;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    padding: 4.83092vw 3.62319vw;
  }
  .pTop .contact__main .form__box dl:not(:last-of-type) {
    padding-bottom: 5.7971vw;
    border-bottom: 1px solid #DED0C0;
  }
  .pTop .contact__main .form__box dl + dl {
    margin-top: 5.7971vw;
  }
  .pTop .contact__main .form__box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
  }
  .pTop .contact__main .form__box dl dt.required::before {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    content: "必須";
    width: 9.35507vw;
    height: 4.81884vw;
    -moz-border-radius: 0.36232vw;
         border-radius: 0.36232vw;
    background: #AF1927;
    color: #fff;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 400;
    margin-right: 2.89855vw;
  }
  .pTop .contact__main .form__box dl dt small {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
    color: #9E9E9E;
    margin-left: 2.89855vw;
    display: inline-block;
  }
  .pTop .contact__main .form__box dl dt span {
    font-size: 2.415458vw;
    line-height: 1;
    font-weight: 500;
    color: #AF1927;
    display: inline-block;
    margin-left: 2.89855vw;
  }
  .pTop .contact__main .form__box dl dd {
    margin-top: 3.62319vw;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input, .pTop .contact__main .form__box dl dd .wrapInput textarea {
    width: 100%;
    height: 11.5942vw;
    border: 1px solid #E6D9CB;
    outline: none;
    background: #fff;
    padding: 2.41546vw 4.83092vw;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput input::placeholder, .pTop .contact__main .form__box dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #9E9E9E;
  }
  .pTop .contact__main .form__box dl dd .wrapInput textarea {
    height: 54.0942vw;
  }
  .pTop .contact__main .form__box 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;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label {
    position: relative;
    cursor: pointer;
    margin-right: 4.83092vw;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form__box 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__box dl dd .wrapRadio label span {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 0 0 6.28019vw;
  }
  .pTop .contact__main .form__box dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .contact__main .form__box dl dd .wrapSel {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form__box dl dd .wrapSel::after {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 3.38164vw;
    height: 2.41546vw;
    background: #333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.10628vw;
  }
  .pTop .contact__main .form__box dl dd .wrapSel select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    border: 1px solid #E6D9CB;
    outline: none;
    background: #fff;
    padding: 2.41546vw 4.83092vw;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 5.31401vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #333333;
    padding: 0 0 0 4.34783vw;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    color: #AB7840;
    text-decoration: underline;
    text-underline-offset: 0.48309vw;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    width: 3.38164vw;
    height: 3.38164vw;
    position: absolute;
    content: "";
    border: 1px solid #333333;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    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%;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 5.31401vw;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 83.09179vw;
    height: 15.94203vw;
    background: #AF1927;
    color: #fff;
    font-size: 4.34783vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    line-height: 1;
    font-weight: 700;
    border: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form .wrapBtn button::after {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: url("../img/contactCaret.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: 7.00483vw;
  }
  .pChild {
    height: 100%;
    background: #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;
  }
  .pChild__main {
    width: 100%;
    margin: auto;
    padding-top: 18.11594vw;
    padding-bottom: 18.11594vw;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 18.11594vw;
  }
  .pChild__main .privacy .intro {
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 400;
  }
  .pChild__main .privacy dl {
    margin-top: 7.24638vw;
  }
  .pChild__main .privacy dl dt {
    background: #C11715;
    padding: 3.38164vw 4.83092vw;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 700;
  }
  .pChild__main .privacy dl dd {
    font-size: 3.86473vw;
    line-height: 1.8;
    margin-top: 3.62319vw;
  }
  .pChild__main .privacy dl + dl {
    margin-top: 12.07729vw;
  }
  .pChild__main .overview article + article {
    margin-top: 18.59903vw;
  }
  .pChild__main .overview article h3 {
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 700;
    color: #C11715;
  }
  .pChild__main .overview article .txt {
    font-size: 3.86473vw;
    line-height: 1.8;
    margin-top: 6.52174vw;
  }
  .pChild__main .overview article .txt p {
    font-size: 3.86473vw;
    line-height: 1.8;
  }
  .pChild__main .overview article .txt p + p {
    margin-top: 6.95652vw;
  }
  .pChild__main .overview article .list {
    margin-top: 4.10628vw;
    border: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl:not(:last-of-type) {
    border-bottom: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl dt {
    width: 100%;
    background: #F5F5F5;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
    padding: 4.10628vw;
    text-align: center;
    border-right: 1px solid #D2D2D2;
  }
  .pChild__main .overview article .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4.10628vw 6.03865vw;
    font-size: 3.86473vw;
    line-height: 5.55556vw;
    font-weight: 700;
  }
  .pChild__main .overview article .map {
    margin-top: 4.83092vw;
    line-height: 0;
  }
  .pChild__main .overview article .map iframe {
    width: 100%;
    height: 76.3285vw;
  }
  .pChild__main .thanks {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.8;
  }
  .pChild__main .thanks .txt span {
    color: #C11715;
    font-size: 4.83092vw;
    font-weight: 700;
  }
  .pChild__main .thanks .end {
    margin-top: 9.17874vw;
    color: #AF1927;
    font-size: 4.83092vw;
    line-height: 1.8;
    font-weight: 700;
  }
}

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

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

@-webkit-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@-moz-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}
@media screen and (min-width: 769px) {
  .pThanks {
    padding-top: var(--header-height);
  }
  .pThanks .container {
    align-items: flex-start;
  }
  .pThanks .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .pThanks .header__main {
    background: #fff;
    width: 100%;
  }
  .pThanks .header .header__main--left .slogan {
    color: #212121;
  }
  .pThanks__main h2 {
    background: #C11715;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 24px;
    font-weight: 700;
    padding: 55px 0;
  }
  .pThanks__main--con {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pThanks__main--con h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: #C11715;
  }
  .pThanks__main--con .txt {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #212121;
  }
  .pThanks__main--con .areaTel {
    margin-top: 50px;
    text-align: center;
  }
  .pThanks__main--con .areaTel p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    color: #af1927;
  }
  .pThanks__main--con .areaTel a {
    display: inline-block;
    font-size: 40px;
    line-height: 1.8;
    font-weight: 700;
    color: #af1927;
  }
}

@media screen and (max-width: 768px) {
  .pThanks {
    padding-top: var(--header-height);
  }
  .pThanks .container {
    align-items: flex-start;
  }
  .pThanks .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .pThanks .header__main {
    background: #fff;
    width: 100%;
  }
  .pThanks .header .header__main--left .slogan {
    color: #212121;
  }
  .pThanks__main h2 {
    background: #C11715;
    color: #fff;
    text-align: center;
    font-size: 6.28019vw;
    line-height: 5.797101vw;
    font-weight: 700;
    padding: 8.93719vw 0;
  }
  .pThanks__main--con {
    margin-top: 7.24637vw;
    margin-bottom: 36.47342vw;
  }
  .pThanks__main--con h3 {
    text-align: center;
    font-size: 6.76328vw;
    line-height: 1.5;
    font-weight: 700;
    color: #C11715;
  }
  .pThanks__main--con .txt {
    margin-top: 4.83091vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 2;
    font-weight: 400;
    color: #212121;
  }
  .pThanks__main--con .areaTel {
    margin-top: 6.03864vw;
    text-align: center;
  }
  .pThanks__main--con .areaTel p {
    font-size: 4.83091vw;
    line-height: 1.8;
    font-weight: 700;
    color: #af1927;
  }
  .pThanks__main--con .areaTel a {
    padding: 0 0 0 17.14976vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    margin: auto;
    height: 18.599vw;
    width: 86.23188vw;
    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;
    background: #FF7A01;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 #D06300;
         box-shadow: 0 0.96618vw 0 #D06300;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pThanks__main--con .areaTel a span {
    height: 100%;
    color: transparent;
    width: 100%;
    position: relative;
  }
  .pThanks__main--con .areaTel a span::before {
    position: absolute;
    content: attr(data-before);
    font-size: 3.86473vw;
    line-height: 3.18841vw;
    font-family: var(--apm);
    width: 100%;
    top: 3.86473vw;
    left: 0;
    color: #fff;
    text-align: left;
  }
  .pThanks__main--con .areaTel a span::after {
    position: absolute;
    content: attr(data-after);
    font-size: 6.03865vw;
    line-height: 6.03865vw;
    font-family: var(--apb);
    color: transparent;
    white-space: nowrap;
    color: #fff;
    top: 8.6956vw;
    left: 0;
    text-align: left;
  }
  .pThanks__main--con .areaTel a::before {
    position: absolute;
    content: "";
    width: 10.38647vw;
    height: 6.81401vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.10628vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pThanks__main--con .areaTel a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.03865vw;
    height: 6.03865vw;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.76329vw;
  }
}