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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

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

a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: "Noto Sans JP",'Hiragino Sans',"ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

:root {
  --font1: 'RoGSanSrfStd-Bd';
  --font2: 'DIN2014Bold';
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .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;
    padding: 0px 25px 0px;
    border-bottom: 4px solid #EFEFEF;
  }
  .header__main--left {
    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;
    width: 540px;
  }
  .header__main--left .slogan {
    font-size: 13.13px;
    line-height: 15px;
    font-weight: 500;
    color: #170C66;
    width: 100%;
    white-space: nowrap;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 249px;
    margin-top: -4px;
  }
  .header__main--left h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left a.tel {
    font-size: 38.56px;
    line-height: 39px;
    font-family: var(--font2);
    font-weight: 700;
    color: #061B50;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 36.97px;
  }
  .header__main--left a.tel::before {
    position: absolute;
    content: "";
    width: 25.17px;
    height: 37.84px;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -5px;
  }
  .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;
    padding: 15.44px 0;
  }
  .header__main--right .card {
    line-height: 0;
    width: 281px;
  }
  .header__main--right .card img {
    width: 100%;
    height: auto;
  }
  .header__main--right a.line {
    display: inline-block;
    line-height: 0;
    width: 205.75px;
    -moz-border-radius: 4.11px;
         border-radius: 4.11px;
    -moz-box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.82px 3.29px rgba(0, 0, 0, 0.25);
    margin-left: 6.72px;
  }
  .header__main--right a.line img {
    width: 100%;
    height: auto;
    -moz-border-radius: 4.11px;
         border-radius: 4.11px;
  }
  .pTop .mv {
    padding: 20.56px 0;
    background: #fff url("../img/mvBg.webp") bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .mv picture {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .pTop .cta {
    background: #0054AC url("../img/ctaBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 27.56px 0 34.42px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10.88px;
    background: url("../img/ctaLineTop.webp") 0 0 repeat-x;
    left: 0;
    top: 0;
  }
  .pTop .cta::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10.88px;
    background: url("../img/ctaLineBot.webp") 0 0 repeat-x;
    left: 0;
    bottom: 0;
  }
  .pTop .cta__main--top {
    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;
  }
  .pTop .cta__main--top .special {
    width: 395px;
    line-height: 0;
  }
  .pTop .cta__main--top .txt {
    line-height: 0;
    width: 373px;
  }
  .pTop .cta__main--top .title {
    display: none;
  }
  .pTop .cta__main--box {
    margin-top: 30px;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 0px 40px 22px;
  }
  .pTop .cta__main--box h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main--box h2 img {
    width: 508px;
    margin-top: -15px;
  }
  .pTop .cta__main--box .intro {
    text-align: center;
    line-height: 0;
    margin-top: 14px;
  }
  .pTop .cta__main--box .intro img {
    width: 492.5px;
  }
  .pTop .cta__main--box .list {
    line-height: 0;
    width: 100%;
    margin-top: 14px;
  }
  .pTop .cta__main--box .list img {
    width: 100%;
    height: auto;
  }
  .pTop .cta__main--box .btns {
    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: 17.08px;
  }
  .pTop .cta__main--box .btns .wrapTel {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 21px;
    position: relative;
    padding: 0 207.24px 6px 0;
  }
  .pTop .cta__main--box .btns .wrapTel::after {
    position: absolute;
    content: "";
    width: 184px;
    height: 119px;
    right: 0;
    background: url("../img/ctaWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 6px;
  }
  .pTop .cta__main--box .btns .wrapTel__title {
    text-align: right;
    line-height: 0;
  }
  .pTop .cta__main--box .btns .wrapTel__title img {
    width: 420px;
  }
  .pTop .cta__main--box .btns .wrapTel a {
    display: block;
    width: 100%;
    padding: 0 0 0 85.78px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 14.61px;
  }
  .pTop .cta__main--box .btns .wrapTel a::before {
    position: absolute;
    content: "";
    width: 65.29px;
    height: 47.45px;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pTop .cta__main--box .btns .wrapTel a em {
    display: none;
  }
  .pTop .cta__main--box .btns .wrapTel a span {
    font-size: 70.49px;
    line-height: 0.7;
    font-family: var(--font2);
    font-weight: 700;
    color: #D30004;
    display: inline-block;
  }
  .pTop .cta__main--box .btns .wrapTel a time {
    font-size: 20.69px;
    line-height: 0.8;
    font-weight: 500;
    color: #D30004;
    display: block;
    margin-top: 10px;
  }
  .pTop .cta__main--box .btns .wrapMail {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 354px;
    text-align: center;
  }
  .pTop .cta__main--box .btns .wrapMail span {
    color: #FB7A2A;
    font-size: 15.39px;
    line-height: 20.6px;
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pTop .cta__main--box .btns .wrapMail a {
    display: block;
    line-height: 0;
    width: 100%;
    -moz-box-shadow: 0 5.03px 0 #c85726;
         box-shadow: 0 5.03px 0 #c85726;
    -moz-border-radius: 6.39px;
         border-radius: 6.39px;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapMail a img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapMail a:hover {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .cta__main--box .btns .wrapLine {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 354px;
    text-align: center;
  }
  .pTop .cta__main--box .btns .wrapLine span {
    color: #09A348;
    font-size: 15.39px;
    line-height: 20.6px;
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pTop .cta__main--box .btns .wrapLine a {
    display: block;
    line-height: 0;
    width: 100%;
    -moz-box-shadow: 0 5.03px 0 #004821;
         box-shadow: 0 5.03px 0 #004821;
    -moz-border-radius: 6.39px;
         border-radius: 6.39px;
    margin-top: 3px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--box .btns .wrapLine a img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapLine a:hover {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .problem {
    background: #002C6D;
    padding: 35px 0 60px;
  }
  .pTop .problem__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .problem__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .problem__main--box {
    background: #fff;
    padding: 20px 39px 40px;
  }
  .pTop .problem__main--box .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -15px -10px;
  }
  .pTop .problem__main--box .list li {
    line-height: 0;
    width: 226px;
    margin: 15px 10px;
  }
  .pTop .problem__main--box .note {
    margin-top: 35px;
  }
  .pTop .problem__main--box .note h3 {
    text-align: center;
    line-height: 0;
  }
  .pTop .problem__main--box .note h3 img {
    width: 390px;
  }
  .pTop .problem__main--box .note__fig {
    margin: 4px auto 0;
    width: 392px;
  }
  .pTop .problem__main--box .note__end {
    max-width: 605px;
    width: 100%;
    margin: -22px auto 0;
  }
  .pTop .reason {
    padding: 40px 0 45px;
    background: #007BD7;
  }
  .pTop .reason__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .reason__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .reason__main--list {
    margin-top: 20px;
  }
  .pTop .reason__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -5px -6px;
  }
  .pTop .reason__main--list ul li {
    width: 258.5px;
    margin: 5px 6px;
    line-height: 0;
  }
  .pTop .price {
    padding: 64px 0 36px;
  }
  .pTop .price__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .price__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .price__main .intro {
    text-align: center;
    line-height: 0;
    margin-top: 25px;
  }
  .pTop .price__main .intro img {
    width: 322px;
  }
  .pTop .price__main .list {
    margin-top: 25px;
  }
  .pTop .price__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -4.5px -6.5px;
  }
  .pTop .price__main .list ul li {
    width: 393px;
    margin: 4.5px 6.5px;
  }
  .pTop .price__main .end {
    margin-top: 35px;
    line-height: 0;
  }
  .pTop .price__main .end img {
    width: 100%;
    height: auto;
  }
  .pTop .voice {
    background: #FFFFEF;
    padding: 35px 0;
  }
  .pTop .voice__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .voice__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .voice__main--list {
    margin-top: 35px;
  }
  .pTop .voice__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px -10.5px;
  }
  .pTop .voice__main--list ul li {
    line-height: 0;
    width: 389px;
    margin: 10px 10.5px;
  }
  .pTop .voice__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .flow {
    background: #F7FEFF;
    padding: 35px 0;
  }
  .pTop .flow__main h2 {
    background: #0E47A1;
    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;
    height: 77px;
    width: 100%;
    line-height: 0;
    -moz-border-radius: 21.05px 21.05px 0 0;
         border-radius: 21.05px 21.05px 0 0;
  }
  .pTop .flow__main h2 img {
    width: 250px;
  }
  .pTop .flow__main--box {
    background: #FFFFFF;
    -moz-border-radius: 0 0 21.05px 21.05px;
         border-radius: 0 0 21.05px 21.05px;
    padding: 20px 40px 30px;
    line-height: 0;
  }
  .pTop .flow__main--box img {
    width: 100%;
    height: auto;
  }
  .pTop .area {
    background: #FFFFEF;
    padding: 35px 0;
  }
  .pTop .area__main {
    background: #fff;
    padding: 30px 40px;
  }
  .pTop .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .area__main--list {
    margin-top: 18px;
  }
  .pTop .area__main--list dl {
    background: #2278D5;
    border: 1px solid #001952;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .pTop .area__main--list dl dt {
    background: #2278D5;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 14px 45px 14px 13px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .area__main--list dl dt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/areaPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .area__main--list dl dd {
    font-size: 13px;
    line-height: 18px;
    color: #002C6D;
    padding: 18px 16px;
    background: #FFFFFF;
    display: none;
  }
  .pTop .area__main--list dl + dl {
    margin-top: 10px;
  }
  .pTop .faq {
    background: #EEF9FF;
    padding: 35px 0;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 35px;
    line-height: 32.4px;
    font-weight: 800;
    color: #002C6D;
  }
  .pTop .faq__main--list {
    margin-top: 35px;
  }
  .pTop .faq__main--list dl {
    border: 1px solid #002C6D;
    background: #fff;
    padding: 0 26px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .faq__main--list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 24px 52px 24px 37px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "";
    width: 21.5px;
    height: 26.5px;
    background: url("../img/faqQ.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3px;
    top: 22px;
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/faqPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 25px;
    right: 9.09px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.active {
    border-bottom: 1px solid #2278D5;
  }
  .pTop .faq__main--list dl dt.active::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pTop .faq__main--list dl dd {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #002C6D;
    padding: 11px 0 24px;
    display: none;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 10px;
  }
  .pTop .contact {
    background: #3CB1E7;
    padding: 35px 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 35px;
    line-height: 48.2px;
    font-family: var(--font1);
    color: #fff;
  }
  .pTop .contact__main .intro {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24.6px;
    color: #fff;
    font-weight: 700;
  }
  .pTop .contact__main .form {
    margin-top: 35px;
    padding: 35px 50px 50px;
    background: #fff;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .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 dt {
    width: 220px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 30px;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    width: 33px;
    height: 19px;
    background: #FFEA00;
    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: #2F2F2F;
    font-size: 14px;
    line-height: 1;
    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 {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F0F0F0;
    outline: none;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 150px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 35px;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin: 30px auto 0;
    max-width: 449px;
    width: 100%;
    height: 161px;
    border: 1px solid #CFCFCF;
    padding: 22px 18px;
    overflow: auto;
  }
  .pTop .contact__main .form .boxPrivacy h3 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt {
    margin-top: 14px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt b {
    font-size: 14px;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 21px;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 22px;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
    top: 1px;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 21px;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: inline-block;
    width: 296px;
    line-height: 0;
    outline: none;
    background: none;
    border: none;
    -moz-box-shadow: 0 4px 0 #A91B1B;
         box-shadow: 0 4px 0 #A91B1B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 0;
    opacity: 1;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form .wrapBtn button img {
    width: 100%;
    height: auto;
  }
  .footer {
    padding: 35px 0;
  }
  .footer__link {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #05366A;
  }
  .footer__link a {
    color: #05366A;
  }
  .footer__copy {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #05366A;
  }
  .pChild .container {
    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;
    height: 100%;
    overflow: inherit;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main {
    padding: 46px 0;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 24px;
    line-height: 31.3px;
    font-weight: 700;
    color: #000;
    margin-bottom: 39px;
  }
  .pChild__main .privacy {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    max-width: 650px;
  }
  .pChild__main .privacy p {
    margin-bottom: 28px;
  }
  .pChild__main .privacy dl + dl {
    margin-top: 28px;
  }
  .pChild__main .company {
    max-width: 680px;
  }
  .pChild__main .company dl dt {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
  }
  .pChild__main .company dl dd {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
  }
  .pChild__main .company dl + dl {
    margin-top: 10px;
  }
  .pChild__main .thanks {
    font-size: 16px;
    line-height: 28px;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .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: 1.44928vw 3.62319vw 1.69082vw;
  }
  .header__main--left .slogan {
    display: none;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 45.89372vw;
  }
  .header__main--left h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left a.tel {
    display: none;
  }
  .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;
    padding: 0 11.5942vw 0 0;
    position: relative;
    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;
  }
  .header__main--right a.tel {
    font-size: 3.71739vw;
    line-height: 5.31401vw;
    font-weight: 700;
    color: #2F2F2F;
  }
  .header__main--right .card {
    line-height: 0;
    width: 27.05314vw;
  }
  .header__main--right .card img {
    width: 100%;
    height: auto;
  }
  .header__main--right a.mail {
    position: absolute;
    width: 9.90338vw;
    height: 9.73913vw;
    display: block;
    top: 0;
    right: 0;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    -moz-box-shadow: 0 0.48309vw 0 #0043A4;
         box-shadow: 0 0.48309vw 0 #0043A4;
    line-height: 0;
  }
  .header__main--right a.mail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__main--right a.line {
    display: none;
  }
  .pTop .mv__time {
    background: #150181;
    font-size: 3.62319vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .pTop .mv__time span {
    color: #FFEA00;
  }
  .pTop .mv picture {
    max-width: 193.23671vw;
    width: 100%;
    margin: auto;
  }
  .pTop .cta {
    background: url("../img/ctaBg_sp.webp") 0 0 repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 6.657vw 0 8.31401vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.8744vw;
    background: url("../img/ctaLineBot.webp") 0 0 repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    left: 0;
    top: 0;
  }
  .pTop .cta__main--top .special {
    display: none;
  }
  .pTop .cta__main--top .txt {
    display: none;
  }
  .pTop .cta__main--top .title {
    line-height: 0;
  }
  .pTop .cta__main--box {
    margin-top: 7.92995vw;
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 0vw 3.62319vw 4.83092vw;
  }
  .pTop .cta__main--box h2 {
    text-align: center;
    line-height: 0;
    margin: 0 -3.62319vw;
  }
  .pTop .cta__main--box h2 img {
    width: 100%;
    margin-top: -4.10628vw;
  }
  .pTop .cta__main--box .intro {
    display: none;
  }
  .pTop .cta__main--box .list {
    line-height: 0;
    width: 100%;
    margin-top: 3.38164vw;
  }
  .pTop .cta__main--box .list img {
    width: 100%;
    height: auto;
  }
  .pTop .cta__main--box .special {
    margin-top: 2.17391vw;
    line-height: 0;
  }
  .pTop .cta__main--box .special img {
    width: 100%;
    height: auto;
  }
  .pTop .cta__main--box .btns {
    margin-top: 3.77295vw;
  }
  .pTop .cta__main--box .btns .wrapTel {
    width: 100%;
    position: relative;
  }
  .pTop .cta__main--box .btns .wrapTel__title {
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main--box .btns .wrapTel__title img {
    width: 100%;
  }
  .pTop .cta__main--box .btns .wrapTel a {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 1.54348vw;
         border-radius: 1.54348vw;
    border: 0.72464vw solid #0E47A1;
    -moz-box-shadow: 0 0.96618vw 0 #003B55;
         box-shadow: 0 0.96618vw 0 #003B55;
    margin-top: 0.72464vw;
    padding: 3.18599vw 0 0;
  }
  .pTop .cta__main--box .btns .wrapTel a em {
    font-style: normal;
    font-size: 3.71739vw;
    font-family: var(--font1);
    display: block;
    text-align: center;
    color: #0E47A1;
  }
  .pTop .cta__main--box .btns .wrapTel a span {
    font-size: 10.40338vw;
    line-height: 0.7;
    font-family: var(--font2);
    font-weight: 700;
    color: #0E47A1;
    display: block;
    white-space: nowrap;
    margin-top: 4.10628vw;
    padding: 0 0 0 16.89614vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main--box .btns .wrapTel a span::before {
    position: absolute;
    content: "";
    width: 6.42512vw;
    height: 15.10386vw;
    background: url("../img/ctaTel_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 6.29952vw;
    top: -1.69082vw;
  }
  .pTop .cta__main--box .btns .wrapTel a time {
    font-size: 3.41063vw;
    line-height: 8.76812vw;
    font-weight: 500;
    color: #0E47A1;
    display: block;
    padding: 0 0 0 25.08937vw;
  }
  .pTop .cta__main--box .btns .wrapMail {
    text-align: center;
    width: 100%;
    margin-top: 3.98309vw;
  }
  .pTop .cta__main--box .btns .wrapMail span {
    color: #FB7A2A;
    font-size: 3.71739vw;
    line-height: 4.97585vw;
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pTop .cta__main--box .btns .wrapMail a {
    display: block;
    line-height: 0;
    width: 100%;
    -moz-box-shadow: 0 1.21498vw 0 #c85726;
         box-shadow: 0 1.21498vw 0 #c85726;
    -moz-border-radius: 1.54348vw;
         border-radius: 1.54348vw;
    margin-top: 0.72464vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapMail a img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapMail a:hover {
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .cta__main--box .btns .wrapLine {
    text-align: center;
    margin-top: 3.99034vw;
    width: 100%;
  }
  .pTop .cta__main--box .btns .wrapLine span {
    color: #09A348;
    font-size: 3.71739vw;
    line-height: 0;
    font-family: var(--font1);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pTop .cta__main--box .btns .wrapLine a {
    display: block;
    line-height: 0;
    width: 100%;
    -moz-box-shadow: 0 1.21498vw 0 #004821;
         box-shadow: 0 1.21498vw 0 #004821;
    -moz-border-radius: 1.54348vw;
         border-radius: 1.54348vw;
    margin-top: 0.72464vw;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--box .btns .wrapLine a img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .pTop .cta__main--box .btns .wrapLine a:hover {
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .problem {
    background: #002C6D;
    padding: 9.66184vw 0 9.66184vw;
  }
  .pTop .problem__main h2 {
    line-height: 0;
    text-align: center;
    background: #fff;
  }
  .pTop .problem__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .problem__main--box .list {
    background: #fff;
    padding: 4.83092vw 3.62319vw 0vw;
  }
  .pTop .problem__main--box .list li {
    line-height: 0;
    width: 100%;
  }
  .pTop .problem__main--box .list li + li {
    margin-top: 4.83092vw;
  }
  .pTop .problem__main--box .note h3 {
    text-align: center;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
    padding: 9.66184vw 0 4.58937vw;
    background: #fff;
  }
  .pTop .problem__main--box .note h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12.56039vw;
    background: #fff;
    left: 0vw;
    bottom: -12.56039vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .problem__main--box .note h3 img {
    width: 81.88406vw;
  }
  .pTop .problem__main--box .note__fig {
    margin: 1.20773vw -7.24638vw 0;
    position: relative;
    z-index: 1;
  }
  .pTop .problem__main--box .note__end {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .pTop .problem__main--box .note__end img {
    width: 92.75362vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    margin-top: -7.97101vw;
  }
  .pTop .reason {
    padding: 9.66184vw 0 9.66184vw;
    background: url("../img/reasonBg.webp") 0 0 repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .reason__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .reason__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .reason__main--list {
    margin-top: 4.83092vw;
  }
  .pTop .reason__main--list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .reason__main--list ul li + li {
    margin-top: 2.41546vw;
  }
  .pTop .price {
    padding: 9.66184vw 0 9.66184vw;
  }
  .pTop .price__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .price__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .price__main .intro {
    text-align: center;
    line-height: 0;
    margin-top: 6.03865vw;
  }
  .pTop .price__main .intro img {
    width: 77.77778vw;
  }
  .pTop .price__main .list {
    margin-top: 6.03865vw;
  }
  .pTop .price__main .list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .price__main .list ul li + li {
    margin-top: 2.41546vw;
  }
  .pTop .price__main .end {
    margin-top: 7.24638vw;
    line-height: 0;
  }
  .pTop .price__main .end img {
    width: 100%;
    height: auto;
  }
  .pTop .voice {
    background: #FFFFEF;
    padding: 9.66184vw 0;
  }
  .pTop .voice__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .voice__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .voice__main--list {
    margin-top: 3.86473vw;
  }
  .pTop .voice__main--list ul li {
    line-height: 0;
    width: 100%;
  }
  .pTop .voice__main--list ul li + li {
    margin-top: 2.41546vw;
  }
  .pTop .voice__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .flow {
    background: #F7FEFF;
    padding: 9.66184vw 0;
  }
  .pTop .flow__main h2 {
    background: #0E47A1;
    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;
    height: 18.59903vw;
    width: 100%;
    line-height: 0;
    -moz-border-radius: 5.08454vw 5.08454vw 0 0;
         border-radius: 5.08454vw 5.08454vw 0 0;
  }
  .pTop .flow__main h2 img {
    width: 60.38647vw;
  }
  .pTop .flow__main--box {
    background: #FFFFFF;
    -moz-border-radius: 0 0 5.08454vw 5.08454vw;
         border-radius: 0 0 5.08454vw 5.08454vw;
    padding: 6.03865vw 3.62319vw 3.62319vw;
    line-height: 0;
  }
  .pTop .flow__main--box img {
    width: 100%;
    height: auto;
  }
  .pTop .area {
    background: #FFFFEF;
    padding: 9.66184vw 0 4.10628vw;
    border-bottom: 1.93237vw solid #002C6D;
  }
  .pTop .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main h2 img {
    width: 100%;
    height: auto;
  }
  .pTop .area__main--list {
    margin-top: 2.17391vw;
  }
  .pTop .area__main--list dl {
    background: #2278D5;
    border: 1px solid #001952;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .pTop .area__main--list dl dt {
    background: #2278D5;
    font-size: 4.34783vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #fff;
    padding: 3.38164vw 10.86957vw 3.38164vw 3.1401vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
  }
  .pTop .area__main--list dl dt::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/areaPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: 5.31401vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .area__main--list dl dd {
    font-size: 3.1401vw;
    line-height: 4.34783vw;
    color: #002C6D;
    padding: 4.34783vw 3.86473vw;
    background: #FFFFFF;
    display: none;
  }
  .pTop .area__main--list dl + dl {
    margin-top: 2.41546vw;
  }
  .pTop .faq {
    background: #EEF9FF;
    padding: 9.66184vw 0;
  }
  .pTop .faq__main h2 {
    text-align: center;
    font-size: 8.45411vw;
    line-height: 7.82609vw;
    font-weight: 800;
    color: #002C6D;
  }
  .pTop .faq__main--list {
    margin-top: 8.45411vw;
  }
  .pTop .faq__main--list dl {
    border: 1px solid #002C6D;
    background: #fff;
    padding: 0 3.86473vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .faq__main--list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.44928vw 8.69565vw 1.44928vw 8.9372vw;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 700;
    cursor: pointer;
    min-height: 21.98068vw;
    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 .faq__main--list dl dt::before {
    position: absolute;
    content: "";
    width: 5.19324vw;
    height: 6.40097vw;
    background: url("../img/faqQ.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0.72464vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt::after {
    position: absolute;
    content: "";
    width: 5.31401vw;
    height: 5.31401vw;
    background: url("../img/faqPlus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main--list dl dt.active {
    border-bottom: 1px solid #2278D5;
  }
  .pTop .faq__main--list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .pTop .faq__main--list dl dd {
    font-size: 3.62319vw;
    line-height: 1.4;
    font-weight: 400;
    color: #002C6D;
    padding: 2.657vw 0 5.7971vw;
    display: none;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 2.41546vw;
  }
  .pTop .contact {
    background: #3CB1E7;
    padding: 9.66184vw 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 8.45411vw;
    line-height: 11.64251vw;
    font-family: var(--font1);
    color: #fff;
  }
  .pTop .contact__main .intro {
    margin-top: 4.83092vw;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 5.94203vw;
    color: #fff;
    font-weight: 700;
  }
  .pTop .contact__main .form {
    margin-top: 4.83092vw;
    padding: 9.42029vw 6.52174vw 4.83092vw;
    background: #fff;
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
  }
  .pTop .contact__main .form dl dt {
    width: 100%;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    width: 7.97101vw;
    height: 4.58937vw;
    background: #FFEA00;
    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: #2F2F2F;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
  }
  .pTop .contact__main .form dl dd {
    width: 100%;
    margin-top: 3.38164vw;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #F0F0F0;
    outline: none;
    height: 11.5942vw;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    padding: 2.89855vw 4.83092vw;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 36.23188vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 8.45411vw;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin: 4.10628vw auto 0;
    width: 100%;
    height: 38.88889vw;
    border: 1px solid #CFCFCF;
    padding: 3.62319vw 3.1401vw 3.1401vw;
    overflow: auto;
  }
  .pTop .contact__main .form .boxPrivacy h3 {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt {
    margin-top: 3.38164vw;
    font-size: 2.89855vw;
    line-height: 4.34783vw;
    font-weight: 400;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt b {
    font-size: 3.38164vw;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 5.07246vw;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.31401vw;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    background: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    top: 0.24155vw;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .contact__main .form .wrapBtn {
    text-align: center;
    margin-top: 5.07246vw;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: inline-block;
    width: 71.49758vw;
    line-height: 0;
    outline: none;
    background: none;
    border: none;
    -moz-box-shadow: 0 0.96618vw 0 #A91B1B;
         box-shadow: 0 0.96618vw 0 #A91B1B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 0;
    opacity: 1;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .contact__main .form .wrapBtn button img {
    width: 100%;
    height: auto;
  }
  .footer {
    padding: 9.66184vw 0 28.98551vw;
  }
  .footer__link {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 7.72947vw;
    font-weight: 400;
    color: #05366A;
  }
  .footer__link a {
    color: #05366A;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 7.72947vw;
    font-weight: 400;
    color: #05366A;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 5.55556vw 3.62319vw 2.17391vw;
    background: rgba(255, 255, 255, 0.9);
    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;
  }
  .ctaFixed .timeCal {
    position: absolute;
    width: 92.75362vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/ctaUnion.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 7.97101vw;
    font-weight: 700;
    color: #233E79;
    padding: 0 0 1.69082vw;
    top: -4.58937vw;
  }
  .ctaFixed .timeCal span, .ctaFixed .timeCal em {
    color: #F96216;
    font-style: normal;
    font-size: 4.34783vw;
  }
  .ctaFixed .btnLine {
    display: block;
    width: 14.49275vw;
    line-height: 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.72464vw 0 #056A2E;
         box-shadow: 0 0.72464vw 0 #056A2E;
  }
  .ctaFixed .btnLine img {
    width: 100%;
    height: 14.25121vw;
    object-fit: cover;
  }
  .ctaFixed .btnTel {
    width: 76.57005vw;
    height: 14.25121vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.72464vw 0 #D5510E;
         box-shadow: 0 0.72464vw 0 #D5510E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.85%, #F87015), color-stop(50.85%, #F86115));
    background: -webkit-linear-gradient(top, #F87015 50.85%, #F86115 50.85%);
    background: -moz- oldlinear-gradient(top, #F87015 50.85%, #F86115 50.85%);
    background: linear-gradient(180deg, #F87015 50.85%, #F86115 50.85%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 7.24638vw 0 15.21739vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ctaFixed .btnTel::before {
    position: absolute;
    content: "";
    width: 8.04106vw;
    height: 9.4686vw;
    background: url("../img/ctaFixedTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-6.38deg);
       -moz-transform: translateY(-50%) rotate(-6.38deg);
        -ms-transform: translateY(-50%) rotate(-6.38deg);
            transform: translateY(-50%) rotate(-6.38deg);
    left: 4.13527vw;
  }
  .ctaFixed .btnTel::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.89855vw;
    width: 3.26087vw;
    height: 3.98551vw;
    background: url("../img/ctaFixedArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ctaFixed .btnTel span {
    display: block;
    color: #fff;
    font-size: 7.72947vw;
    line-height: 1;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
  }
  .ctaFixed .btnTel time {
    font-size: 2.89855vw;
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #fff;
    margin-top: 0.72464vw;
  }
  .pChild .container {
    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;
    height: 100%;
    overflow: inherit;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
    padding-bottom: 9.66184vw;
  }
  .pChild__main {
    padding: 11.11111vw 0;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 7.56039vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 9.42029vw;
  }
  .pChild__main .privacy {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    max-width: 157.00483vw;
  }
  .pChild__main .privacy p {
    margin-bottom: 6.76329vw;
  }
  .pChild__main .privacy dl + dl {
    margin-top: 6.76329vw;
  }
  .pChild__main .company {
    max-width: 164.25121vw;
  }
  .pChild__main .company dl dt {
    font-size: 4.83092vw;
    line-height: 6.03865vw;
    font-weight: 700;
    color: #000;
  }
  .pChild__main .company dl dd {
    font-size: 3.86473vw;
    line-height: 6.03865vw;
    font-weight: 400;
    color: #000;
    margin-top: 1.20773vw;
  }
  .pChild__main .company dl + dl {
    margin-top: 2.41546vw;
  }
  .pChild__main .thanks {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    color: #000;
  }
}

body {
  padding-top: var(--header-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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