@charset "UTF-8";
@font-face {
  font-family: "Gen Jyuu Gothic LP";
  font-weight: 500;
  src: url("../fonts/GenJyuuGothicL-P-Medium.ttf");
}

:root {
  --zen: "Zen Maru Gothic", sans-serif;
  --gen: "Gen Jyuu Gothic LP";
  --bebas: "Bebas Neue", sans-serif;
  --noto: "Noto Sans JP", sans-serif;
  --roboto: "Roboto", sans-serif;
  --main: #00AEDE;
  --tel: #F22D75;
  --back02: #FEFBEB;
  --black: #30373A;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: var(--black);
}

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: var(--black);
  font-family: var(--zen), "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);
  }
}

body {
  padding-top: var(--header-height);
  background: url("../img/bg.jpg") 0 0 repeat;
  -moz-background-size: contain;
       background-size: contain;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0 12px;
  }
  .header__main--logo {
    width: 271px;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .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 .tel {
    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;
  }
  .header__main--right .tel time {
    white-space: nowrap;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
  }
  .header__main--right .tel span {
    font-size: 55px;
    line-height: 45px;
    font-family: var(--bebas);
    font-weight: 700;
    color: var(--tel);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    white-space: nowrap;
    padding: 0 0 0 54.61px;
    display: inline-block;
    margin-top: 8px;
  }
  .header__main--right .tel span::before {
    position: absolute;
    content: "";
    width: 46.38px;
    height: 32px;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 8px;
  }
  .header__main--right .line, .header__main--right .mail {
    width: 107px;
    height: 87px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 38px 0 0;
    position: relative;
  }
  .header__main--right .line::before, .header__main--right .mail::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__main--right .line {
    background: #06D34A;
    margin-left: 20px;
  }
  .header__main--right .line::before {
    width: 33px;
    height: 32px;
    background: url("../img/headerLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 5px;
  }
  .header__main--right .mail {
    background: #1167BF;
    margin-left: 10px;
  }
  .header__main--right .mail::before {
    width: 37.26px;
    height: 28.31px;
    background: url("../img/headerMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 8px;
  }
  .pTop .mv {
    padding-top: 23px;
  }
  .pTop .mv__main {
    max-width: 1200px;
  }
  .pTop .mv__main--top {
    background: rgba(255, 255, 255, 0.5) url("../img/mvBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 0 47px 57px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .pTop .mv__main--top::after {
    position: absolute;
    content: "";
    width: 531px;
    height: 387px;
    background: url("../img/mvEmploy.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 16px;
    z-index: -1;
  }
  .pTop .mv__main--top::before {
    position: absolute;
    content: "";
    width: 210.5px;
    height: 154px;
    background: url("../img/mvTxt.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 258px;
    top: 182px;
    -webkit-transform: rotate(36.99deg);
       -moz-transform: rotate(36.99deg);
        -ms-transform: rotate(36.99deg);
            transform: rotate(36.99deg);
  }
  .pTop .mv__main--top .meta {
    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 .mv__main--top .meta 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: 48.37px;
    -moz-border-radius: 73.7px;
         border-radius: 73.7px;
    color: #fff;
    font-size: 31.83px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 23px;
    margin-right: 4.61px;
    background: rgba(255, 166, 0, 0.98);
  }
  .pTop .mv__main--top .meta em {
    font-style: normal;
    font-size: 27.64px;
    line-height: 40px;
    font-weight: 700;
    color: var(--black);
    margin-left: 4.6px;
  }
  .pTop .mv__main--top h2 {
    font-size: 62.64px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--black);
    margin-top: 10.63px;
  }
  .pTop .mv__main--top h2 small {
    font-size: 41.45px;
  }
  .pTop .mv__main--top .truck {
    margin-top: 22px;
  }
  .pTop .mv__main--top .truck span {
    position: relative;
    margin-left: 79px;
    white-space: nowrap;
    border: 1px solid var(--main);
    -moz-border-radius: 60px;
         border-radius: 60px;
    height: 74px;
    background: #fff;
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--main);
    padding: 0 27.5px 0 68.43px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .mv__main--top .truck span small {
    font-size: 34.74px;
  }
  .pTop .mv__main--top .truck span::before {
    position: absolute;
    content: "";
    width: 136.58px;
    height: 81.4px;
    background: url("../img/mvTruck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -79px;
  }
  .pTop .mv__main--top .circle {
    margin: 43px -10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .mv__main--top .circle dl {
    width: 169px;
    height: 169px;
    margin: 0 19.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    color: #fff;
    padding: 39px 0 0;
  }
  .pTop .mv__main--top .circle dl::before, .pTop .mv__main--top .circle dl::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -2;
  }
  .pTop .mv__main--top .circle dl::before {
    background: #00AEDE;
    width: 100%;
    height: 100%;
  }
  .pTop .mv__main--top .circle dl::after {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #fff;
    z-index: -1;
  }
  .pTop .mv__main--top .circle dl dt {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
  }
  .pTop .mv__main--top .circle dl dd {
    margin-top: 7.41px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-family: 500;
    font-family: var(--gen);
    padding: 8.59px 0 15px;
    z-index: 2;
  }
  .pTop .mv__main--top .circle dl dd::after {
    position: absolute;
    content: "";
    width: 185px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/mvRibbon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .pTop .mv__main--bot {
    max-width: 1100px;
    width: 100%;
    margin: 25px auto 0;
    position: relative;
    padding: 0 0 0 330px;
  }
  .pTop .mv__main--bot > figure {
    position: absolute;
    width: 227.04px;
    top: -49.41px;
    left: 91px;
  }
  .pTop .mv__main--bot > figure img {
    width: 100%;
    height: auto;
  }
  .pTop .mv__main--bot > figure figcaption {
    position: absolute;
    top: 31.21px;
    left: -79.25px;
    width: 103.1px;
    height: 145.29px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16.56px 41.11px 0 0px;
  }
  .pTop .mv__main--bot > figure figcaption::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/mvMess.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(-9.92deg);
       -moz-transform: rotate(-9.92deg);
        -ms-transform: rotate(-9.92deg);
            transform: rotate(-9.92deg);
    z-index: -1;
  }
  .pTop .mv__main--bot > figure figcaption span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .mv__main--bot > figure figcaption span + span {
    margin-right: 2px;
  }
  .pTop .mv__main--bot .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .mv__main--bot .info .tel {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .mv__main--bot .info .tel time {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--tel);
    margin-right: 12px;
  }
  .pTop .mv__main--bot .info .tel time small {
    font-size: 17px;
  }
  .pTop .mv__main--bot .info .tel span {
    white-space: nowrap;
    color: var(--tel);
    font-size: 69px;
    line-height: 0.8;
    font-family: 700;
    font-family: var(--bebas);
    padding: 0 0 0 63.41px;
    display: inline-block;
    position: relative;
  }
  .pTop .mv__main--bot .info .tel span::before {
    position: absolute;
    content: "";
    width: 53.86px;
    height: 37.16px;
    background: url("../img/mvTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .mv__main--bot .info .line {
    width: 217px;
    height: 56px;
    -moz-border-radius: 10px;
         border-radius: 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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    background: #06D34A;
  }
  .pTop .mv__main--bot .info .line::before {
    content: "";
    width: 35px;
    height: 32px;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pTop .mv__main--bot .info .card {
    width: 100%;
    border: 1px solid var(--black);
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .pTop .mv__main--bot .info .card dt {
    width: 114px;
    text-align: center;
    background: var(--black);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    padding: 13px 0;
    -moz-border-radius: 9px 0 0 9px;
         border-radius: 9px 0 0 9px;
  }
  .pTop .mv__main--bot .info .card dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 0 0 10px;
  }
  .pTop .mv__main--bot .info .card dd figure {
    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;
    margin: 0 7.5px;
  }
  .pTop .mv__main--bot .info .card dd figure img {
    height: 23px;
    width: auto;
    margin-right: 6px;
  }
  .pTop .mv__main--bot .info .card dd figure figcaption {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    color: #000;
  }
  .pTop .titleCom {
    text-align: center;
    color: var(--main);
  }
  .pTop .titleCom span {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    display: inline-block;
  }
  .pTop .titleCom h2 {
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
  }
  .pTop .service {
    margin-top: 24.59px;
    padding: 159px 0 95.44px;
    position: relative;
    z-index: 2;
  }
  .pTop .service::before, .pTop .service::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: -2;
  }
  .pTop .service::before {
    height: 100%;
    background-image: url("../img/serviceMask.svg"), url("../img/serviceMask2.svg");
    background-position: top center,bottom center;
    -moz-background-size: auto 80px, auto 80px;
         background-size: auto 80px, auto 80px;
    background-repeat: repeat-x, repeat-x;
    z-index: -1;
    top: 0;
  }
  .pTop .service::after {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    background: #00AEDE;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .service__main {
    max-width: 1000px;
    padding: 40px 51px;
    background: #fff;
    -moz-border-radius: 40px;
         border-radius: 40px;
  }
  .pTop .service__main--icon {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .service__main--icon .list {
    width: 689px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .service__main--icon .list dl {
    width: 150px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #F5F5F5;
    position: relative;
  }
  .pTop .service__main--icon .list dl dt {
    text-align: center;
    padding: 4px 0 3.14px;
    background: var(--main);
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
  }
  .pTop .service__main--icon .list dl dt 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: 28.86px;
    height: 28.86px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 19.67px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--roboto);
  }
  .pTop .service__main--icon .list dl dd {
    margin-top: 11px;
  }
  .pTop .service__main--icon .list dl dd figure {
    text-align: center;
  }
  .pTop .service__main--icon .list dl dd figure img {
    height: 55px;
    width: auto;
  }
  .pTop .service__main--icon .list dl dd em {
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    font-style: normal;
    margin-top: 19.5px;
    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 .service__main--icon .list dl dd em span {
    color: var(--tel);
    font-size: 60px;
    line-height: 57.72px;
    font-weight: 700;
    font-family: var(--bebas);
  }
  .pTop .service__main--icon .list dl dd em small {
    color: var(--tel);
    font-size: 30px;
    line-height: 54.63px;
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .service__main--icon .list dl:first-of-type {
    width: 305px;
  }
  .pTop .service__main--icon .list dl:first-of-type dd em {
    margin-top: 12px;
  }
  .pTop .service__main--icon .list dl + dl::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/servicePlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -36px;
  }
  .pTop .service__main--icon .result {
    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;
    width: 155px;
    height: 155px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--tel);
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .service__main--icon .result::before {
    position: absolute;
    content: "＝";
    font-size: 32.45px;
    line-height: 42px;
    font-weight: 700;
    color: var(--black);
    font-family: var(--noto);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -44px;
  }
  .pTop .service__main--icon .note {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--noto);
    font-weight: 400;
    color: var(--black);
  }
  .pTop .service__main--accor {
    margin-top: 40px;
  }
  .pTop .service__main--accor h3 {
    text-align: center;
    font-size: 35px;
    line-height: 51px;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .service__main--accor .wrapAr {
    margin-top: 20px;
    counter-reset: ar;
  }
  .pTop .service__main--accor .wrapAr article {
    counter-increment: ar;
  }
  .pTop .service__main--accor .wrapAr article:not(:last-of-type) {
    padding-bottom: 25px;
    border-bottom: 1px dashed #D9D9D9;
  }
  .pTop .service__main--accor .wrapAr article + article {
    margin-top: 25px;
  }
  .pTop .service__main--accor .wrapAr article .arInner {
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #F5F5F5;
    padding: 0 25px 30px;
  }
  .pTop .service__main--accor .wrapAr article .arInner h4 {
    background: var(--main);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    padding: 20px 0;
    -moz-border-radius: 20px 20px 0 0;
         border-radius: 20px 20px 0 0;
    margin: 0 -25px;
  }
  .pTop .service__main--accor .wrapAr article .arInner h4::before {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    -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;
    content: counter(ar);
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    font-family: var(--roboto);
    margin-right: 13px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .intro {
    padding: 0 25px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .intro span {
    color: var(--main);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon {
    margin-top: 21px;
    background: var(--back02);
    -moz-border-radius: 30px;
         border-radius: 30px;
    border: 1px solid #00AEDE;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5 {
    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: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--main);
    cursor: pointer;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5::after {
    content: "";
    width: 22px;
    height: 13px;
    background: url("../img/serviceArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5.open::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon__wrap {
    display: none;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list {
    padding: 10px 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl {
    margin: 5px;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 10px 15px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dt {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dd span {
    font-size: 72px;
    line-height: 64px;
    font-family: var(--bebas);
    color: #F22D75;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 {
    padding: 10px 25px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl {
    width: 248px;
    margin: 7.5px;
    background: #fff;
    padding: 10px 20px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    position: relative;
    padding-bottom: 46px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt {
    text-align: center;
    padding: 5px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-family: var(--gen);
    margin-bottom: 10px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt span {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    font-family: var(--roboto);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt small {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st1 {
    background: var(--main);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st2 {
    background: #005BAF;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st3 {
    background: #011563;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd {
    font-size: 15px;
    line-height: 21px;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd:nth-of-type(2) {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd:nth-of-type(2) span {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--bebas);
    color: var(--tel);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 .note {
    width: 100%;
    margin-top: 4.5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--gen);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 {
    padding: 10px 32px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section {
    width: 256px;
    padding: 0 30px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section:nth-of-type(2) {
    border-left: 2px dotted var(--black);
    border-right: 2px dotted var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section figure {
    text-align: center;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section figure img {
    height: 80px;
    width: auto;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section h6 {
    text-align: center;
    color: var(--main);
    min-height: 47px;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 23.5px;
    font-weight: 500;
    font-family: var(--gen);
    margin-top: 10px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section h6 small {
    display: block;
    font-size: 14px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    font-family: var(--gen);
    margin-top: 5px;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section p + .note {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .price {
    margin-top: 62.5px;
    margin-bottom: 80px;
  }
  .pTop .price__main {
    max-width: 1000px;
  }
  .pTop .price__main--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: -12.5px -16px;
  }
  .pTop .price__main--ar article {
    width: 312px;
    margin: 12.5px 16px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px 13px;
  }
  .pTop .price__main--ar article h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 22px;
  }
  .pTop .price__main--ar article figure {
    text-align: center;
  }
  .pTop .price__main--ar article figure img {
    width: 250px;
  }
  .pTop .price__main--ar article ul {
    margin-top: 22px;
  }
  .pTop .price__main--ar article ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .price__main--ar article ul li span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 10px;
  }
  .pTop .price__main--ar article ul li span::before {
    position: absolute;
    content: "・";
    font-size: 14px;
    line-height: 1.4;
    left: 0;
    top: 0;
  }
  .pTop .price__main--ar article ul li em {
    font-style: normal;
    white-space: nowrap;
    font-size: 23px;
    line-height: 2;
    font-family: var(--bebas);
    font-weight: 400;
    color: var(--main);
    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;
    margin-left: 16px;
  }
  .pTop .price__main--ar article ul li em::after {
    content: "円〜";
    font-size: 14px;
    line-height: 2;
    font-family: var(--noto);
    font-weight: 700;
  }
  .pTop .price__main--ar article:nth-of-type(1) {
    width: 100%;
    padding: 20px 99px;
  }
  .pTop .price__main--ar article:nth-of-type(1) h3 {
    font-size: 30px;
    line-height: 43px;
  }
  .pTop .price__main--ar article:nth-of-type(1) .figs {
    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: -13px;
  }
  .pTop .price__main--ar article:nth-of-type(1) .figs figure {
    width: 250px;
    margin: 13px;
  }
  .pTop .price__main--ar article:nth-of-type(1) ul {
    margin-top: 21px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 0 12px;
  }
  .pTop .price__main--ar article:nth-of-type(1) ul li span {
    font-size: 15px;
    line-height: 2;
  }
  .pTop .price__main--ar article:nth-of-type(1) ul li span::before {
    font-size: 15px;
    line-height: 2;
  }
  .pTop .price__main--ar article:nth-of-type(1) ul li em {
    font-size: 25px;
    line-height: 35px;
  }
  .pTop .price__main--ar article:nth-of-type(1) ul li em::after {
    font-size: 16px;
    line-height: 26px;
  }
  .pTop .cta__main {
    max-width: 1000px;
    border: 2px solid var(--tel);
    -moz-border-radius: 30px;
         border-radius: 30px;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
    padding-bottom: 17.84px;
  }
  .pTop .cta__main::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 264px;
    background: url("../img/ctaMan.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 0;
  }
  .pTop .cta__main--title {
    background: var(--tel);
    -moz-border-radius: 28px 28px 0 0;
         border-radius: 28px 28px 0 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;
    padding: 4px 0 0 25px;
    color: #fff;
  }
  .pTop .cta__main--title em {
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
  }
  .pTop .cta__main--title h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
  }
  .pTop .cta__main--title h2 span {
    font-size: 56px;
    line-height: 1;
    font-family: var(--bebas);
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .pTop .cta__main--title h2 span::after {
    content: attr(data-after);
    font-size: 32px;
    line-height: 46px;
    font-family: var(--zen);
    font-weight: 700;
  }
  .pTop .cta__main--title ins {
    font-style: normal;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    text-decoration: none;
  }
  .pTop .cta__main--contact {
    padding: 19px 176.37px 0px 34px;
    position: relative;
    z-index: 2;
  }
  .pTop .cta__main--contact::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .cta__main--contact .tel {
    width: 520px;
    float: left;
  }
  .pTop .cta__main--contact .tel em {
    font-style: normal;
    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 .cta__main--contact .tel em ins {
    text-decoration: none;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
    margin-left: -18px;
  }
  .pTop .cta__main--contact .tel em time {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .cta__main--contact .tel span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 84.41px;
    font-size: 91.85px;
    line-height: 92px;
    font-family: var(--bebas);
    font-weight: 700;
    color: var(--tel);
  }
  .pTop .cta__main--contact .tel span::before {
    position: absolute;
    content: "";
    width: 71.69px;
    height: 49.46px;
    background: url("../img/ctaTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 14px;
  }
  .pTop .cta__main--contact .line, .pTop .cta__main--contact .mail {
    float: right;
    width: 250px;
    height: 56px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
  }
  .pTop .cta__main--contact .line::before, .pTop .cta__main--contact .mail::before {
    content: "";
  }
  .pTop .cta__main--contact .line {
    background: #06D34A;
  }
  .pTop .cta__main--contact .line::before {
    width: 35px;
    height: 32px;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pTop .cta__main--contact .mail {
    float: right;
    width: 250px;
    height: 56px;
    background: #1067BF;
    margin-top: 10px;
  }
  .pTop .cta__main--contact .mail::before {
    width: 33px;
    height: 23.31px;
    background: url("../img/ctaMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7.74px;
  }
  .pTop .cta__main--card {
    width: 780px;
    border: 1px solid var(--black);
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 31.63px;
    position: relative;
    z-index: 2;
  }
  .pTop .cta__main--card dt {
    width: 114px;
    text-align: center;
    background: var(--black);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    padding: 13px 0;
    -moz-border-radius: 9px 0 0 9px;
         border-radius: 9px 0 0 9px;
  }
  .pTop .cta__main--card dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 0 0 10px;
  }
  .pTop .cta__main--card dd figure {
    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;
    margin: 0 7.5px;
  }
  .pTop .cta__main--card dd figure img {
    height: 23px;
    width: auto;
    margin-right: 6px;
  }
  .pTop .cta__main--card dd figure figcaption {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    color: #000;
  }
  .pTop .warn {
    margin-top: 80px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 53.8px;
  }
  .pTop .warn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 108px);
    height: -moz-calc(100% - 108px);
    height: calc(100% - 108px);
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .warn::after {
    position: absolute;
    content: "";
    width: 650px;
    height: 71px;
    background: #00AEDE;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -48px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .warn__main--title {
    max-width: 818px;
    margin: auto;
    background: #00AEDE;
    padding: 17px 54.5px 0;
    -moz-border-radius: 30px 30px 0 0;
         border-radius: 30px 30px 0 0;
  }
  .pTop .warn__main--title h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .warn__main--title h2::before, .pTop .warn__main--title h2::after {
    content: "";
    width: 56.14px;
    height: 45.61px;
    background: url("../img/warnIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .warn__main--title h2 span {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    color: #F8B829;
    margin: 0 19px;
    display: inline-block;
  }
  .pTop .warn__main--title em {
    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%;
    font-style: normal;
    border: 1px solid #fff;
    color: #fff;
    height: 57px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }
  .pTop .warn__main--list {
    margin: 22.7px -13.5px -13.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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    counter-reset: ar;
  }
  .pTop .warn__main--list article {
    width: 309px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin: 13.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
    padding: 61px 20px 33px;
    background: #fff;
  }
  .pTop .warn__main--list article::before, .pTop .warn__main--list article::after {
    position: absolute;
    width: 143.08px;
    height: 44.09px;
    top: 0;
    left: -8.71px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-15.59deg);
       -moz-transform: rotate(-15.59deg);
        -ms-transform: rotate(-15.59deg);
            transform: rotate(-15.59deg);
    padding: 0 21.48px 0 12.6px;
    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;
    color: #fff;
  }
  .pTop .warn__main--list article::before {
    content: "手口その";
    background: url("../img/warnIcon02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    font-size: 22.78px;
    line-height: 35px;
    font-weight: 700;
  }
  .pTop .warn__main--list article::after {
    content: counter(ar);
    font-size: 29.98px;
    line-height: 35px;
    font-family: var(--roboto);
    font-weight: 700;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pTop .warn__main--list article h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .warn__main--list article figure {
    text-align: center;
    height: 178px;
  }
  .pTop .warn__main--list article figure.st1 {
    padding-top: 23.54px;
  }
  .pTop .warn__main--list article figure.st1 img {
    width: 175px;
  }
  .pTop .warn__main--list article figure.st2 {
    padding-top: 17.64px;
  }
  .pTop .warn__main--list article figure.st2 img {
    width: 215px;
  }
  .pTop .warn__main--list article figure.st3 {
    padding-top: 15.49px;
  }
  .pTop .warn__main--list article figure.st3 img {
    width: 202.64px;
  }
  .pTop .warn__main--list article .txt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .reason {
    padding: 98px 0 0;
  }
  .pTop .reason__main {
    max-width: 1000px;
  }
  .pTop .reason__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .reason__main h2 .st1 {
    color: #fff;
    background: var(--tel);
    display: inline-block;
    padding: 0 24px;
    -moz-border-radius: 60px;
         border-radius: 60px;
    margin: 0 6px;
    -webkit-transform: translateY(-8px);
       -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .pTop .reason__main h2 .st2 {
    color: var(--main);
  }
  .pTop .reason__main h2 em {
    font-style: normal;
    font-size: 60px;
    line-height: 1.5;
    font-family: var(--roboto);
    font-weight: 700;
  }
  .pTop .reason__main--list {
    margin: 21.5px -18.5px -18.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    counter-reset: ar;
  }
  .pTop .reason__main--list article {
    width: 309px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin: 18px;
    background: var(--main);
    counter-increment: ar;
    padding: 68px 10px 32px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .reason__main--list article::before, .pTop .reason__main--list article::after {
    width: 111px;
    height: 64px;
    padding: 8px 24px 17px 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -8px;
    color: #fff;
    position: absolute;
  }
  .pTop .reason__main--list article::before {
    content: "理由.";
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
    background: url("../img/reasonIcon01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .reason__main--list article::after {
    content: counter(ar);
    font-size: 33px;
    line-height: 39px;
    font-family: var(--roboto);
    font-weight: 700;
    text-align: right;
  }
  .pTop .reason__main--list article h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }
  .pTop .reason__main--list article figure {
    text-align: center;
    height: 183px;
  }
  .pTop .reason__main--list article figure.st1 {
    padding-top: 29px;
  }
  .pTop .reason__main--list article figure.st1 img {
    width: 249px;
  }
  .pTop .reason__main--list article figure.st2 {
    padding-top: 18px;
  }
  .pTop .reason__main--list article figure.st2 img {
    width: 241px;
  }
  .pTop .reason__main--list article figure.st3 {
    padding-top: 21px;
  }
  .pTop .reason__main--list article figure.st3 img {
    width: 192px;
  }
  .pTop .reason__main--list article .txt {
    padding: 0 13px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
  }
  .pTop .promise {
    margin-top: 110px;
  }
  .pTop .promise__main {
    max-width: 1000px;
  }
  .pTop .promise__main--list {
    counter-reset: dt;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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-top: 45px;
  }
  .pTop .promise__main--list dl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 461px;
    height: 478.5px;
    background: url("../img/promiseMask.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 76px 80px 0 45px;
  }
  .pTop .promise__main--list dl::after {
    position: absolute;
    content: "";
    width: 201px;
    height: 201px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .promise__main--list dl dt {
    counter-increment: dt;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--main);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 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;
    min-height: 70px;
  }
  .pTop .promise__main--list dl dt::before, .pTop .promise__main--list dl dt::after {
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 0px;
    position: absolute;
    text-align: center;
  }
  .pTop .promise__main--list dl dt::before {
    content: "約束";
    font-size: 16px;
    line-height: 23px;
    font-family: var(--noto);
    font-weight: 700;
    color: var(--black);
    background: #F8B829;
    padding-top: 12px;
  }
  .pTop .promise__main--list dl dt::after {
    content: counter(dt);
    font-size: 33px;
    line-height: 39px;
    font-family: var(--roboto);
    font-weight: 700;
    color: var(--black);
    padding-top: 28px;
  }
  .pTop .promise__main--list dl dt:nth-of-type(2) {
    margin-top: 43px;
    margin-left: 20px;
  }
  .pTop .promise__main--list dl dd {
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--gen);
    color: var(--black);
    margin-top: 17px;
  }
  .pTop .promise__main--list dl dd:nth-of-type(2) {
    margin-left: 35px;
  }
  .pTop .promise__main--list dl:nth-of-type(1)::after {
    background: url("../img/promiseImg01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: -90px;
  }
  .pTop .promise__main--list dl:nth-of-type(2) {
    margin-top: 75px;
    margin-left: 50px;
  }
  .pTop .promise__main--list dl:nth-of-type(2)::after {
    width: 235px;
    height: 235px;
    background: url("../img/promiseImg02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -165px;
    right: 30px;
  }
  .pTop .promise__main--list dl:nth-of-type(3) {
    margin-top: -71px;
    margin-left: 173px;
  }
  .pTop .promise__main--list dl:nth-of-type(3)::after {
    width: 222px;
    height: 222px;
    background: url("../img/promiseImg03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 20px;
    left: -180px;
  }
  .pTop .cert {
    margin-top: 90px;
    margin-bottom: 69px;
  }
  .pTop .cert__main {
    max-width: 1000px;
  }
  .pTop .cert__main--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .cert__main--top figure {
    width: 317px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cert__main--top figure img {
    width: 100%;
    height: auto;
  }
  .pTop .cert__main--top figure::after {
    position: absolute;
    content: "";
    width: 154px;
    height: 195px;
    background: url("../img/certReward.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -43px;
    bottom: -43px;
  }
  .pTop .cert__main--top .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .cert__main--top .ar h2 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .cert__main--top .ar .intro {
    margin-top: 14px;
    font-size: 25.05px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
  }
  .pTop .cert__main--top .ar .intro span {
    color: var(--main);
  }
  .pTop .cert__main--top .ar .txt {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    background: url("../img/gridDoc.png") bottom repeat;
    -moz-background-size: 4px 40px;
         background-size: 4px 40px;
    font-family: var(--gen);
  }
  .pTop .cert__main--top .ar .txt b {
    font-weight: 700;
  }
  .pTop .cert__main--list {
    padding: 10px;
    background: #fff;
    -moz-border-radius: 130px;
         border-radius: 130px;
  }
  .pTop .cert__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .cert__main--list ul li {
    margin: 10px;
    line-height: 0;
    width: 73px;
  }
  .pTop .cert__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .case {
    margin-top: 100px;
  }
  .pTop .case__main {
    max-width: 1200px;
  }
  .pTop .case__main--list {
    position: relative;
    background: #fff;
    -moz-border-radius: 40px;
         border-radius: 40px;
    margin-top: 30px;
    padding: 39px 92px 56px;
  }
  .pTop .case__main--list article {
    width: 325px;
    margin: 0 10px;
    height: auto;
    background: #F5F5F5;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px 25px;
    font-family: var(--gen);
  }
  .pTop .case__main--list article .ba {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .case__main--list article .ba figure {
    width: 132px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .case__main--list article .ba figure img {
    width: 132px;
    height: 196px;
    object-fit: cover;
  }
  .pTop .case__main--list article .ba figure::before {
    position: absolute;
    width: 68px;
    height: 28px;
    left: 0;
    top: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -moz-border-radius: 0 30px 30px 0;
         border-radius: 0 30px 30px 0;
    font-size: 16px;
    line-height: 1;
    font-family: var(--roboto);
    font-weight: 700;
  }
  .pTop .case__main--list article .ba figure.before::before {
    background: #30373A;
    content: "Before";
  }
  .pTop .case__main--list article .ba figure.after::before {
    background: var(--main);
    content: "After";
  }
  .pTop .case__main--list article .meta {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .pTop .case__main--list article .meta time {
    color: var(--black);
  }
  .pTop .case__main--list article .meta span {
    display: inline-block;
    white-space: nowrap;
    background: #F2FCFF;
    padding: 4px 10px;
    color: var(--main);
  }
  .pTop .case__main--list article .meta em {
    width: 100%;
    font-style: normal;
  }
  .pTop .case__main--list article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .case__main--list article .info dl {
    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;
    margin-right: 17px;
    margin-top: 10px;
    font-weight: 500;
  }
  .pTop .case__main--list article .info dl dt {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    background: var(--main);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 10px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    margin-right: 6px;
  }
  .pTop .case__main--list article .info dl dd {
    font-size: 14px;
    line-height: 21px;
    color: var(--black);
  }
  .pTop .case__main--list article h3 {
    font-size: 19.48px;
    line-height: 29px;
    font-weight: 500;
    color: var(--main);
    margin-top: 16px;
  }
  .pTop .case__main--list article .txt {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }
  .pTop .case__main--list--prev, .pTop .case__main--list--next {
    position: absolute;
    width: 37px;
    height: 96.5px;
    top: -webkit-calc(50% - 8.5px);
    top: -moz-calc(50% - 8.5px);
    top: calc(50% - 8.5px);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/ctrlArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    cursor: pointer;
  }
  .pTop .case__main--list--prev {
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
    left: 44px;
  }
  .pTop .case__main--list--next {
    right: 44px;
  }
  .pTop .case__main--list--pagi {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .case__main--list--pagi .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #EEEEEE;
    opacity: 1;
    margin: 0 4.5px;
  }
  .pTop .case__main--list--pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00AEDE;
  }
  .pTop .area {
    margin-top: 30px;
    padding: 11.37931% 0 3.24138%;
    background: url("../img/areaMask.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .area__main {
    max-width: 1020px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .area__main--left {
    width: 612px;
  }
  .pTop .area__main--left .titleCom {
    color: #fff;
  }
  .pTop .area__main--left .list {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
  }
  .pTop .area__main--left .txt {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  }
  .pTop .area__main--right {
    width: 323px;
  }
  .pTop .faq {
    margin-top: 100px;
  }
  .pTop .faq__main {
    max-width: 904px;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .faq__main--list {
    margin-top: 30px;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 15px;
  }
  .pTop .faq__main--list dl dt {
    background: #F5F5F5;
    border: 1px solid var(--main);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px 165px 20px 59px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--main);
    -moz-border-radius: 15px;
         border-radius: 15px;
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--roboto);
    color: var(--main);
    left: 30px;
    top: 20px;
  }
  .pTop .faq__main--list dl dt i {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #00AEDE;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-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.open i::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main--list dl dd {
    margin-top: 5px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 30px 34px 30px 59px;
    font-size: 16.88px;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--roboto);
    color: var(--main);
    left: 30px;
    top: 30px;
  }
  .pTop .partner {
    margin-top: 60px;
	  margin-bottom: 60px;
  }
  .pTop .partner__main {
    max-width: 1000px;
    background: #fff;
    -moz-border-radius: 40px;
         border-radius: 40px;
    padding: 30px 56px;
  }
  .pTop .partner__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
  }
  .pTop .partner__main--list {
    margin-top: 30px;
  }
  .pTop .partner__main--list img {
    width: 100%;
    height: auto;
  }
  .pTop .partner__main--box {
    max-width: 888px;
    margin: 24px auto 0;
    border: 1px solid var(--black);
    padding: 20px;
    text-align: center;
  }
  .pTop .partner__main--box p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .partner__main--box p + p {
    margin-top: 15px;
  }
  .pTop .partner__main--box p.st2 {
    font-size: 16px;
    line-height: 1.6;
  }
  .pTop .voice {
    background: #F8B829;
    padding: 40px 0;
  }
  .pTop .voice h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
  }
  .pTop .voice h2::after {
    content: "";
    width: 72px;
    height: 54.79px;
    background: url("../img/voiceIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  .pTop .voice__slider {
    margin-top: 30px;
  }
  .pTop .voice__slider article {
    width: 325px;
    height: auto;
    margin: 0 10px;
    padding: 20px 25px;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .pTop .voice__slider article figure {
    width: 100%;
  }
  .pTop .voice__slider article figure img {
    width: 100%;
    height: 158px;
    object-fit: cover;
  }
  .pTop .voice__slider article .meta {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .pTop .voice__slider article .meta em {
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
  }
  .pTop .voice__slider article .meta span {
    display: inline-block;
    white-space: nowrap;
    background: #F2FCFF;
    padding: 4px 10px;
    color: var(--main);
  }
  .pTop .voice__slider article h3 {
    font-size: 19.48px;
    line-height: 29px;
    font-weight: 500;
    font-family: var(--gen);
    color: #FFB000;
    margin-top: 16px;
  }
  .pTop .voice__slider article .txt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--gen);
    margin-top: 10px;
  }
  .pTop .voice__slider .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    line-height: 0;
  }
  .pTop .voice__slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4.5px;
  }
  .pTop .voice__slider .slick-dots li button {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #EEEEEE;
    border: 0;
    padding: 0;
  }
  .pTop .voice__slider .slick-dots li.slick-active button {
    background: #00AEDE;
  }
  .pTop .flow {
    padding: 80px 0 60px;
    background: #F5F5F5 url("../img/flowBg.png") 0 0 repeat-y;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main {
    max-width: 935px;
  }
  .pTop .flow__main h2 {
    text-align: center;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .flow__main--list {
    margin-top: 40px;
  }
  .pTop .flow__main--list article {
    background: #fff;
    padding: 20px 30px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .flow__main--list article figure {
    width: 252px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    margin-right: 29px;
  }
  .pTop .flow__main--list article .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .flow__main--list article .ar h3 {
    min-width: 398px;
    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;
    color: #fff;
    background: #00AEDE;
    -moz-border-radius: 80px;
         border-radius: 80px;
    font-size: 29.79px;
    line-height: 43px;
    font-weight: 700;
    padding: 10px 30px;
  }
  .pTop .flow__main--list article .ar h3::before {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--icon) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .pTop .flow__main--list article .ar .txt {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--noto);
  }
  .pTop .flow__main--list article:nth-of-type(even) .ar h3 {
    background: #008EB5;
  }
  .pTop .flow__main--list article + article {
    margin-top: 28px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 204px;
    height: 26px;
    background: #AEE4FF;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -26px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .step {
    padding: 100px 0 0;
  }
  .pTop .step__main {
    max-width: 1000px;
  }
  .pTop .step__main--title {
    text-align: center;
  }
  .pTop .step__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;
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    padding: 10px 18px 26px;
    background: url("../img/stepMess.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .step__main--title span::after {
    content: "";
    width: 36.51px;
    height: 36.51px;
    background: url("../img/stepLight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 0;
  }
  .pTop .step__main--title h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--main);
  }
  .pTop .step__main--intro {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
  }
  .pTop .step__main--intro span {
    color: var(--main);
    font-size: 20px;
  }
  .pTop .step__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: 34.69px -40px 0;
    counter-reset: dl;
    position: relative;
  }
  .pTop .step__main--list::after {
    content: "";
    width: 11.49px;
    height: 48.25px;
    background: url("../img/stepDot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -62.94px;
    position: absolute;
  }
  .pTop .step__main--list dl {
    width: 350px;
    counter-increment: dl;
    padding: 59.69px 40px 0;
    position: relative;
  }
  .pTop .step__main--list dl::before, .pTop .step__main--list dl::after {
    width: 124px;
    height: 45.38px;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 5px;
    position: absolute;
    font-family: var(--roboto);
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pTop .step__main--list dl::before {
    content: "STEP";
    font-size: 20px;
    line-height: 30px;
    background: url("../img/stepIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: left;
    padding-top: 4px;
  }
  .pTop .step__main--list dl::after {
    content: counter(dl);
    font-size: 26px;
    line-height: 30px;
    text-align: right;
    padding-top: 2px;
  }
  .pTop .step__main--list dl dt {
    text-align: center;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: var(--main);
  }
  .pTop .step__main--list dl dt span {
    display: block;
    width: 100%;
    font-size: 21.63px;
    line-height: 31px;
    font-weight: 500;
    color: var(--black);
  }
  .pTop .step__main--list dl dd {
    margin-top: 20px;
  }
  .pTop .step__main--list dl dd figure {
    text-align: center;
  }
  .pTop .step__main--list dl dd figure img {
    width: 210px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .step__main--list dl dd p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 20px;
    font-family: var(--gen);
  }
  .pTop .step__main--list dl:nth-of-type(2) {
    border-left: 2px dotted var(--black);
    border-right: 2px dotted var(--black);
  }
  .pTop .step__main--reach {
    margin-top: 82.94px;
    background: #F5F5F5;
    -moz-border-radius: 40px;
         border-radius: 40px;
    padding: 30px 62.14px 40px;
  }
  .pTop .step__main--reach > figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pTop .step__main--reach > figure img {
    width: 343.47px;
  }
  .pTop .step__main--reach > figure figcaption {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-align: center;
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    padding: 9px 0;
  }
  .pTop .step__main--reach > figure figcaption::before, .pTop .step__main--reach > figure figcaption::after {
    position: absolute;
    content: "";
    width: 62px;
    height: 67px;
    background: url("../img/corner.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .step__main--reach > figure figcaption::before {
    bottom: 0;
    left: 0;
  }
  .pTop .step__main--reach > figure figcaption::after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .step__main--reach p.intro {
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--gen);
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
  }
  .pTop .step__main--reach .note {
    margin-top: 20px;
    font-size: 30px;
    line-height: 59px;
    font-weight: 500;
    font-family: var(--gen);
    text-align: center;
  }
  .pTop .step__main--reach .note span {
    color: var(--tel);
    font-size: 40px;
  }
  .pTop .step__main--reach .cta {
    margin-top: 15px;
  }
  .pTop .step__main--reach .cta__main--title {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .step__main--reach .cta__main--contact {
    padding-right: 42.63px;
  }
  .pTop .step__main--reach .cta__main::after {
    display: none;
  }
  .pTop .contact {
    margin-top: 60px;
  }
  .pTop .contact__main {
    max-width: 1000px;
    background: #fff;
    border: 1px solid var(--main);
    padding: 40px 99px;
    -moz-border-radius: 40px;
         border-radius: 40px;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 500;
    color: var(--main);
  }
  .pTop .contact__main .form {
    margin-top: 30px;
  }
  .pTop .contact__main .form > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .contact__main .form > dl + dl {
    margin-top: 35px;
  }
  .pTop .contact__main .form > dl > dt {
    width: 267px;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
  }
  .pTop .contact__main .form > dl > dt.required::after {
    content: "必須";
    color: var(--tel);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .contact__main .form > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input, .pTop .contact__main .form > dl > dd .wrapInput textarea {
    width: 100%;
    height: 54px;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gen);
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    color: var(--black);
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput textarea {
    height: 254px;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl + dl {
    margin-top: 15px;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl dt {
    width: 84px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 0;
    -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: 306px;
    height: 56px;
    background: var(--main);
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
    -moz-border-radius: 30px;
         border-radius: 30px;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form button::after {
    content: "";
    width: 13px;
    height: 22px;
    background: url("../img/contactArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 11px;
  }
  .pTop .branch {
    margin: 56px 0 0;
    padding: 11.24138% 0 6.34483%;
    background: url("../img/areaMask.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .branch::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .branch__main {
    max-width: 1040px;
  }
  .pTop .branch__main article {
    width: 100%;
  }
  .pTop .branch__main article h3 {
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-weight: 500;
  }
  .pTop .branch__main article section {
    margin-top: 25px;
  }
  .pTop .branch__main article section h4 {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    font-family: var(--noto);
    color: #fff;
  }
  .pTop .branch__main article section .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;
  }
  .pTop .branch__main article section .list dl {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    font-family: var(--noto);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin: 0 22.5px;
    min-width: 160px;
  }
  .pTop .branch__main article section .list dl dt {
    min-width: 80px;
  }
  .pTop .branch__main article section .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .branch__main article section .list dl.special {
    margin-right: 0;
  }
  .pTop .branch__main article section .list dl.special dt {
    min-width: 140px;
  }
  .pTop .branch__main article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
  }
  .pTop .branch__main article .info .left, .pTop .branch__main article .info .right {
    width: 500px;
  }
  .pTop .branch__main article .info dl {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    font-family: var(--noto);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .branch__main article .info dl dt {
    width: 56px;
    margin-right: 22px;
  }
  .pTop .branch__main article .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .branch__main article + article {
    margin-top: 58px;
  }
  .footer {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 20px 0 130px;
    background: #1067BF;
  }
  .ctaFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  }
  .ctaFixed__main {
    max-width: 1000px;
    position: relative;
    padding: 7px 190px 13px 132.39px;
  }
  .ctaFixed__main::before, .ctaFixed__main::after {
    content: "";
    position: absolute;
  }
  .ctaFixed__main::before {
    width: 115px;
    height: 115px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    background: url("../img/ctaMedal.png") 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%);
  }
  .ctaFixed__main::after {
    width: 190.62px;
    height: 184.24px;
    background: url("../img/ctaMan2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 0;
  }
  .ctaFixed__main--contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ctaFixed__main--contact .tel {
    width: 446px;
  }
  .ctaFixed__main--contact .tel em {
    font-style: normal;
    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;
  }
  .ctaFixed__main--contact .tel em ins {
    text-decoration: none;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
    margin-left: -18px;
  }
  .ctaFixed__main--contact .tel em time {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
  }
  .ctaFixed__main--contact .tel span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 72.6px;
    font-size: 78.99px;
    line-height: 0.6;
    font-family: var(--bebas);
    font-weight: 700;
    color: var(--tel);
    margin-top: 20px;
    white-space: nowrap;
  }
  .ctaFixed__main--contact .tel span::before {
    position: absolute;
    content: "";
    width: 61.65px;
    height: 42.54px;
    background: url("../img/ctaTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.38px;
  }
  .ctaFixed__main--contact .line, .ctaFixed__main--contact .mail {
    width: 107px;
    height: 105px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    padding-top: 53px;
    text-align: center;
    position: relative;
  }
  .ctaFixed__main--contact .line::before, .ctaFixed__main--contact .mail::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctaFixed__main--contact .line {
    background: #06D34A;
    margin-left: 20px;
  }
  .ctaFixed__main--contact .line::before {
    width: 41px;
    height: 40px;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 8px;
  }
  .ctaFixed__main--contact .mail {
    float: float;
    background: #1067BF;
    margin-left: 10px;
  }
  .ctaFixed__main--contact .mail::before {
    width: 41.51px;
    height: 29.31px;
    background: url("../img/ctaMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 13px;
  }
  .pTop .thanks__main {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    border: 2px solid #00AEDE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0;
  }
  .pTop .thanks__main figure {
    width: 248px;
    margin: 0 50px;
  }
  .pTop .thanks__main .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 30px 30px 0;
  }
  .pTop .thanks__main .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .pTop .thanks__main .txt p + p {
    margin-top: 32px;
  }
  .pTop .thanks__main .tel {
    width: 100%;
    background: #00AEDE;
    padding: 20px 0;
    text-align: center;
  }
  .pTop .thanks__main .tel a {
    font-size: 82.5px;
    line-height: 67.5px;
    font-family: var(--bebas);
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    white-space: nowrap;
    padding: 0 0 0 81.915px;
    display: inline-block;
    margin-top: 8px;
  }
  .pTop .thanks__main .tel a::before {
    position: absolute;
    content: "";
    width: 69.57px;
    height: 48px;
    background: url("../img/telWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 5.22388vw;
    padding-right: 5.22388vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0.99502vw 0.99502vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.99502vw 0.99502vw rgba(0, 0, 0, 0.1);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.48259vw 0 3.48259vw;
  }
  .header__main--logo {
    width: 41.79104vw;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: none;
  }
  .pTop .mv {
    padding: 5.47264vw 0vw 0;
  }
  .pTop .mv__main--top {
    background: rgba(255, 255, 255, 0.5) url("../img/mvBg_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 5.47264vw 0 4.22886vw 2.73632vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
  }
  .pTop .mv__main--top .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .mv__main--top .meta 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: 12.22637vw;
    -moz-border-radius: 21.3806vw;
         border-radius: 21.3806vw;
    color: #fff;
    font-size: 7.33582vw;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 4.97512vw;
    background: rgba(255, 166, 0, 0.98);
  }
  .pTop .mv__main--top .meta em {
    font-style: normal;
    font-size: 3.48259vw;
    line-height: 5.72139vw;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .mv__main--top h2 {
    font-size: 8.41045vw;
    line-height: 1.3;
    font-weight: 700;
    color: var(--black);
    margin-top: 3.68905vw;
    letter-spacing: -0.06em;
    text-align: center;
    margin-left: -6.21891vw;
  }
  .pTop .mv__main--top h2 small {
    font-size: 5.56468vw;
  }
  .pTop .mv__main--top .truck {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 55.72139vw 0 0;
    padding-right: 3.48259vw;
    text-align: right;
  }
  .pTop .mv__main--top .truck::before {
    position: absolute;
    content: "";
    width: 83.28109vw;
    height: 60.69652vw;
    background: url("../img/mvEmploy.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -52.48756vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .mv__main--top .truck span {
    position: relative;
    margin-left: 13.43284vw;
    white-space: nowrap;
    border: 1px solid var(--main);
    -moz-border-radius: 10.19652vw;
         border-radius: 10.19652vw;
    height: 18.65672vw;
    background: #fff;
    font-size: 7.13682vw;
    line-height: 1.2;
    font-weight: 700;
    color: var(--main);
    padding: 0 7.46269vw 0 13.18408vw;
    display: inline-block;
    text-align: left;
  }
  .pTop .mv__main--top .truck span small {
    font-size: 6.24378vw;
  }
  .pTop .mv__main--top .truck span::before {
    position: absolute;
    content: "";
    width: 23.21144vw;
    height: 13.83582vw;
    background: url("../img/mvTruck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -13.43284vw;
  }
  .pTop .mv__main--top .truck::after {
    content: attr(data-text);
    font-size: 4.22886vw;
    line-height: 5.47264vw;
    font-weight: 500;
    color: #000;
    margin-top: 0.99502vw;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .pTop .mv__main--top .circle {
    margin: 2.23881vw -0.99502vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .mv__main--top .circle dl {
    width: 26.36816vw;
    height: 26.36816vw;
    margin: 0 0.99502vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    color: #fff;
    padding: 5.47264vw 0 0;
  }
  .pTop .mv__main--top .circle dl::before, .pTop .mv__main--top .circle dl::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -2;
  }
  .pTop .mv__main--top .circle dl::before {
    background: #00AEDE;
    width: 100%;
    height: 100%;
  }
  .pTop .mv__main--top .circle dl::after {
    width: -webkit-calc(100% - 1.99005vw);
    width: -moz-calc(100% - 1.99005vw);
    width: calc(100% - 1.99005vw);
    height: -webkit-calc(100% - 1.99005vw);
    height: -moz-calc(100% - 1.99005vw);
    height: calc(100% - 1.99005vw);
    border: 1px solid #fff;
    z-index: -1;
  }
  .pTop .mv__main--top .circle dl dt {
    font-size: 4.22886vw;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main--top .circle dl dt::before {
    position: absolute;
    content: attr(data-sub);
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.47761vw;
    font-size: 2.48756vw;
    line-height: 2.98507vw;
    font-family: var(--noto);
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-shadow: -1px -1px 0 #00AEDE, 1px -1px 0 #00AEDE, -1px  1px 0 #00AEDE, 1px  1px 0 #00AEDE;
  }
  .pTop .mv__main--top .circle dl dd {
    margin-top: 1.49254vw;
    position: relative;
    font-size: 2.98507vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: 500;
    font-family: var(--gen);
    padding: 0.49751vw 0 0.74627vw;
    z-index: 2;
  }
  .pTop .mv__main--top .circle dl dd::after {
    position: absolute;
    content: "";
    width: 26.47512vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/mvRibbon_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .pTop .mv__main--bot {
    width: 100%;
    margin: 30.0995vw auto 0;
    position: relative;
  }
  .pTop .mv__main--bot > figure {
    position: absolute;
    width: 100%;
    top: -32.58706vw;
    left: 0vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .mv__main--bot > figure img {
    width: 42.53731vw;
    height: auto;
  }
  .pTop .mv__main--bot > figure figcaption {
    width: 41.29353vw;
    height: 22.63682vw;
    padding: 5.72139vw 3.23383vw 5.72139vw 8.20896vw;
    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;
    background: url("../img/mvMess_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 5.72139vw;
  }
  .pTop .mv__main--bot > figure figcaption span {
    font-size: 4.22886vw;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .mv__main--bot > figure figcaption span + span {
    margin-top: 2.73632vw;
  }
  .pTop .mv__main--bot .info .tel {
    display: block;
    width: 100%;
    background: var(--tel);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.99005vw 0 2.23881vw 3.48259vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
  }
  .pTop .mv__main--bot .info .tel::after {
    position: absolute;
    content: "";
    width: 16.64677vw;
    height: 22.65672vw;
    background: url("../img/pointer.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0.76617vw;
    top: 0.99502vw;
  }
  .pTop .mv__main--bot .info .tel time {
    font-size: 4.47761vw;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
  }
  .pTop .mv__main--bot .info .tel time small {
    font-size: 4.22886vw;
    line-height: 1.4;
  }
  .pTop .mv__main--bot .info .tel time br {
    display: none;
  }
  .pTop .mv__main--bot .info .tel span {
    white-space: nowrap;
    color: #fff;
    font-size: 12.28856vw;
    line-height: 0.8;
    font-family: 700;
    font-family: var(--bebas);
    padding: 0 0 0 11.19403vw;
    display: inline-block;
    position: relative;
    margin-top: 1.49254vw;
  }
  .pTop .mv__main--bot .info .tel span::before {
    position: absolute;
    content: "";
    width: 9.59204vw;
    height: 6.61692vw;
    background: url("../img/mvTel_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .mv__main--bot .info .line {
    width: 100%;
    height: 16.16915vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    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: 6.21891vw;
    line-height: 1.3;
    font-weight: 700;
    background: #06D34A;
    margin-top: 3.73134vw;
  }
  .pTop .mv__main--bot .info .line::before {
    content: "";
    width: 10.26119vw;
    height: 9.95025vw;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.86567vw;
  }
  .pTop .mv__main--bot .info .card {
    width: 100%;
    border: 1px solid var(--black);
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    margin-top: 2.48756vw;
  }
  .pTop .mv__main--bot .info .card dt {
    width: 100%;
    text-align: center;
    background: var(--black);
    color: #fff;
    font-size: 3.73134vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    padding: 1.49254vw 0 1.74129vw;
    -moz-border-radius: 4.72637vw 4.72637vw 0 0;
         border-radius: 4.72637vw 4.72637vw 0 0;
  }
  .pTop .mv__main--bot .info .card dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.23881vw 0 2.48756vw;
  }
  .pTop .mv__main--bot .info .card dd figure {
    margin: 0 1.49254vw;
    text-align: center;
  }
  .pTop .mv__main--bot .info .card dd figure img {
    height: 5.22388vw;
    width: auto;
  }
  .pTop .mv__main--bot .info .card dd figure figcaption {
    font-size: 2.98507vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    color: #000;
    margin-top: 1.24378vw;
  }
  .pTop .titleCom {
    text-align: center;
    color: var(--main);
  }
  .pTop .titleCom span {
    font-size: 3.9801vw;
    line-height: 5.72139vw;
    font-weight: 700;
    display: inline-block;
  }
  .pTop .titleCom h2 {
    font-size: 8.70647vw;
    line-height: 12.68657vw;
    font-weight: 700;
  }
  .pTop .service {
    margin-top: 2.48756vw;
    padding: 17.41294vw 5.22388vw 21.62189vw;
    position: relative;
    z-index: 2;
  }
  .pTop .service::before, .pTop .service::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: -2;
  }
  .pTop .service::before {
    height: 100%;
    background-image: url("../img/serviceMask_sp.png"), url("../img/serviceMask2_sp.png");
    background-position: top center,bottom center;
    -moz-background-size: auto 34.82587vw, auto 34.82587vw;
         background-size: auto 34.82587vw, auto 34.82587vw;
    background-repeat: repeat-x, repeat-x;
    z-index: -1;
    top: 0;
  }
  .pTop .service::after {
    height: -webkit-calc(100% - 69.65174vw);
    height: -moz-calc(100% - 69.65174vw);
    height: calc(100% - 69.65174vw);
    background: #00AEDE;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .service__main {
    padding: 7.46269vw 4.47761vw;
    background: #fff;
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
  }
  .pTop .service__main--icon {
    margin-top: 6.21891vw;
  }
  .pTop .service__main--icon .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .service__main--icon .list dl {
    width: 23.63184vw;
    height: 21.64179vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    background: #F5F5F5;
    position: relative;
  }
  .pTop .service__main--icon .list dl dt {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.48259vw;
    width: 7.1791vw;
    height: 7.1791vw;
  }
  .pTop .service__main--icon .list dl dt 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: 100%;
    height: 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--main);
    color: #fff;
    font-size: 4.89303vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--roboto);
  }
  .pTop .service__main--icon .list dl dd {
    padding: 4.72637vw 0 0vw;
  }
  .pTop .service__main--icon .list dl dd figure {
    text-align: center;
  }
  .pTop .service__main--icon .list dl dd figure img {
    height: 7.22139vw;
    width: auto;
  }
  .pTop .service__main--icon .list dl dd em {
    font-size: 3.9801vw;
    line-height: 3.9801vw;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    font-style: normal;
    margin-top: 2.23134vw;
    display: block;
    width: 100%;
    text-align: center;
  }
  .pTop .service__main--icon .list dl dd em span {
    color: var(--tel);
    font-size: 8.70647vw;
    line-height: 8.37313vw;
    font-weight: 700;
    font-family: var(--bebas);
    margin-top: 1.49254vw;
    display: inline-block;
  }
  .pTop .service__main--icon .list dl dd em small {
    color: var(--tel);
    font-size: 4.39801vw;
    line-height: 5.02488vw;
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .service__main--icon .list dl:first-of-type {
    width: 28.35821vw;
    height: 26.1194vw;
  }
  .pTop .service__main--icon .list dl:first-of-type dd {
    padding-top: 3.48259vw;
  }
  .pTop .service__main--icon .list dl:first-of-type dd em {
    margin-top: 1.24378vw;
  }
  .pTop .service__main--icon .list dl + dl::before {
    position: absolute;
    content: "";
    width: 5.47264vw;
    height: 5.47264vw;
    background: url("../img/servicePlus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 8.95522vw;
    left: -4.47761vw;
  }
  .pTop .service__main--icon .result {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.48756vw;
  }
  .pTop .service__main--icon .result::before {
    content: "＝";
    font-size: 7.46269vw;
    line-height: 10.94527vw;
    font-weight: 700;
    color: var(--black);
    font-family: var(--noto);
    margin-right: 0.8408vw;
  }
  .pTop .service__main--icon .result span {
    background: var(--tel);
    white-space: nowrap;
    width: 58.20896vw;
    height: 12.43781vw;
    color: #fff;
    font-size: 4.97512vw;
    line-height: 1.4;
    font-weight: 700;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    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;
  }
  .pTop .service__main--icon .result span br {
    display: none;
  }
  .pTop .service__main--icon .note {
    display: none;
  }
  .pTop .service__main--accor {
    margin-top: 7.46269vw;
  }
  .pTop .service__main--accor h3 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .service__main--accor .wrapAr {
    margin-top: 4.97512vw;
    counter-reset: ar;
  }
  .pTop .service__main--accor .wrapAr article {
    counter-increment: ar;
  }
  .pTop .service__main--accor .wrapAr article + article {
    margin-top: 2.48756vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner {
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    background: #F5F5F5;
    padding: 0 5.97015vw 3.73134vw 5.97015vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner h4 {
    background: var(--main);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.97512vw;
    line-height: 7.21393vw;
    font-weight: 700;
    padding: 2.48756vw 0;
    -moz-border-radius: 4.97512vw 4.97512vw 0 0;
         border-radius: 4.97512vw 4.97512vw 0 0;
    margin: 0 -5.97015vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner h4::before {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 6.46766vw;
    height: 6.46766vw;
    -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;
    content: counter(ar);
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-size: 4.97512vw;
    line-height: 5.22388vw;
    font-weight: 700;
    font-family: var(--roboto);
    margin-right: 2.48756vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .intro {
    margin-top: 3.73134vw;
    text-align: left;
    font-size: 3.73134vw;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .intro span {
    color: var(--main);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon {
    margin-top: 5.22388vw;
    background: var(--back02);
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
    border: 1px solid #00AEDE;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5 {
    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: 3.73134vw;
    font-size: 4.47761vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--main);
    cursor: pointer;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5::after {
    content: "";
    width: 5.47264vw;
    height: 3.23383vw;
    background: url("../img/serviceArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-left: 2.48756vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon h5.open::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon__wrap {
    display: none;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list {
    padding: 0vw 6.09453vw 3.73134vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl {
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    padding: 1.24378vw 3.73134vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl + dl {
    margin-top: 1.49254vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dt {
    font-size: 3.73134vw;
    line-height: 1.5;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.97512vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list dl dd span {
    font-size: 12.43781vw;
    line-height: 10.199vw;
    font-family: var(--bebas);
    color: #F22D75;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 {
    padding: 0vw 3.73134vw 3.73134vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl {
    background: #fff;
    padding: 2.48756vw 4.97512vw;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl + dl {
    margin-top: 1.24378vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt {
    text-align: center;
    padding: 1.24378vw;
    -moz-border-radius: 12.43781vw;
         border-radius: 12.43781vw;
    color: #fff;
    font-size: 3.9801vw;
    line-height: 1.4;
    font-weight: 500;
    font-family: var(--gen);
    margin-bottom: 2.48756vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt span {
    font-size: 4.97512vw;
    line-height: 1.4;
    font-weight: 700;
    font-family: var(--roboto);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt small {
    font-size: 3.73134vw;
    line-height: 1.4;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st1 {
    background: var(--main);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st2 {
    background: #005BAF;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dt.st3 {
    background: #011563;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd {
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd:nth-of-type(2) {
    width: 100%;
    text-align: center;
    font-size: 4.47761vw;
    line-height: 6.71642vw;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
    margin-top: 0.99502vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 dl dd:nth-of-type(2) span {
    font-size: 7.46269vw;
    line-height: 7.9602vw;
    font-weight: 400;
    font-family: var(--bebas);
    color: var(--tel);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list2 .note {
    width: 100%;
    margin-top: 3.73134vw;
    font-size: 2.98507vw;
    line-height: 4.47761vw;
    font-weight: 500;
    font-family: var(--gen);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 {
    padding: 0vw 5.97015vw 2.48756vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section {
    width: 100%;
    padding-bottom: 6.21891vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section:not(:last-of-type) {
    border-bottom: 1px dotted var(--black);
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section + section {
    margin-top: 6.21891vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section figure {
    text-align: center;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section figure img {
    height: 19.9005vw;
    width: auto;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section h6 {
    text-align: center;
    color: var(--main);
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 4.47761vw;
    line-height: 5.84577vw;
    font-weight: 500;
    font-family: var(--gen);
    margin-top: 2.48756vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section h6 small {
    display: block;
    font-size: 3.48259vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section p {
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    font-weight: 500;
    color: var(--black);
    font-family: var(--gen);
    margin-top: 1.24378vw;
  }
  .pTop .service__main--accor .wrapAr article .arInner .arCon .list3 section p + .note {
    text-align: center;
    margin-top: 2.48756vw;
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .price {
    margin-top: 7.46269vw;
    margin-bottom: 9.95025vw;
  }
  .pTop .price__main {
    padding-left: 3.9801vw;
    padding-right: 3.9801vw;
  }
  .pTop .price__main--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;
  }
  .pTop .price__main--ar article {
    width: 100%;
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    padding: 4.97512vw 3.23383vw;
  }
  .pTop .price__main--ar article + article {
    margin-top: 3.73134vw;
  }
  .pTop .price__main--ar article h3 {
    font-size: 5.47264vw;
    line-height: 7.9602vw;
    font-weight: 700;
    color: var(--black);
    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 .price__main--ar article h3::after {
    content: "";
    width: 5.47264vw;
    height: 3.23383vw;
    background: url("../img/priceArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 3.48259vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .price__main--ar article h3.open::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .price__main--ar article figure {
    text-align: center;
    margin-top: 5.47264vw;
  }
  .pTop .price__main--ar article figure img {
    width: 62.18905vw;
  }
  .pTop .price__main--ar article ul {
    margin-top: 5.47264vw;
  }
  .pTop .price__main--ar article ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .price__main--ar article ul li span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.48259vw;
    line-height: 1.4;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 2.48756vw;
  }
  .pTop .price__main--ar article ul li span::before {
    position: absolute;
    content: "・";
    font-size: 3.48259vw;
    line-height: 1.4;
    left: 0;
    top: 0;
  }
  .pTop .price__main--ar article ul li em {
    font-style: normal;
    white-space: nowrap;
    font-size: 5.72139vw;
    line-height: 2;
    font-family: var(--bebas);
    font-weight: 400;
    color: var(--main);
    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;
    margin-left: 3.9801vw;
  }
  .pTop .price__main--ar article ul li em::after {
    content: "円〜";
    font-size: 3.48259vw;
    line-height: 2;
    font-family: var(--noto);
    font-weight: 700;
  }
  .pTop .price__main--ar article:nth-of-type(1) {
    width: 100%;
  }
  .pTop .price__main--ar article:nth-of-type(1) h3 {
    font-size: 6.71642vw;
    line-height: 9.70149vw;
  }
  .pTop .price__main--ar article:nth-of-type(1) h3::after {
    display: none;
  }
  .pTop .price__main--ar article:nth-of-type(1) .figs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .price__main--ar article:nth-of-type(1) .figs figure {
    width: 38.80597vw;
  }
  .pTop .price__main--ar article:nth-of-type(1) .figs figure:last-child {
    display: none;
  }
  .pTop .price__main--ar article .arCon {
    display: none;
  }
  .pTop .cta {
    padding-left: 3.9801vw;
    padding-right: 3.9801vw;
  }
  .pTop .cta__main {
    border: 0.49751vw solid var(--tel);
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
    padding: 0 0 5.72139vw;
  }
  .pTop .cta__main--title em {
    font-style: normal;
    font-size: 5.97015vw;
    line-height: 8.70647vw;
    font-weight: 700;
    background: var(--tel);
    -moz-border-radius: 6.96517vw 6.96517vw 0 0;
         border-radius: 6.96517vw 6.96517vw 0 0;
    display: block;
    color: #fff;
    padding: 3.48259vw 0 2.73632vw;
    text-align: center;
  }
  .pTop .cta__main--title h2 {
    font-size: 6.46766vw;
    line-height: 9.45274vw;
    font-weight: 700;
    width: 49.75124vw;
    text-align: center;
    margin-top: 3.48259vw;
    margin-left: 4.97512vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--title h2::after {
    position: absolute;
    content: "";
    width: 47.1393vw;
    height: 38.80597vw;
    background: url("../img/ctaMan_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -4.72637vw;
    right: -37.56219vw;
    z-index: -1;
  }
  .pTop .cta__main--title h2 span {
    font-size: 14.67662vw;
    line-height: 1;
    font-family: var(--bebas);
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateY(0.49751vw);
       -moz-transform: translateY(0.49751vw);
        -ms-transform: translateY(0.49751vw);
            transform: translateY(0.49751vw);
    color: var(--tel);
  }
  .pTop .cta__main--title h2 span::after {
    content: attr(data-after);
    font-size: 6.5398vw;
    line-height: 9.45274vw;
    font-family: var(--zen);
    font-weight: 700;
    -webkit-transform: translateY(-2.48756vw);
       -moz-transform: translateY(-2.48756vw);
        -ms-transform: translateY(-2.48756vw);
            transform: translateY(-2.48756vw);
  }
  .pTop .cta__main--title h2 ins {
    font-style: normal;
    font-size: 6.5398vw;
    line-height: 9.45274vw;
    font-weight: 700;
    text-decoration: none;
    margin-top: -2.48756vw;
    white-space: nowrap;
    display: block;
    text-shadow: -2px -2px 0 #F5F5F5, 2px -2px 0 #F5F5F5, -2px  2px 0 #F5F5F5, 2px  2px 0 #F5F5F5;
  }
  .pTop .cta__main--contact {
    position: relative;
    z-index: 2;
    padding: 0 4.97512vw;
    margin-top: 3.23383vw;
  }
  .pTop .cta__main--contact .tel {
    display: block;
    width: 100%;
    background: var(--tel);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.88308vw 15.42289vw 2.23881vw 3.48259vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
  }
  .pTop .cta__main--contact .tel::after {
    position: absolute;
    content: "";
    width: 16.64677vw;
    height: 22.65672vw;
    background: url("../img/pointer.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0vw;
    top: 0.99502vw;
  }
  .pTop .cta__main--contact .tel em {
    font-style: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
    color: #fff;
  }
  .pTop .cta__main--contact .tel em ins {
    text-decoration: none;
    font-size: 4.06219vw;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
  }
  .pTop .cta__main--contact .tel em time {
    font-size: 3.90547vw;
    line-height: 1.4;
    font-weight: 700;
    white-space: nowrap;
  }
  .pTop .cta__main--contact .tel span {
    white-space: nowrap;
    color: #fff;
    font-size: 11.35075vw;
    line-height: 0.8;
    font-family: 700;
    font-family: var(--bebas);
    padding: 0 0 0 10.33831vw;
    display: inline-block;
    position: relative;
    margin-top: 1.49254vw;
  }
  .pTop .cta__main--contact .tel span::before {
    position: absolute;
    content: "";
    width: 8.85821vw;
    height: 6.11194vw;
    background: url("../img/mvTel_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--contact .line, .pTop .cta__main--contact .mail {
    width: 100%;
    height: 13.93035vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    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: 4.97512vw;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
  }
  .pTop .cta__main--contact .line::before, .pTop .cta__main--contact .mail::before {
    content: "";
  }
  .pTop .cta__main--contact .line {
    background: #06D34A;
    margin-top: 2.75622vw;
  }
  .pTop .cta__main--contact .line::before {
    width: 8.70647vw;
    height: 7.9602vw;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.74129vw;
  }
  .pTop .cta__main--contact .mail {
    background: #1067BF;
    margin-top: 2.48756vw;
  }
  .pTop .cta__main--contact .mail::before {
    width: 8.20896vw;
    height: 5.79851vw;
    background: url("../img/ctaMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.92537vw;
  }
  .pTop .cta__main--card {
    border: 1px solid var(--black);
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    width: 82.08955vw;
    margin: 2.48756vw auto 0;
  }
  .pTop .cta__main--card dt {
    width: 100%;
    text-align: center;
    background: var(--black);
    color: #fff;
    font-size: 3.73134vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    padding: 1.49254vw 0 1.74129vw;
    -moz-border-radius: 4.72637vw 4.72637vw 0 0;
         border-radius: 4.72637vw 4.72637vw 0 0;
  }
  .pTop .cta__main--card dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 2.23881vw 0 2.48756vw;
  }
  .pTop .cta__main--card dd figure {
    margin: 0 1.36816vw;
    text-align: center;
  }
  .pTop .cta__main--card dd figure img {
    height: 5.22388vw;
    width: auto;
  }
  .pTop .cta__main--card dd figure figcaption {
    font-size: 2.98507vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--noto);
    color: #000;
    margin-top: 1.24378vw;
  }
  .pTop .warn {
    margin-top: 9.95025vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5.47264vw;
  }
  .pTop .warn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 15.67164vw);
    height: -moz-calc(100% - 15.67164vw);
    height: calc(100% - 15.67164vw);
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .warn::after {
    position: absolute;
    content: "";
    width: 86.81592vw;
    height: 15.9204vw;
    background: #00AEDE;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15.67164vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .warn__main--title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .warn__main--title h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 69.65174vw;
    background: #00AEDE;
    padding: 2.48756vw 2.48756vw 2.48756vw;
    -moz-border-radius: 7.46269vw 7.46269vw 0 0;
         border-radius: 7.46269vw 7.46269vw 0 0;
  }
  .pTop .warn__main--title h2::before, .pTop .warn__main--title h2::after {
    content: "";
    width: 11.17662vw;
    height: 9.0796vw;
    background: url("../img/warnIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .warn__main--title h2 span {
    font-size: 8.70647vw;
    line-height: 12.68657vw;
    font-weight: 700;
    color: #F8B829;
    margin: 0 3.78358vw;
    display: inline-block;
  }
  .pTop .warn__main--title em {
    display: block;
    font-style: normal;
    border: 1px solid #fff;
    width: 81.09453vw;
    margin: 1.74129vw auto 0;
    color: #fff;
    text-align: center;
    font-size: 4.97512vw;
    line-height: 7.21393vw;
    font-weight: 700;
    color: #fff;
    padding: 1.74129vw 2.48756vw;
  }
  .pTop .warn__main--list {
    counter-reset: ar;
    margin-top: 9.95025vw;
  }
  .pTop .warn__main--list article {
    width: 89.55224vw;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    counter-increment: ar;
    padding: 5.47264vw 5.47264vw 5.72139vw;
    background: #fff;
  }
  .pTop .warn__main--list article + article {
    margin-top: 3.23383vw;
  }
  .pTop .warn__main--list article::before, .pTop .warn__main--list article::after {
    position: absolute;
    width: 30.84577vw;
    height: 9.50498vw;
    top: -2.58706vw;
    left: 0vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-15.59deg);
       -moz-transform: rotate(-15.59deg);
        -ms-transform: rotate(-15.59deg);
            transform: rotate(-15.59deg);
    padding: 0 4.74627vw 0 2.71642vw;
    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;
    color: #fff;
  }
  .pTop .warn__main--list article::before {
    content: "手口その";
    background: url("../img/warnIcon02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    font-size: 4.91045vw;
    line-height: 7.46269vw;
    font-weight: 700;
  }
  .pTop .warn__main--list article::after {
    content: counter(ar);
    font-size: 6.46269vw;
    line-height: 7.46269vw;
    font-family: var(--roboto);
    font-weight: 700;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pTop .warn__main--list article h3 {
    text-align: center;
    font-size: 4.97512vw;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .warn__main--list article figure {
    text-align: center;
    margin-top: 3.23383vw;
  }
  .pTop .warn__main--list article figure.st1 img {
    width: 38.54229vw;
  }
  .pTop .warn__main--list article figure.st2 img {
    width: 44.77612vw;
  }
  .pTop .warn__main--list article figure.st3 img {
    width: 46.26866vw;
  }
  .pTop .warn__main--list article .txt {
    font-size: 3.73134vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--gen);
    font-weight: 500;
    margin-top: 3.23383vw;
  }
  .pTop .reason {
    padding: 23.38308vw 0 0;
  }
  .pTop .reason__main h2 {
    text-align: center;
    font-size: 5.47264vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .reason__main h2 .st1 {
    color: #fff;
    background: var(--tel);
    display: inline-block;
    padding: 0.99502vw 2.73632vw 1.24378vw 3.73134vw;
    -moz-border-radius: 8.69403vw;
         border-radius: 8.69403vw;
    margin: 0 1.24378vw;
    -webkit-transform: translateY(-0.99502vw);
       -moz-transform: translateY(-0.99502vw);
        -ms-transform: translateY(-0.99502vw);
            transform: translateY(-0.99502vw);
  }
  .pTop .reason__main h2 .st2 {
    color: var(--main);
  }
  .pTop .reason__main h2 em {
    font-style: normal;
    font-size: 11.60199vw;
    line-height: 0.8;
    font-family: var(--roboto);
    font-weight: 700;
  }
  .pTop .reason__main--list {
    counter-reset: ar;
    margin-top: 5.22388vw;
  }
  .pTop .reason__main--list article {
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    background: var(--main);
    counter-increment: ar;
    padding: 3.23383vw 3.9801vw 4.47761vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .reason__main--list article + article {
    margin-top: 4.22886vw;
  }
  .pTop .reason__main--list article::before, .pTop .reason__main--list article::after {
    width: 25.88557vw;
    height: 14.92537vw;
    padding: 1.86567vw 6.01741vw 4.10448vw 4.43035vw;
    left: 0;
    top: -1.74129vw;
    color: #fff;
    position: absolute;
  }
  .pTop .reason__main--list article::before {
    content: "理由.";
    font-size: 5.13184vw;
    line-height: 7.46269vw;
    font-weight: 700;
    background: url("../img/reasonIcon01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .reason__main--list article::after {
    content: counter(ar);
    font-size: 7.69652vw;
    line-height: 8.95522vw;
    font-family: var(--roboto);
    font-weight: 700;
    text-align: right;
  }
  .pTop .reason__main--list article h3 {
    color: #fff;
    font-size: 5.47264vw;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    padding-left: 16.91542vw;
    margin-right: -3.9801vw;
  }
  .pTop .reason__main--list article figure {
    text-align: center;
    margin-top: 4.97512vw;
  }
  .pTop .reason__main--list article figure.st1 img {
    width: 54.47761vw;
  }
  .pTop .reason__main--list article figure.st2 img {
    width: 52.98507vw;
  }
  .pTop .reason__main--list article figure.st3 img {
    width: 39.05473vw;
  }
  .pTop .reason__main--list article .txt {
    padding: 0 1.24378vw;
    font-size: 3.73134vw;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    margin-top: 4.97512vw;
  }
  .pTop .promise {
    margin-top: 9.95025vw;
    overflow: hidden;
  }
  .pTop .promise__main--title {
    text-align: left;
    padding-left: 14.30348vw;
  }
  .pTop .promise__main--list {
    counter-reset: dt;
    margin: 16.16915vw -5.22388vw 0;
  }
  .pTop .promise__main--list dl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.47761vw 2.48756vw 0 5.22388vw;
    width: 100%;
    height: 100vw;
  }
  .pTop .promise__main--list dl + dl {
    margin-top: 6.21891vw;
  }
  .pTop .promise__main--list dl::before {
    position: absolute;
    content: "";
    width: 114.67662vw;
    height: 119.02985vw;
    background: url("../img/promiseMask.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
  }
  .pTop .promise__main--list dl::after {
    position: absolute;
    content: "";
    width: 29.60199vw;
    height: 29.60199vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
  }
  .pTop .promise__main--list dl dt {
    counter-increment: dt;
    font-size: 5.47264vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--main);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20.89552vw;
    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;
    min-height: 17.41294vw;
  }
  .pTop .promise__main--list dl dt::before, .pTop .promise__main--list dl dt::after {
    width: 17.41294vw;
    height: 17.41294vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 0vw;
    position: absolute;
    text-align: center;
  }
  .pTop .promise__main--list dl dt::before {
    content: "約束";
    font-size: 3.9801vw;
    line-height: 5.72139vw;
    font-family: var(--noto);
    font-weight: 700;
    color: var(--black);
    background: #F8B829;
    padding-top: 2.98507vw;
  }
  .pTop .promise__main--list dl dt::after {
    content: counter(dt);
    font-size: 8.20896vw;
    line-height: 9.70149vw;
    font-family: var(--roboto);
    font-weight: 700;
    color: var(--black);
    padding-top: 6.96517vw;
  }
  .pTop .promise__main--list dl dt:nth-of-type(2) {
    margin-top: 3.23383vw;
    margin-left: 14.92537vw;
  }
  .pTop .promise__main--list dl dd {
    font-size: 3.48259vw;
    line-height: 1.5;
    font-family: var(--gen);
    color: var(--black);
    margin-top: 4.22886vw;
    margin-left: 4.97512vw;
  }
  .pTop .promise__main--list dl dd:nth-of-type(2) {
    margin-left: 14.92537vw;
  }
  .pTop .promise__main--list dl:nth-of-type(1)::after {
    background: url("../img/promiseImg01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -12.43781vw;
    right: 3.9801vw;
  }
  .pTop .promise__main--list dl:nth-of-type(2)::after {
    width: 30.84577vw;
    height: 30.84577vw;
    background: url("../img/promiseImg03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -26.1194vw;
    left: -7.46269vw;
  }
  .pTop .promise__main--list dl:nth-of-type(3)::after {
    width: 34.82587vw;
    height: 34.0796vw;
    background: url("../img/promiseImg02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -24.87562vw;
    right: -5.22388vw;
  }
  .pTop .cert {
    margin-top: 14.92537vw;
    margin-bottom: 9.95025vw;
  }
  .pTop .cert__main {
    padding: 0 3.9801vw;
  }
  .pTop .cert__main--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pTop .cert__main--top .ar {
    width: 100%;
  }
  .pTop .cert__main--top .ar h2 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .cert__main--top .ar .intro {
    margin-top: 3.48259vw;
    font-size: 4.97512vw;
    line-height: 7.21393vw;
    font-weight: 700;
    text-align: center;
  }
  .pTop .cert__main--top .ar .intro span {
    color: var(--main);
  }
  .pTop .cert__main--top .ar .txt {
    font-size: 3.73134vw;
    line-height: 8.95522vw;
    font-weight: 500;
    text-align: center;
    margin-top: 4.97512vw;
    background: url("../img/gridDoc.png") bottom repeat;
    -moz-background-size: 0.99502vw 8.95522vw;
         background-size: 0.99502vw 8.95522vw;
    font-family: var(--gen);
  }
  .pTop .cert__main--top .ar .txt b {
    font-weight: 700;
  }
  .pTop .cert__main--top figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    margin-top: 2.73632vw;
    padding-left: 5.22388vw;
  }
  .pTop .cert__main--top figure img {
    width: 52.48756vw;
    height: auto;
  }
  .pTop .cert__main--top figure::after {
    position: absolute;
    content: "";
    width: 38.30846vw;
    height: 48.50746vw;
    background: url("../img/certReward.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.21891vw;
    top: 0;
  }
  .pTop .cert__main--list {
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    margin-top: -17.41294vw;
    position: relative;
    padding: 3.73134vw;
    z-index: 3;
  }
  .pTop .cert__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .cert__main--list ul li {
    margin: 1.24378vw;
    line-height: 0;
    width: 18.1592vw;
  }
  .pTop .cert__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .cert__main--list ul li:last-of-type {
    display: none;
  }
  .pTop .case {
    margin-top: 9.95025vw;
    padding-left: 3.9801vw;
    padding-right: 3.9801vw;
  }
  .pTop .case__main {
    background: #fff;
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
    padding: 7.46269vw;
  }
  .pTop .case__main--title {
    text-align: center;
  }
  .pTop .case__main--list {
    position: relative;
    margin-top: 4.97512vw;
    padding-bottom: 7.9602vw;
  }
  .pTop .case__main--list article {
    width: 80.84577vw;
    height: auto;
    background: #F5F5F5;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    padding: 4.97512vw 6.21891vw;
    font-family: var(--gen);
  }
  .pTop .case__main--list article .ba {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .case__main--list article .ba figure {
    width: 32.83582vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .case__main--list article .ba figure img {
    width: 32.83582vw;
    height: 48.75622vw;
    object-fit: cover;
  }
  .pTop .case__main--list article .ba figure::before {
    position: absolute;
    width: 16.91542vw;
    height: 6.96517vw;
    left: 0;
    top: 1.74129vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -moz-border-radius: 0 7.46269vw 7.46269vw 0;
         border-radius: 0 7.46269vw 7.46269vw 0;
    font-size: 3.9801vw;
    line-height: 1;
    font-family: var(--roboto);
    font-weight: 700;
  }
  .pTop .case__main--list article .ba figure.before::before {
    background: #30373A;
    content: "Before";
  }
  .pTop .case__main--list article .ba figure.after::before {
    background: var(--main);
    content: "After";
  }
  .pTop .case__main--list article .meta {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.48756vw;
    font-size: 2.98507vw;
    line-height: 4.47761vw;
    font-weight: 500;
  }
  .pTop .case__main--list article .meta time {
    color: var(--black);
  }
  .pTop .case__main--list article .meta span {
    display: inline-block;
    white-space: nowrap;
    background: #F2FCFF;
    padding: 0.99502vw 2.48756vw;
    color: var(--main);
  }
  .pTop .case__main--list article .meta em {
    width: 100%;
    font-style: normal;
  }
  .pTop .case__main--list article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .case__main--list article .info dl {
    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;
    margin-right: 4.22886vw;
    margin-top: 2.48756vw;
    font-weight: 500;
  }
  .pTop .case__main--list article .info dl dt {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    background: var(--main);
    color: #fff;
    font-size: 2.98507vw;
    line-height: 4.47761vw;
    padding: 0.74627vw 2.48756vw;
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    margin-right: 1.49254vw;
  }
  .pTop .case__main--list article .info dl dd {
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    color: var(--black);
  }
  .pTop .case__main--list article h3 {
    font-size: 4.84577vw;
    line-height: 7.21393vw;
    font-weight: 500;
    color: var(--main);
    margin-top: 3.9801vw;
  }
  .pTop .case__main--list article .txt {
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    margin-top: 2.48756vw;
  }
  .pTop .case__main--list--prev, .pTop .case__main--list--next {
    position: absolute;
    width: 5.72139vw;
    height: 27.36318vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/ctrlArrow_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    cursor: pointer;
    z-index: 3;
  }
  .pTop .case__main--list--prev {
    left: -7.46269vw;
  }
  .pTop .case__main--list--next {
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
    right: -7.46269vw;
  }
  .pTop .case__main--list--pagi {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0vw;
    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;
    z-index: 3;
  }
  .pTop .case__main--list--pagi .swiper-pagination-bullet {
    width: 2.98507vw;
    height: 2.98507vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #EEEEEE;
    opacity: 1;
    margin: 0 1.1194vw;
  }
  .pTop .case__main--list--pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00AEDE;
  }
  .pTop .area {
    margin-top: 4.97512vw;
    padding: 15.17413vw 0 8.45771vw;
    background: url("../img/areaMask.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .area__main {
    padding-left: 8.95522vw;
    padding-right: 8.95522vw;
  }
  .pTop .area__main--left .titleCom {
    text-align: left;
    padding-left: 8.70647vw;
    color: #fff;
  }
  .pTop .area__main--left figure {
    text-align: right;
    margin-top: 4.97512vw;
  }
  .pTop .area__main--left figure img {
    width: 72.38806vw;
  }
  .pTop .area__main--left .list {
    margin-top: 3.87313vw;
    text-align: center;
    font-size: 4.97512vw;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
  }
  .pTop .area__main--left .txt {
    margin-top: 3.73134vw;
    color: #fff;
    font-size: 3.73134vw;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  }
  .pTop .faq {
    margin-top: 9.95025vw;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 8.70647vw;
    line-height: 12.68657vw;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .faq__main--list {
    margin-top: 4.97512vw;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 2.48756vw;
  }
  .pTop .faq__main--list dl dt {
    background: #F5F5F5;
    border: 1px solid var(--main);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.73134vw 14.42786vw 3.73134vw 9.20398vw;
    font-size: 3.73134vw;
    line-height: 5.47264vw;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--main);
    -moz-border-radius: 3.73134vw;
         border-radius: 3.73134vw;
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 5.47264vw;
    line-height: 6.96517vw;
    font-weight: 700;
    font-family: var(--roboto);
    color: var(--main);
    left: 3.73134vw;
    top: 3.73134vw;
  }
  .pTop .faq__main--list dl dt i {
    position: absolute;
    width: 4.97512vw;
    height: 4.97512vw;
    right: 7.46269vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.49751vw;
    background: #00AEDE;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-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.open i::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main--list dl dd {
    margin-top: 1.24378vw;
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    padding: 6.21891vw 4.22886vw 6.21891vw 8.95522vw;
    font-size: 3.73134vw;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 5.47264vw;
    line-height: 6.96517vw;
    font-weight: 700;
    font-family: var(--roboto);
    color: var(--main);
    left: 3.73134vw;
    top: 6.21891vw;
  }
  .pTop .partner {
    margin-top: 9.95025vw;
    padding-left: 5.22388vw;
    padding-right: 5.22388vw;
  }
  .pTop .partner__main {
    background: #fff;
    -moz-border-radius: 9.95025vw;
         border-radius: 9.95025vw;
    padding: 4.97512vw 2.36318vw;
  }
  .pTop .partner__main h2 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
  }
  .pTop .partner__main--list {
    margin-top: 4.97512vw;
  }
  .pTop .partner__main--list img {
    width: 100%;
    height: auto;
  }
  .pTop .partner__main--box {
    max-width: 79.10448vw;
    margin: 5.97015vw auto 0;
    border: 1px solid var(--black);
    padding: 4.97512vw 2.36318vw;
    text-align: center;
  }
  .pTop .partner__main--box p {
    font-size: 3.48259vw;
    line-height: 1.6;
    font-weight: 500;
    font-family: var(--gen);
    color: var(--black);
  }
  .pTop .partner__main--box p + p {
    margin-top: 3.73134vw;
  }
  .pTop .partner__main--box p.st2 {
    font-size: 2.98507vw;
    line-height: 1.6;
  }
  .pTop .voice {
    background: #F8B829;
    padding: 4.97512vw 0;
    margin-top: 9.95025vw;
  }
  .pTop .voice h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
  }
  .pTop .voice h2::after {
    content: "";
    width: 13.98756vw;
    height: 10.64428vw;
    background: url("../img/voiceIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 2.48756vw;
  }
  .pTop .voice__slider {
    margin-top: 4.97512vw;
  }
  .pTop .voice__slider article {
    width: 77.11443vw;
    height: auto;
    margin: 0 1.86567vw;
    padding: 4.97512vw 6.21891vw;
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
  }
  .pTop .voice__slider article figure {
    width: 100%;
  }
  .pTop .voice__slider article figure img {
    width: 100%;
    height: 39.30348vw;
    object-fit: cover;
  }
  .pTop .voice__slider article .meta {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.48756vw;
    font-size: 2.98507vw;
    line-height: 4.47761vw;
    font-weight: 500;
  }
  .pTop .voice__slider article .meta em {
    font-style: normal;
    font-size: 3.48259vw;
    line-height: 5.22388vw;
  }
  .pTop .voice__slider article .meta span {
    display: inline-block;
    white-space: nowrap;
    background: #F2FCFF;
    padding: 0.99502vw 2.48756vw;
    color: var(--main);
  }
  .pTop .voice__slider article h3 {
    font-size: 4.84577vw;
    line-height: 7.21393vw;
    font-weight: 500;
    font-family: var(--gen);
    color: #FFB000;
    margin-top: 3.9801vw;
  }
  .pTop .voice__slider article .txt {
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    font-weight: 500;
    font-family: var(--gen);
    margin-top: 2.48756vw;
  }
  .pTop .voice__slider .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.97512vw;
    line-height: 0;
  }
  .pTop .voice__slider .slick-dots li {
    width: 2.98507vw;
    height: 2.98507vw;
    margin: 0 1.1194vw;
  }
  .pTop .voice__slider .slick-dots li button {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #EEEEEE;
    border: 0;
    padding: 0;
  }
  .pTop .voice__slider .slick-dots li.slick-active button {
    background: #00AEDE;
  }
  .pTop .flow {
    padding: 9.95025vw 0vw 9.95025vw;
    background: #F5F5F5 url("../img/flowBg_sp.png") 0 0 repeat-y;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .flow__main h2 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .flow__main--list {
    margin-top: 4.97512vw;
  }
  .pTop .flow__main--list article {
    background: #fff;
    padding: 4.97512vw 4.97512vw;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
  }
  .pTop .flow__main--list article .ar h3 {
    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;
    color: #fff;
    background: #00AEDE;
    -moz-border-radius: 19.9005vw;
         border-radius: 19.9005vw;
    font-size: 5.47264vw;
    line-height: 7.9602vw;
    font-weight: 700;
    padding: 2.8607vw 2.48756vw;
  }
  .pTop .flow__main--list article .ar h3::before {
    content: "";
    width: 8.70647vw;
    height: 8.70647vw;
    background: var(--icon) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.24378vw;
  }
  .pTop .flow__main--list article .ar figure {
    text-align: center;
    margin-top: 3.73134vw;
  }
  .pTop .flow__main--list article .ar figure img {
    width: 67.41294vw;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
  }
  .pTop .flow__main--list article .ar .txt {
    margin-top: 3.73134vw;
    font-size: 3.73134vw;
    line-height: 1.6;
    font-family: var(--noto);
  }
  .pTop .flow__main--list article:nth-of-type(even) .ar h3 {
    background: #008EB5;
  }
  .pTop .flow__main--list article + article {
    margin-top: 6.46766vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 50.74627vw;
    height: 5.22388vw;
    background: #AEE4FF;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6.46766vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .step {
    padding: 9.95025vw 0 0;
  }
  .pTop .step__main--title {
    text-align: center;
  }
  .pTop .step__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;
    font-size: 5.22388vw;
    line-height: 7.71144vw;
    font-weight: 700;
    padding: 2.22139vw 4.72637vw 5.38308vw;
    background: url("../img/stepMess.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .step__main--title span::after {
    content: "";
    width: 6.99254vw;
    height: 6.99254vw;
    background: url("../img/stepLight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 0;
  }
  .pTop .step__main--title h2 {
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 700;
    color: var(--main);
  }
  .pTop .step__main--intro {
    text-align: center;
    margin-top: 3.73134vw;
    font-size: 3.9801vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .pTop .step__main--intro span {
    color: var(--main);
    font-size: 4.47761vw;
    display: inline-block;
    margin-top: 2.48756vw;
  }
  .pTop .step__main--list {
    counter-reset: dl;
    position: relative;
    margin-top: 4.97512vw;
  }
  .pTop .step__main--list::after {
    content: "";
    width: 2.95274vw;
    height: 10.56219vw;
    background: url("../img/stepDot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15.53731vw;
    position: absolute;
  }
  .pTop .step__main--list dl {
    counter-increment: dl;
    padding-bottom: 3.73134vw;
  }
  .pTop .step__main--list dl + dl {
    margin-top: 3.73134vw;
  }
  .pTop .step__main--list dl:not(:last-of-type) {
    border-bottom: 0.49751vw dotted var(--black);
  }
  .pTop .step__main--list dl::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .step__main--list dl dt {
    text-align: center;
    font-size: 5.72139vw;
    line-height: 8.20896vw;
    font-weight: 500;
    color: var(--main);
    float: right;
    width: 51.49254vw;
    padding-top: 14.1791vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .step__main--list dl dt span {
    display: block;
    width: 100%;
    font-size: 4.47761vw;
    line-height: 6.46766vw;
    font-weight: 500;
    color: var(--black);
  }
  .pTop .step__main--list dl dt::before, .pTop .step__main--list dl dt::after {
    width: 30.84577vw;
    height: 11.28856vw;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.74129vw;
    position: absolute;
    font-family: var(--roboto);
    font-weight: 700;
    padding-left: 7.46269vw;
    padding-right: 7.46269vw;
  }
  .pTop .step__main--list dl dt::before {
    content: "STEP";
    font-size: 4.97512vw;
    line-height: 7.46269vw;
    background: url("../img/stepIcon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: left;
    padding-top: 0.99502vw;
  }
  .pTop .step__main--list dl dt::after {
    content: counter(dl);
    font-size: 6.46766vw;
    line-height: 7.46269vw;
    text-align: right;
    padding-top: 0.49751vw;
  }
  .pTop .step__main--list dl dd figure {
    text-align: center;
    float: left;
    width: 31.09453vw;
  }
  .pTop .step__main--list dl dd figure img {
    width: 31.09453vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .step__main--list dl dd p {
    font-size: 3.48259vw;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 4.97512vw;
    float: left;
    width: 100%;
    font-family: var(--gen);
  }
  .pTop .step__main--reach {
    margin-top: 18.02488vw;
    background: #fff;
    -moz-border-radius: 9.95025vw;
         border-radius: 9.95025vw;
    padding: 7.46269vw 6.98259vw 7.46269vw;
  }
  .pTop .step__main--reach > figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .step__main--reach > figure img {
    width: 45.85821vw;
  }
  .pTop .step__main--reach > figure figcaption {
    position: relative;
    text-align: center;
    font-size: 6.85821vw;
    line-height: 9.95025vw;
    font-weight: 700;
    padding: 1.24378vw 0;
    width: 100%;
  }
  .pTop .step__main--reach > figure figcaption::before, .pTop .step__main--reach > figure figcaption::after {
    position: absolute;
    content: "";
    width: 8.50498vw;
    height: 8.96766vw;
    background: url("../img/corner.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .step__main--reach > figure figcaption::before {
    bottom: 0;
    left: 0;
  }
  .pTop .step__main--reach > figure figcaption::after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pTop .step__main--reach p.intro {
    font-size: 3.9801vw;
    line-height: 1.6;
    font-family: var(--gen);
    font-weight: 500;
    text-align: center;
    margin-top: 5.97015vw;
  }
  .pTop .step__main--reach .note {
    font-size: 6.21891vw;
    line-height: 10.07463vw;
    font-weight: 500;
    font-family: var(--gen);
    text-align: center;
    margin: 4.97512vw -1.24378vw 0;
  }
  .pTop .step__main--reach .note span {
    color: var(--tel);
    font-size: 6.96517vw;
  }
  .pTop .step__main--reach .cta {
    padding: 0;
    margin: 4.97512vw -1.99005vw 0;
  }
  .pTop .step__main--reach .cta__main--title {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .step__main--reach .cta__main--title em {
    font-size: 5.47264vw;
  }
  .pTop .step__main--reach .cta__main--title h2 {
    width: 100%;
    margin-left: 0;
    font-size: 5.47264vw;
  }
  .pTop .step__main--reach .cta__main--title h2 span {
    font-size: 12.35075vw;
  }
  .pTop .step__main--reach .cta__main--title h2 span::after {
    font-size: 5.47264vw;
    -webkit-transform: translateY(-1.24378vw);
       -moz-transform: translateY(-1.24378vw);
        -ms-transform: translateY(-1.24378vw);
            transform: translateY(-1.24378vw);
  }
  .pTop .step__main--reach .cta__main--title h2::after {
    display: none;
  }
  .pTop .step__main--reach .cta__main--title h2 br {
    display: none !important;
  }
  .pTop .step__main--reach .cta__main--title h2 ins {
    display: inline;
    font-size: 5.47264vw;
  }
  .pTop .step__main--reach .cta__main--contact {
    padding-left: 3.73134vw;
    padding-right: 3.73134vw;
  }
  .pTop .step__main--reach .cta__main--contact a.tel {
    width: 72.1393vw;
    height: 23.00995vw;
    background: url("../img/ctaTel_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding-bottom: 0;
    margin-bottom: -2.23881vw;
  }
  .pTop .step__main--reach .cta__main--contact a.tel em, .pTop .step__main--reach .cta__main--contact a.tel time, .pTop .step__main--reach .cta__main--contact a.tel span {
    visibility: hidden;
  }
  .pTop .step__main--reach .cta__main--contact a.tel::after {
    display: none;
  }
  .pTop .step__main--reach .cta__main--card {
    width: 72.1393vw;
    margin: 3.73134vw auto 0;
  }
  .pTop .step__main--reach .cta__main--card dd {
    padding: 0.99502vw 2.48756vw 1.99005vw;
  }
  .pTop .step__main--reach .cta__main--card dd figure {
    margin-top: 0.99502vw;
    margin-bottom: 0.99502vw;
  }
  .pTop .step__main--reach .cta__main::after {
    display: none;
  }
  .pTop .contact {
    margin-top: 9.95025vw;
  }
  .pTop .contact__main {
    max-width: 94.52736vw;
    background: #fff;
    border: 1px solid var(--main);
    padding: 7.46269vw 4.97512vw;
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
    margin: auto;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    font-weight: 500;
    color: var(--main);
  }
  .pTop .contact__main .form {
    margin-top: 4.97512vw;
  }
  .pTop .contact__main .form > dl + dl {
    margin-top: 3.73134vw;
  }
  .pTop .contact__main .form > dl > dt {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.73134vw;
    line-height: 5.47264vw;
    font-family: var(--gen);
    font-weight: 500;
    color: var(--black);
  }
  .pTop .contact__main .form > dl > dt.required::after {
    content: "必須";
    color: var(--tel);
    font-size: 3.48259vw;
    line-height: 5.22388vw;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .contact__main .form > dl > dd {
    margin-top: 1.24378vw;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input, .pTop .contact__main .form > dl > dd .wrapInput textarea {
    width: 100%;
    height: 12.43781vw;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 2.48756vw;
         border-radius: 2.48756vw;
    padding: 3.23383vw;
    font-size: 3.73134vw;
    line-height: 5.47264vw;
    font-weight: 500;
    font-family: var(--gen);
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    color: var(--black);
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput input::placeholder, .pTop .contact__main .form > dl > dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #999999;
  }
  .pTop .contact__main .form > dl > dd .wrapInput textarea {
    height: 37.31343vw;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl + dl {
    margin-top: 2.48756vw;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl dt {
    width: 17.41294vw;
    font-size: 3.73134vw;
    line-height: 5.47264vw;
    font-family: var(--gen);
    font-weight: 500;
  }
  .pTop .contact__main .form > dl > dd .wrapAdd dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4.97512vw auto 0;
    -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: 64.67662vw;
    height: 12.18905vw;
    background: var(--main);
    color: #fff;
    font-size: 4.97512vw;
    line-height: 7.21393vw;
    font-weight: 500;
    -moz-border-radius: 7.46269vw;
         border-radius: 7.46269vw;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form button::after {
    content: "";
    width: 2.23881vw;
    height: 3.73134vw;
    background: url("../img/contactArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 2.73632vw;
  }
  .pTop .branch {
    margin: 3.9801vw 0 0;
    padding: 15.42289vw 0 10.94527vw;
    background: url("../img/areaMask.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .branch::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    background: #00AEDE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .branch__main {
    max-width: 248.75622vw;
    padding-left: 7.9602vw;
    padding-right: 5.72139vw;
  }
  .pTop .branch__main article {
    width: 100%;
  }
  .pTop .branch__main article + article {
    margin-top: 9.95025vw;
  }
  .pTop .branch__main article h3 {
    text-align: center;
    font-size: 7.46269vw;
    line-height: 10.69652vw;
    color: #fff;
    font-weight: 500;
  }
  .pTop .branch__main article section {
    margin-top: 6.21891vw;
  }
  .pTop .branch__main article section h4 {
    text-align: center;
    font-size: 4.97512vw;
    line-height: 2;
    font-weight: 700;
    font-family: var(--noto);
    color: #fff;
  }
  .pTop .branch__main article section .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;
  }
  .pTop .branch__main article section .list dl {
    color: #fff;
    font-size: 3.23383vw;
    line-height: 2;
    font-weight: 500;
    font-family: var(--noto);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: 50%;
  }
  .pTop .branch__main article section .list dl dt {
    min-width: 19.9005vw;
  }
  .pTop .branch__main article section .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .branch__main article section .list dl.special {
    width: 100%;
    margin: 0;
  }
  .pTop .branch__main article section .list dl.special dt {
    min-width: 34.82587vw;
  }
  .pTop .branch__main article .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.97512vw;
  }
  .pTop .branch__main article .info .left, .pTop .branch__main article .info .right {
    width: 100%;
  }
  .pTop .branch__main article .info dl {
    color: #fff;
    font-size: 3.23383vw;
    line-height: 2;
    font-weight: 500;
    font-family: var(--noto);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .branch__main article .info dl dt {
    width: 12.43781vw;
    margin-right: 2.98507vw;
  }
  .pTop .branch__main article .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer {
    text-align: center;
    color: #fff;
    font-size: 3.48259vw;
    line-height: 4.22886vw;
    font-weight: 500;
    padding: 3.73134vw 0 29.85075vw;
    background: #1067BF;
  }
  .ctaFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: -100%;
    background: #fff;
    -moz-box-shadow: 0 0 1.99005vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 1.99005vw rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .ctaFixed.open {
    bottom: 0;
  }
  .ctaFixed__main {
    position: relative;
    padding: 1.99005vw 1.74129vw;
  }
  .ctaFixed__main--title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -4.22886vw;
    left: 0;
    font-size: 3.23383vw;
    line-height: 4.97512vw;
    font-weight: 700;
    color: #592700;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff;
  }
  .ctaFixed__main--title span {
    font-size: 4.22886vw;
  }
  .ctaFixed__main--contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ctaFixed__main--contact .tel {
    width: 57.58706vw;
    height: 18.65672vw;
    background: url("../img/ctaFixedTel_sp.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .ctaFixed__main--contact .tel em {
    font-style: normal;
    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;
    visibility: hidden;
  }
  .ctaFixed__main--contact .tel em ins {
    text-decoration: none;
    font-size: 6.21891vw;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
    margin-left: -4.47761vw;
  }
  .ctaFixed__main--contact .tel em time {
    font-size: 5.47264vw;
    line-height: 1.4;
    font-weight: 700;
    color: var(--black);
  }
  .ctaFixed__main--contact .tel span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 18.0597vw;
    font-size: 19.64925vw;
    line-height: 0.6;
    font-family: var(--bebas);
    font-weight: 700;
    color: var(--tel);
    margin-top: 4.97512vw;
    visibility: hidden;
  }
  .ctaFixed__main--contact .tel span::before {
    position: absolute;
    content: "";
    width: 15.33582vw;
    height: 10.58209vw;
    background: url("../img/ctaTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.09453vw;
  }
  .ctaFixed__main--contact .line, .ctaFixed__main--contact .mail {
    width: 18.90547vw;
    height: 18.65672vw;
    -moz-border-radius: 2.48756vw;
         border-radius: 2.48756vw;
    text-align: center;
    display: block;
    font-size: 3.48259vw;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding-top: 8.70647vw;
    text-align: center;
    position: relative;
  }
  .ctaFixed__main--contact .line::before, .ctaFixed__main--contact .mail::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctaFixed__main--contact .line {
    background: #06D34A;
    margin-left: 1.49254vw;
  }
  .ctaFixed__main--contact .line::before {
    width: 7.46269vw;
    height: 7.21393vw;
    background: url("../img/ctaLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.24378vw;
  }
  .ctaFixed__main--contact .mail {
    background: #1067BF;
    margin-left: 1.49254vw;
  }
  .ctaFixed__main--contact .mail::before {
    width: 8.20896vw;
    height: 5.79602vw;
    background: url("../img/ctaMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.99005vw;
  }
  .pTop .thanks__main {
    width: 95%;
    margin: 14.92537vw auto;
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    overflow: hidden;
    border: 2px solid #00AEDE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.46269vw 0 0;
  }
  .pTop .thanks__main figure {
    width: 61.69154vw;
    margin: 0 12.43781vw;
  }
  .pTop .thanks__main .txt {
    width: 100%;
    margin-top: 4.97512vw;
  }
  .pTop .thanks__main .txt p {
    font-size: 3.23383vw;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .pTop .thanks__main .txt p + p {
    margin-top: 7.9602vw;
  }
  .pTop .thanks__main .tel {
    width: 100%;
    background: #00AEDE;
    padding: 4.97512vw 0;
    text-align: center;
    margin-top: 4.97512vw;
  }
  .pTop .thanks__main .tel a {
    font-size: 13.68159vw;
    line-height: 11.19403vw;
    font-family: var(--bebas);
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    white-space: nowrap;
    padding: 0 0 0 13.58458vw;
    display: inline-block;
    margin-top: 1.99005vw;
  }
  .pTop .thanks__main .tel a::before {
    position: absolute;
    content: "";
    width: 11.53731vw;
    height: 7.9602vw;
    background: url("../img/telWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 1.99005vw;
  }
}

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

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

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

.effect,
.isFull,
.isPar {
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
     -moz-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
          transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

.slideUp {
  -webkit-transform: translate3d(0, 110%, 0);
     -moz-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  opacity: 0;
}

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

.slideDown {
  -webkit-transform: translate3d(0, -110%, 0);
     -moz-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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