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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

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

a:hover {
  text-decoration: none;
}

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

a {
  color: #000000;
}

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 Serif JP", serif;
  font-size: 16px;
  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: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -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.6;
}

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

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

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

:root {
  --noto: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --din: "DIN-2014_Bold";
}

.noto {
  font-family: var(--noto);
}

.serif {
  font-family: var(--serif);
}

.din {
  font-family: var(--din);
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  .header__main {
    padding: 1.4rem 4rem 1.3rem;
    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;
  }
  .header__main--logo {
    width: 25.959rem;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .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--card {
    line-height: 0;
    width: 28.253rem;
  }
  .header__main--card img {
    width: 100%;
    height: auto;
  }
  .header__main--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;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding: 0 0 0 5.6rem;
    margin-left: 1.579rem;
  }
  .header__main--tel::before {
    position: absolute;
    content: "";
    width: 4.021rem;
    height: 4.02rem;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--tel span {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    color: #7B2B88;
  }
  .header__main--tel time {
    font-size: 1.2rem;
    line-height: 2.35rem;
    font-weight: 500;
    color: #7B2B88;
  }
  .header__main--line {
    margin-left: 1.5rem;
    width: 4.8rem;
    line-height: 0;
  }
  .header__main--line img {
    width: 100%;
    -moz-border-radius: 0.411rem;
         border-radius: 0.411rem;
    -moz-box-shadow: 0 0.082rem 0.329rem rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.082rem 0.329rem rgba(0, 0, 0, 0.25);
  }
  .header__main--mail {
    margin-left: 1.5rem;
    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;
    width: 23.3rem;
    height: 4.8rem;
    -moz-border-radius: 0.411rem;
         border-radius: 0.411rem;
    border: 1.64px solid #fff;
    -moz-box-shadow: 0 0.082rem 0.328rem rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.082rem 0.328rem rgba(0, 0, 0, 0.25);
    background: #F16665;
    color: #fff !important;
    font-size: 1.511rem;
    line-height: 1;
    font-weight: 700;
  }
  .header__main--mail::before {
    content: "";
    width: 2.7rem;
    height: 1.956rem;
    background: url("../img/headerMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.5rem;
  }
  .pTop .mv {
    border-top: 0.5rem solid #EB9C9D;
  }
  .pTop .mv__top {
    background: url("../img/mvBg010.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
  }
  .pTop .mv__top::after {
    position: absolute;
    content: "";
    width: 89.35rem;
    height: 100%;
    background: url("../img/mvBg01.webp") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .pTop .mv__top picture {
    max-width: 80rem;
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 1.2rem v;
    padding-bottom: 3rem;
  }
  .pTop .mv__top picture img {
    margin-left: -4.9rem;
  }
  .pTop .mv__mid {
    background: url("../img/mvBg02.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 2.1rem 0 1.7rem;
    position: relative;
    z-index: 2;
  }
  .pTop .mv__mid picture {
    max-width: 80rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .pTop .mv__mid picture img {
    margin-top: -4.2rem;
  }
  .pTop .mv__bot {
    background: #FDF9F8 url("../img/mvBg03.webp") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .pTop .mv__bot picture {
    max-width: 97.8rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .pTop .mv__bot picture img {
    margin-top: -6rem;
  }
  .pTop .cta {
    background: #FDF9F8;
    border-top: 0.5rem solid #EB9C9D;
    border-bottom: 0.5rem solid #EB9C9D;
    padding: 4.4rem 0 5.9rem;
  }
  .pTop .cta__main--top {
    line-height: 0;
    max-width: 80rem;
    margin: auto;
  }
  .pTop .cta__main--box {
    background: #fff;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
    padding: 0 2.9rem 4rem 3rem;
    -moz-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  }
  .pTop .cta__main--box h3 {
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main--box h3 img {
    width: 39.6rem;
    margin-top: -2.8rem;
  }
  .pTop .cta__main--contact {
    margin-top: 3.9rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3rem;
  }
  .pTop .cta__main--tel {
    padding: 0 0 0 4.137rem;
    position: relative;
    width: 27.2rem;
  }
  .pTop .cta__main--tel::before {
    position: absolute;
    content: "";
    width: 2.339rem;
    height: 5.497rem;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .pTop .cta__main--tel em {
    font-style: normal;
    font-size: 1.353rem;
    line-height: 1;
    font-weight: 900;
    color: #7B2B88;
    margin-left: -4.137rem;
    display: block;
  }
  .pTop .cta__main--tel span {
    font-size: 3.782rem;
    line-height: 5.7rem;
    font-family: var(--din);
    color: #7B2B88;
  }
  .pTop .cta__main--tel time {
    display: block;
    font-size: 1.241rem;
    line-height: 1;
    font-weight: 500;
    font-family: var(--noto);
    color: #7B2B88;
    margin-top: -0.3rem;
  }
  .pTop .cta__main--mail {
    width: 31.1rem;
  }
  .pTop .cta__main--mail p {
    text-align: center;
    font-size: 1.353rem;
    line-height: 1.81rem;
    font-weight: 900;
    color: #F16665;
    margin-bottom: 0.2rem;
  }
  .pTop .cta__main--mail a {
    display: block;
    line-height: 0;
    width: 100%;
    opacity: 1;
  }
  .pTop .cta__main--mail a img {
    opacity: 1;
    -moz-border-radius: 0.562rem;
         border-radius: 0.562rem;
    -moz-box-shadow: 0 0.442rem 0 #C85726;
         box-shadow: 0 0.442rem 0 #C85726;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--mail a:hover img {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.442rem);
       -moz-transform: translateY(0.442rem);
        -ms-transform: translateY(0.442rem);
            transform: translateY(0.442rem);
  }
  .pTop .cta__main--line {
    width: 31.1rem;
  }
  .pTop .cta__main--line p {
    text-align: center;
    font-size: 1.353rem;
    line-height: 1.81rem;
    font-weight: 900;
    color: #277046;
    margin-bottom: 0.2rem;
  }
  .pTop .cta__main--line a {
    display: block;
    line-height: 0;
    width: 100%;
    opacity: 1;
  }
  .pTop .cta__main--line a img {
    opacity: 1;
    -moz-border-radius: 0.562rem;
         border-radius: 0.562rem;
    -moz-box-shadow: 0 0.442rem 0 #004821;
         box-shadow: 0 0.442rem 0 #004821;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--line a:hover img {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.442rem);
       -moz-transform: translateY(0.442rem);
        -ms-transform: translateY(0.442rem);
            transform: translateY(0.442rem);
  }
  .pTop .cta__main--card {
    margin-top: 4.032rem;
    text-align: center;
  }
  .pTop .cta__main--card img {
    max-width: 64.6rem;
    width: 100%;
  }
  .pTop .request h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 2.4rem 0 2.3rem;
  }
  .pTop .request h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1rem);
    height: -moz-calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .request h2 img {
    width: 33.3rem;
  }
  .pTop .request__main {
    max-width: 80rem;
  }
  .pTop .request__main--intro {
    text-align: center;
    line-height: 0;
    margin: 3.6rem 0 3.6rem;
  }
  .pTop .request__main--intro img {
    width: 44.6rem;
  }
  .pTop .request__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;
    gap: 2rem;
  }
  .pTop .request__main--list ul li {
    line-height: 0;
  }
  .pTop .request__main--list ul li img {
    width: 25.293rem;
  }
  .pTop .important {
    margin-top: 4.064rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
    background: -webkit-linear-gradient(top, #EFEFEF 0%, #F9F9F9 100%);
    background: -moz- oldlinear-gradient(top, #EFEFEF 0%, #F9F9F9 100%);
    background: linear-gradient(180deg, #EFEFEF 0%, #F9F9F9 100%);
  }
  .pTop .important__banner {
    width: 100%;
  }
  .pTop .important h2 {
    line-height: 0;
    text-align: center;
    padding: 1.7rem 0 3rem;
    background: #9A62A3;
  }
  .pTop .important h2 img {
    max-width: 80rem;
  }
  .pTop .important__main {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
    max-width: 80rem;
  }
  .pTop .important__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .important__main--intro img {
    width: 59.2rem;
  }
  .pTop .important__main--list {
    margin-top: 3.7rem;
  }
  .pTop .important__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;
    gap: 1rem;
  }
  .pTop .important__main--list ul li {
    width: 26rem;
    line-height: 0;
  }
  .pTop .important__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .important__main--ar {
    margin-top: 3rem;
  }
  .pTop .reason h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 1.9rem 0 0.8rem;
  }
  .pTop .reason h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1rem);
    height: -moz-calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .reason h2 img {
    width: 21.5rem;
  }
  .pTop .reason__main {
    max-width: 80rem;
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }
  .pTop .reason__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main--intro img {
    width: 64.1rem;
  }
  .pTop .reason__main--list {
    margin-top: 3.6rem;
  }
  .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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .pTop .reason__main--list ul li {
    width: 26rem;
    line-height: 0;
  }
  .pTop .plan {
    padding-bottom: 4rem;
    background: #FFFFFB;
  }
  .pTop .plan h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 1.7rem 0 2.4rem;
  }
  .pTop .plan h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1rem);
    height: -moz-calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .plan h2 img {
    width: 62.9rem;
  }
  .pTop .plan__main {
    max-width: 80rem;
    padding-top: 3.6rem;
  }
  .pTop .plan__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .plan__main--intro img {
    width: 62.3rem;
  }
  .pTop .plan__main--list {
    margin-top: 3.6rem;
    counter-reset: ar;
  }
  .pTop .plan__main--list article {
    -moz-border-radius: 1.4rem;
         border-radius: 1.4rem;
    counter-increment: ar;
    padding-bottom: 4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    overflow: hidden;
  }
  .pTop .plan__main--list article h3 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.7rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 1.1rem 0 1.2rem;
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }
  .pTop .plan__main--list article h3::before {
    position: absolute;
    content: "plan " counter(ar);
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.7rem;
  }
  .pTop .plan__main--list article .pic {
    line-height: 0;
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }
  .pTop .plan__main--list article .price {
    margin: 2rem auto 0;
    line-height: 0;
  }
  .pTop .plan__main--list article .wrapAccor {
    margin: 2.061rem auto 0;
  }
  .pTop .plan__main--list article .wrapAccor h4 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding: 0.7rem 0 1rem;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
    cursor: pointer;
  }
  .pTop .plan__main--list article .wrapAccor h4 i {
    width: 1.8rem;
    height: 1.8rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    position: absolute;
  }
  .pTop .plan__main--list article .wrapAccor h4 i::before, .pTop .plan__main--list article .wrapAccor h4 i::after {
    position: absolute;
    content: "";
    width: 1.246rem;
    height: 0.138rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .plan__main--list article .wrapAccor h4 i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .plan__main--list article .wrapAccor h4.active {
    background: #8D8D8D !important;
  }
  .pTop .plan__main--list article .wrapAccor h4.active i::after {
    background: #8D8D8D !important;
    -webkit-transform: translate(-50%, -50%) rotate(0);
       -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  .pTop .plan__main--list article .wrapAccor .arCon {
    margin-top: 4rem;
    display: none;
  }
  .pTop .plan__main--list article.st1 {
    border: 2px solid #BE7474;
  }
  .pTop .plan__main--list article.st1 h3 {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st1 .wrapAccor h4 {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st1 .wrapAccor h4 i::before, .pTop .plan__main--list article.st1 .wrapAccor h4 i::after {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st2 {
    border: 2px solid #93529D;
  }
  .pTop .plan__main--list article.st2 h3 {
    background: #93529D;
  }
  .pTop .plan__main--list article.st2 .wrapAccor h4 {
    background: #93529D;
  }
  .pTop .plan__main--list article.st2 .wrapAccor h4 i::before, .pTop .plan__main--list article.st2 .wrapAccor h4 i::after {
    background: #93529D;
  }
  .pTop .plan__main--list article.st3 {
    border: 2px solid #828CAF;
  }
  .pTop .plan__main--list article.st3 h3 {
    background: #828CAF;
  }
  .pTop .plan__main--list article.st3 .wrapAccor h4 {
    background: #828CAF;
  }
  .pTop .plan__main--list article.st3 .wrapAccor h4 i::before, .pTop .plan__main--list article.st3 .wrapAccor h4 i::after {
    background: #828CAF;
  }
  .pTop .plan__main--list article + article {
    margin-top: 2rem;
  }
  .pTop .plan__main--note {
    margin-top: 2rem;
    padding: 0 0 0 7.7rem;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #352105;
  }

    .pTop .support {
    padding-bottom: 4rem;
    background: #FFFFFB;
  }
  .pTop .support h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 1.7rem 0 2.4rem;
  }
  .pTop .support h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1rem);
    height: -moz-calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .support h2 img {
    width: 62.9rem;
  }
  .pTop .support_main {
    text-align: center;
    padding-top: 4rem;
  }
  .pTop .support_main img {
    display: block;
    max-width: 80rem;
    margin: 0 auto;
  }

  .pTop .voice {
    padding-bottom: 4.051rem;
    background: #FFFFFB;
  }
  .pTop .voice__main {
    max-width: 80rem;
  }
  .pTop .voice__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .voice__main--intro {
    text-align: center;
    line-height: 0;
    margin-top: 3.6rem;
  }
  .pTop .voice__main--intro img {
    width: 39.6rem;
  }
  .pTop .voice__main--list {
    margin-top: 3.6rem;
  }
  .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;
    gap: 2rem;
  }
  .pTop .voice__main--list ul li {
    width: 38.984rem;
    line-height: 0;
  }
  .pTop .voice__main--list ul li img {
    -moz-border-radius: 1.075rem;
         border-radius: 1.075rem;
    -moz-box-shadow: 0 0 0.537rem rgba(0, 0, 0, 0.13);
         box-shadow: 0 0 0.537rem rgba(0, 0, 0, 0.13);
  }
  .pTop .area {
    background: #FCEAE8 url("../img/areaBg.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 4rem 0;
  }
  .pTop .area__main {
    max-width: 80rem;
  }
  .pTop .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main h2 img {
    width: 36.544rem;
  }
  .pTop .area__main--box {
    background: #fff;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    padding: 3rem;
  }
  .pTop .area__main--box .intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main--box .intro img {
    width: 57.4rem;
  }
  .pTop .area__main--box .list {
    margin-top: 3rem;
  }
  .pTop .area__main--box .list dl {
    background: #FDF9F8;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
  }
  .pTop .area__main--box .list dl dt {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-family: var(--noto);
    color: #352105;
    padding: 1.3rem 1.65rem 0.9rem;
    position: relative;
    cursor: pointer;
  }
  .pTop .area__main--box .list dl dt::after {
    position: absolute;
    content: "";
    width: 1.1rem;
    height: 0.7rem;
    background: url("../img/areaArrow.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: 2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--box .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .pTop .area__main--box .list dl dd {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #352105;
    padding: 0rem 1.65rem 2.4rem;
    display: none;
  }
  .pTop .area__main--box .list dl + dl {
    margin-top: 0.7rem;
  }
  .pTop .faq {
    background: #FDF9F8;
    padding: 4rem 0;
  }
  .pTop .faq__main {
    max-width: 80rem;
  }
  .pTop .faq__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .faq__main h2 img {
    width: 24.5rem;
  }
  .pTop .faq__main .list {
    margin-top: 4.042rem;
  }
  .pTop .faq__main .list dl {
    background: #fff;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
  }
  .pTop .faq__main .list dl dt {
    padding: 2.4rem 4.3rem 2.4rem 6.9rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #93529D;
    position: relative;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    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: 3.8rem;
    height: 3.8rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #93529D;
    color: #fff;
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main .list dl dt i {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #93529D;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.5rem;
  }
  .pTop .faq__main .list dl dt i::before, .pTop .faq__main .list dl dt i::after {
    position: absolute;
    content: "";
    width: 1.1rem;
    height: 0.2rem;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main .list dl dt i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt.active i::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    padding: 0rem 4.3rem 2.4rem 6.9rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #3C3C3C;
    display: none;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 1rem;
  }
  .pTop .contact {
    padding: 4rem 0;
  }
  .pTop .contact__main {
    max-width: 80rem;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 5rem;
    font-weight: 700;
    color: #352105;
  }
  .pTop .contact__main .intro {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 600;
    margin-top: 3rem;
  }
  .pTop .contact__main .form {
    margin-top: 3rem;
    color: #352105;
    padding: 4rem 4.4rem 4rem;
    -moz-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
    background: #fff;
    font-family: var(--noto);
  }
  .pTop .contact__main .form h3 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    font-family: var(--noto);
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #352105;
    margin-bottom: 3.5rem;
  }
  .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: 2rem;
  }
  .pTop .contact__main .form dl dt {
    width: 17.5rem;
    margin-right: 2.2rem;
    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;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #fff;
    padding: 0 0.3rem;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    background: #A962B4;
  }
  .pTop .contact__main .form dl dt.any::after {
    content: "任意";
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #fff;
    padding: 0 0.3rem;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    background: #878787;
  }
  .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 select, .pTop .contact__main .form dl dd .wrapInput textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 4.8rem;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
    border: 1px solid #D4D4D4;
    outline: none;
    background: #F0F0F0;
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput select::-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 select::-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 select:-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 select::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 15rem;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    position: relative;
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 1.9rem;
    height: 1.1rem;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.6rem;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin: 3rem auto 0;
    border: 1px solid #CFCFCF;
    padding: 2.2rem 1.8rem 0.8rem;
    height: 16.1rem;
    overflow: auto;
    max-width: 52.9rem;
    width: 100%;
  }
  .pTop .contact__main .form .boxPrivacy h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #000;
  }
  .pTop .contact__main .form .boxPrivacy .txt b {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .pTop .contact__main .form .checkPrivacy {
    margin-top: 3.1rem;
    text-align: center;
  }
  .pTop .contact__main .form .checkPrivacy label {
    position: relative;
  }
  .pTop .contact__main .form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .checkPrivacy label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
  }
  .pTop .contact__main .form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #F0F0F0;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    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: 2rem;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 3rem;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    width: 29.6rem;
    line-height: 0;
    -moz-border-radius: 0.5rem;
         border-radius: 0.5rem;
    cursor: pointer;
    -moz-box-shadow: 0 0.4rem 0 #a91b1b;
         box-shadow: 0 0.4rem 0 #a91b1b;
    margin: 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.4rem);
       -moz-transform: translateY(0.4rem);
        -ms-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  .footer {
    padding: 4rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    font-family: var(--noto);
  }
  .footer a {
    color: #352105;
  }
  .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;
    min-height: 100vh;
  }
  .pChild .container main, .pChild .container header {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main {
    padding-top: 13.2rem;
    padding-bottom: 4rem;
    font-family: var(--noto);
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.13rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 3.9rem;
  }
  .pChild__main .thanks {
    max-width: 70.1rem;
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .company {
    max-width: 67.9rem;
    width: 100%;
    margin: auto;
  }
  .pChild__main .company dl dt {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
  }
  .pChild__main .company dl dd {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #000;
    margin-top: 0.2rem;
  }
  .pChild__main .company dl + dl {
    margin-top: 1rem;
  }
  .pChild__main .policy {
    max-width: 65rem;
    width: 100%;
    margin: auto;
  }
  .pChild__main .policy p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .policy dl {
    margin-top: 2.8rem;
  }
  .pChild__main .policy dl dt {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .policy dl dd {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #000;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  .header__main {
    padding: 1.69082vw 3.62319vw 1.44928vw;
    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;
  }
  .header__main--logo {
    width: 36.3744vw;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding-right: 14.70048vw;
  }
  .header__main--card {
    line-height: 0;
    width: 38.98551vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #ECECEC;
    padding: 0.68116vw 1.13285vw 0.9058vw 0.9058vw;
    margin-top: 1.27053vw;
  }
  .header__main--card img {
    width: 100%;
    height: auto;
  }
  .header__main--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;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding: 0 0 0 5.55556vw;
    margin-left: 3.81401vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__main--tel::before {
    position: absolute;
    content: "";
    width: 4.62319vw;
    height: 4.62319vw;
    background: url("../img/headerTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--tel span {
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    color: #7B2B88;
  }
  .header__main--tel time {
    display: none;
  }
  .header__main--line {
    display: none;
  }
  .header__main--mail {
    position: absolute;
    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;
    width: 12.80193vw;
    height: 12.80193vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.48309vw solid #E9D9EB;
    background: #F16665;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
  }
  .header__main--mail::before {
    content: "";
    width: 7.82367vw;
    height: 5.92029vw;
    background: url("../img/headerMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .mv {
    border-top: 1.20773vw solid #EB9C9D;
  }
  .pTop .mv__mid {
    position: relative;
    z-index: 2;
  }
  .pTop .mv__mid img {
    margin-top: -14.49275vw;
  }
  .pTop .mv__bot img {
    margin-top: -18.35749vw;
  }
  .pTop .cta {
    background: #FDF9F8;
    border-top: 1.20773vw solid #EB9C9D;
    border-bottom: 1.20773vw solid #EB9C9D;
    padding-bottom: 9.66184vw;
  }
  .pTop .cta__main--top {
    line-height: 0;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .cta__main--top img {
    max-width: 96.61836vw;
  }
  .pTop .cta__main--box {
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 0 6.03865vw 7.24638vw 6.03865vw;
    -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 .cta__main--box h3 {
    text-align: center;
    line-height: 0;
  }
  .pTop .cta__main--box h3 img {
    width: 80.67633vw;
    margin-top: -5.7971vw;
  }
  .pTop .cta__main--contact {
    margin-top: 5.07246vw;
  }
  .pTop .cta__main--tel {
    position: relative;
    width: 100%;
    display: block;
    border: 0.68841vw solid #7B2B88;
    -moz-border-radius: 1.45652vw;
         border-radius: 1.45652vw;
    padding: 3.00483vw 5.31401vw 3.08213vw;
    -moz-box-shadow: 0 0.91787vw 0 0 #401E00;
         box-shadow: 0 0.91787vw 0 0 #401E00;
  }
  .pTop .cta__main--tel::before {
    position: absolute;
    content: "";
    width: 6.0628vw;
    height: 14.25121vw;
    background: url("../img/ctaTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 5.94203vw;
    bottom: 3.08213vw;
  }
  .pTop .cta__main--tel em {
    font-style: normal;
    font-size: 3.50725vw;
    line-height: 1;
    font-weight: 900;
    color: #7B2B88;
    display: block;
  }
  .pTop .cta__main--tel span {
    font-size: 9.79227vw;
    line-height: 13.76812vw;
    font-family: var(--din);
    color: #7B2B88;
    display: block;
    padding-left: 10.72464vw;
    white-space: nowrap;
  }
  .pTop .cta__main--tel time {
    display: block;
    font-size: 3.21739vw;
    line-height: 1;
    font-weight: 500;
    font-family: var(--noto);
    color: #7B2B88;
    margin-top: -0.72464vw;
    display: block;
    padding-left: 10.72464vw;
  }
  .pTop .cta__main--mail {
    width: 100%;
    margin-top: 3.75604vw;
  }
  .pTop .cta__main--mail p {
    text-align: center;
    font-size: 3.50725vw;
    line-height: 4.71014vw;
    font-weight: 900;
    color: #F16665;
    margin-bottom: 0.6715vw;
  }
  .pTop .cta__main--mail a {
    display: block;
    line-height: 0;
    width: 100%;
    opacity: 1;
  }
  .pTop .cta__main--mail a img {
    opacity: 1;
    -moz-border-radius: 1.45652vw;
         border-radius: 1.45652vw;
    -moz-box-shadow: 0 1.14734vw 0 #C85726;
         box-shadow: 0 1.14734vw 0 #C85726;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--mail a:hover img {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(1.14734vw);
       -moz-transform: translateY(1.14734vw);
        -ms-transform: translateY(1.14734vw);
            transform: translateY(1.14734vw);
  }
  .pTop .cta__main--line {
    width: 100%;
    margin-top: 3.76329vw;
  }
  .pTop .cta__main--line p {
    text-align: center;
    font-size: 3.50725vw;
    line-height: 4.71014vw;
    font-weight: 900;
    color: #277046;
    margin-bottom: 0.6715vw;
  }
  .pTop .cta__main--line a {
    display: block;
    line-height: 0;
    width: 100%;
    opacity: 1;
  }
  .pTop .cta__main--line a img {
    opacity: 1;
    -moz-border-radius: 1.45652vw;
         border-radius: 1.45652vw;
    -moz-box-shadow: 0 1.14734vw 0 #004821;
         box-shadow: 0 1.14734vw 0 #004821;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--line a:hover img {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(1.14734vw);
       -moz-transform: translateY(1.14734vw);
        -ms-transform: translateY(1.14734vw);
            transform: translateY(1.14734vw);
  }
  .pTop .cta__main--card {
    margin-top: 9.71014vw;
    text-align: center;
  }
  .pTop .cta__main--card img {
    max-width: 80.67633vw;
    width: 100%;
  }
  .pTop .request h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 5.7971vw 0 5.55556vw;
  }
  .pTop .request h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 2.41546vw);
    height: -moz-calc(100% - 2.41546vw);
    height: calc(100% - 2.41546vw);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .request h2 img {
    width: 80.43478vw;
  }
  .pTop .request__main--intro {
    text-align: center;
    line-height: 0;
    margin: 8.69565vw 0 8.69565vw;
  }
  .pTop .request__main--intro img {
    width: 78.50242vw;
  }
  .pTop .request__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;
    gap: 7.24638vw;
  }
  .pTop .request__main--list ul li {
    line-height: 0;
    width: 100%;
  }
  .pTop .request__main--list ul li img {
    width: 100%;
  }
  .pTop .important {
    margin-top: 9.66184vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F9F9F9));
    background: -webkit-linear-gradient(top, #EFEFEF 0%, #F9F9F9 100%);
    background: -moz- oldlinear-gradient(top, #EFEFEF 0%, #F9F9F9 100%);
    background: linear-gradient(180deg, #EFEFEF 0%, #F9F9F9 100%);
  }
  .pTop .important__banner {
    width: 100%;
  }
  .pTop .important h2 {
    line-height: 0;
    text-align: center;
    padding: 4.83092vw 3.62319vw;
    background: #9A62A3;
  }
  .pTop .important h2 img {
    width: 100%;
  }
  .pTop .important__main {
    padding-top: 7.24638vw;
    padding-bottom: 10.14493vw;
  }
  .pTop .important__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .important__main--intro img {
    width: 100%;
  }
  .pTop .important__main--list {
    margin-top: 7.24638vw;
  }
  .pTop .important__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;
    gap: 2.41546vw;
  }
  .pTop .important__main--list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .important__main--list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .important__main--ar {
    margin-top: 7.24638vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .reason h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 4.58937vw 0 1.93237vw;
  }
  .pTop .reason h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 2.41546vw);
    height: -moz-calc(100% - 2.41546vw);
    height: calc(100% - 2.41546vw);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .reason h2 img {
    width: 51.93237vw;
  }
  .pTop .reason__main {
    padding-top: 8.45411vw;
    padding-bottom: 9.66184vw;
  }
  .pTop .reason__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .reason__main--intro img {
    width: 100%;
  }
  .pTop .reason__main--list {
    margin-top: 8.21256vw;
  }
  .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;
    gap: 4.83092vw;
  }
  .pTop .reason__main--list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .plan {
    padding-bottom: 9.66184vw;
    background: #FFFFFB;
  }
  .pTop .plan h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 2.657vw 0 4.34783vw;
  }
  .pTop .plan h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 2.41546vw);
    height: -moz-calc(100% - 2.41546vw);
    height: calc(100% - 2.41546vw);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .plan h2 img {
    width: 62.80193vw;
  }
  .pTop .plan__main {
    padding-top: 8.69565vw;
  }
  .pTop .plan__main--intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .plan__main--intro img {
    width: 100%;
  }
  .pTop .plan__main--list {
    margin-top: 8.69565vw;
    counter-reset: ar;
  }
  .pTop .plan__main--list article {
    -moz-border-radius: 3.38164vw;
         border-radius: 3.38164vw;
    counter-increment: ar;
    padding-bottom: 7.24638vw;
    padding-left: 6.28019vw;
    padding-right: 6.28019vw;
    overflow: hidden;
  }
  .pTop .plan__main--list article h3 {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 8.9372vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 2.657vw 0 2.89855vw;
    margin-left: -6.28019vw;
    margin-right: -6.28019vw;
  }
  .pTop .plan__main--list article h3::before {
    position: absolute;
    content: "plan " counter(ar);
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6.52174vw;
  }
  .pTop .plan__main--list article .pic {
    line-height: 0;
    margin-left: -6.76329vw;
    margin-right: -6.76329vw;
  }
  .pTop .plan__main--list article .price {
    margin: 3.62319vw auto 0;
    line-height: 0;
  }
  .pTop .plan__main--list article .wrapAccor {
    margin: 7.24638vw auto 0;
    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 .plan__main--list article .wrapAccor h4 {
    text-align: center;
    font-size: 5.31401vw;
    line-height: 6.03865vw;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding: 1.69082vw 0 2.41546vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    cursor: pointer;
  }
  .pTop .plan__main--list article .wrapAccor h4 i {
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.10628vw;
    position: absolute;
  }
  .pTop .plan__main--list article .wrapAccor h4 i::before, .pTop .plan__main--list article .wrapAccor h4 i::after {
    position: absolute;
    content: "";
    width: 3.00966vw;
    height: 0.33333vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .plan__main--list article .wrapAccor h4 i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .plan__main--list article .wrapAccor h4.active {
    background: #8D8D8D !important;
  }
  .pTop .plan__main--list article .wrapAccor h4.active i::after {
    background: #8D8D8D !important;
    -webkit-transform: translate(-50%, -50%) rotate(0);
       -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  .pTop .plan__main--list article .wrapAccor .arCon {
    margin-bottom: 7.24638vw;
    display: none;
  }
  .pTop .plan__main--list article.st1 {
    border: 2px solid #BE7474;
  }
  .pTop .plan__main--list article.st1 h3 {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st1 .wrapAccor h4 {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st1 .wrapAccor h4 i::before, .pTop .plan__main--list article.st1 .wrapAccor h4 i::after {
    background: #BE7474;
  }
  .pTop .plan__main--list article.st2 {
    border: 2px solid #93529D;
  }
  .pTop .plan__main--list article.st2 h3 {
    background: #93529D;
    text-align: left;
    padding-left: 24.63768vw;
  }
  .pTop .plan__main--list article.st2 .wrapAccor h4 {
    background: #93529D;
  }
  .pTop .plan__main--list article.st2 .wrapAccor h4 i::before, .pTop .plan__main--list article.st2 .wrapAccor h4 i::after {
    background: #93529D;
  }
  .pTop .plan__main--list article.st3 {
    border: 2px solid #828CAF;
  }
  .pTop .plan__main--list article.st3 h3 {
    background: #828CAF;
  }
  .pTop .plan__main--list article.st3 .wrapAccor h4 {
    background: #828CAF;
  }
  .pTop .plan__main--list article.st3 .wrapAccor h4 i::before, .pTop .plan__main--list article.st3 .wrapAccor h4 i::after {
    background: #828CAF;
  }
  .pTop .plan__main--list article + article {
    margin-top: 4.83092vw;
  }
  .pTop .plan__main--note {
    margin-top: 4.83092vw;
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-weight: 500;
    color: #352105;
  }

    .pTop .support {
    padding-bottom: 9.66184vw;
    background: #FFFFFB;
  }
  .pTop .support h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
    text-align: center;
    background: #9A62A3;
    padding: 2.657vw 0 4.34783vw;
  }
  .pTop .support h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 2.41546vw);
    height: -moz-calc(100% - 2.41546vw);
    height: calc(100% - 2.41546vw);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: -1;
  }
  .pTop .support h2 img {
    width: 62.80193vw;
  }
  .pTop .support_main {
    padding: 9vw 4vw;
  }
  .pTop .support_main img {
    width: 100%;
  }

  .pTop .voice {
    padding-bottom: 9.66184vw;
    background: #FFFFFB;
  }
  .pTop .voice__main h2 {
    text-align: center;
    line-height: 0;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .voice__main h2 img {
    width: 100%;
  }
  .pTop .voice__main--intro {
    text-align: center;
    line-height: 0;
    margin-top: 8.69565vw;
  }
  .pTop .voice__main--intro img {
    width: 100%;
  }
  .pTop .voice__main--list {
    margin: 7.24638vw -1.20773vw 0;
  }
  .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;
    gap: 4.83092vw;
  }
  .pTop .voice__main--list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .area {
    background: #FCEAE8 url("../img/areaBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 7.97101vw 0 9.66184vw;
  }
  .pTop .area__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main h2 img {
    width: 88.27053vw;
  }
  .pTop .area__main--box {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 8.45411vw 3.62319vw;
  }
  .pTop .area__main--box .intro {
    text-align: center;
    line-height: 0;
  }
  .pTop .area__main--box .intro img {
    width: 85.2657vw;
  }
  .pTop .area__main--box .list {
    margin-top: 4.83092vw;
  }
  .pTop .area__main--box .list dl {
    background: #FDF9F8;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .area__main--box .list dl dt {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    font-family: var(--noto);
    color: #352105;
    padding: 3.1401vw 3.98551vw 2.89855vw;
    position: relative;
  }
  .pTop .area__main--box .list dl dt::after {
    position: absolute;
    content: "";
    width: 2.657vw;
    height: 1.69082vw;
    background: url("../img/areaArrow.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: 4.83092vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .area__main--box .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .pTop .area__main--box .list dl dd {
    margin-top: 2.41546vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #352105;
    padding: 0vw 3.98551vw 5.7971vw;
    display: none;
  }
  .pTop .area__main--box .list dl + dl {
    margin-top: 1.93237vw;
  }
  .pTop .faq {
    background: #FDF9F8;
    padding: 9.66184vw 0;
  }
  .pTop .faq__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .faq__main h2 img {
    width: 59.17874vw;
  }
  .pTop .faq__main .list {
    margin-top: 9.76329vw;
  }
  .pTop .faq__main .list dl {
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .pTop .faq__main .list dl dt {
    padding: 3.62319vw 14.25121vw 3.62319vw 16.66667vw;
    font-size: 3.86473vw;
    line-height: 5.31401vw;
    font-weight: 700;
    color: #93529D;
    position: relative;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 700;
    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: 9.17874vw;
    height: 9.17874vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #93529D;
    color: #fff;
    left: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main .list dl dt i {
    position: absolute;
    width: 6.76329vw;
    height: 6.76329vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #93529D;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.62319vw;
  }
  .pTop .faq__main .list dl dt i::before, .pTop .faq__main .list dl dt i::after {
    position: absolute;
    content: "";
    width: 2.657vw;
    height: 0.48309vw;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .faq__main .list dl dt i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt.active i::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    padding: 0vw 3.62319vw 3.62319vw 3.62319vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #3C3C3C;
    display: none;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 2.41546vw;
  }
  .pTop .contact {
    padding: 9.66184vw 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 8.45411vw;
    line-height: 12.07729vw;
    font-weight: 700;
    color: #352105;
  }
  .pTop .contact__main .intro {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 600;
    margin-top: 9.66184vw;
  }
  .pTop .contact__main .form {
    margin-top: 9.66184vw;
    color: #352105;
    padding: 8.45411vw 6.88406vw 14.49275vw;
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.1);
    background: #fff;
    font-family: var(--noto);
  }
  .pTop .contact__main .form h3 {
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 500;
    font-family: var(--noto);
    padding-bottom: 3.86473vw;
    border-bottom: 1px solid #352105;
    margin-bottom: 7.97101vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 4.83092vw;
  }
  .pTop .contact__main .form dl dt {
    width: 100%;
    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;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 3.38164vw;
    line-height: 4.58937vw;
    font-weight: 500;
    color: #fff;
    padding: 0 0.72464vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #A962B4;
  }
  .pTop .contact__main .form dl dt.any::after {
    content: "任意";
    font-size: 3.38164vw;
    line-height: 4.58937vw;
    font-weight: 500;
    color: #fff;
    padding: 0 0.72464vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #878787;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 2.657vw;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput select, .pTop .contact__main .form dl dd .wrapInput textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 11.5942vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #D4D4D4;
    outline: none;
    background: #F0F0F0;
    padding: 2.89855vw 3.86473vw;
    font-size: 3.86473vw;
    font-weight: 500;
    line-height: 6.03865vw;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main .form dl dd .wrapInput select::-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 select::-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 select:-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 select::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 dd .wrapSel {
    position: relative;
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 2.657vw;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.83092vw;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin: 7.24638vw auto 0;
    border: 1px solid #CFCFCF;
    padding: 5.31401vw 3.1401vw 1.93237vw;
    height: 38.88889vw;
    overflow: auto;
    width: 100%;
  }
  .pTop .contact__main .form .boxPrivacy h4 {
    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;
    font-weight: 700;
  }
  .pTop .contact__main .form .checkPrivacy {
    margin-top: 4.58937vw;
    text-align: center;
  }
  .pTop .contact__main .form .checkPrivacy label {
    position: relative;
  }
  .pTop .contact__main .form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .checkPrivacy label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 5.31401vw;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
  }
  .pTop .contact__main .form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    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 {
    margin-top: 5.07246vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    width: 71.49758vw;
    line-height: 0;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    cursor: pointer;
    -moz-box-shadow: 0 0.96618vw 0 #a91b1b;
         box-shadow: 0 0.96618vw 0 #a91b1b;
    margin: 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .footer {
    padding: 9.66184vw 0;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 7.72947vw;
    font-weight: 400;
    font-family: var(--noto);
  }
  .footer a {
    color: #352105;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 3.62319vw 3.62319vw;
  }
  .cta_fixed dl dt {
    height: 9.66184vw;
    background: url(../img/cta_fixed_tt.webp) center/100% 100% no-repeat;
    position: relative;
    top: -3.62319vw;
    margin-bottom: -3.62319vw;
    color: #764025;
    font-size: 3.38164vw;
    font-weight: bold;
    text-align: center;
  }
  .cta_fixed dl dt div {
    position: relative;
    height: 100%;
    padding: 3.62319vw;
  }
  .cta_fixed dl dt span {
    color: #F16665;
    font-size: 4.34783vw;
  }
  .cta_fixed dl dd {
    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;
    margin-top: 1.20773vw;
  }
  .cta_fixed dl dd .fixed_line {
    width: 14.49275vw;
    display: block;
    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;
  }
  .cta_fixed dl dd .fixed_tel {
    width: 75.84541vw;
    height: 14.25121vw;
    position: relative;
    background: #7B2B88;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.72464vw 0 #5C1168;
         box-shadow: 0 0.72464vw 0 #5C1168;
    padding: 1.44928vw 0 0 13.04348vw;
  }
  .cta_fixed dl dd .fixed_tel::before {
    position: absolute;
    content: "";
    width: 4.65459vw;
    height: 10.94203vw;
    background: url("../img/ctaTelFixed.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.843vw;
    top: 1.52657vw;
    -webkit-transform: rotate(-16.53deg);
       -moz-transform: rotate(-16.53deg);
        -ms-transform: rotate(-16.53deg);
            transform: rotate(-16.53deg);
  }
  .cta_fixed dl dd .fixed_tel::after {
    position: absolute;
    content: "";
    width: 3.1401vw;
    height: 4.10628vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.62319vw;
  }
  .cta_fixed dl dd .fixed_tel span {
    font-size: 7.72947vw;
    line-height: 6.76329vw;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    display: block;
  }
  .cta_fixed dl dd .fixed_tel time {
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: 1.20773vw;
  }
  .pTop .footer {
    padding-bottom: 33.81643vw;
  }
  .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;
    min-height: 100vh;
  }
  .pChild .container main, .pChild .container header {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main {
    padding-top: 13.04348vw;
    padding-bottom: 9.66184vw;
    font-family: var(--noto);
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 7.56039vw;
    color: #000;
    font-weight: 700;
    margin-bottom: 9.42029vw;
  }
  .pChild__main .thanks {
    width: 100%;
    margin: auto;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .company {
    width: 100%;
    margin: auto;
  }
  .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: 0.48309vw;
  }
  .pChild__main .company dl + dl {
    margin-top: 2.41546vw;
  }
  .pChild__main .policy {
    width: 100%;
    margin: auto;
  }
  .pChild__main .policy p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .policy dl {
    margin-top: 6.76329vw;
  }
  .pChild__main .policy dl dt {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
  }
  .pChild__main .policy dl dd {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    margin-top: 0.48309vw;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

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