@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! 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: #000;
}

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: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

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

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    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: 7px 13px 7px 15px;
  }
  .header__main--logo {
    line-height: 0;
    width: 224px;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right a.tel {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 29.35px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 9.65px;
  }
  .header__main--right a.tel::before {
    position: absolute;
    content: "";
    width: 25.59px;
    height: 25.45px;
    background: url("../img/headerPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 7.53px;
  }
  .header__main--right a.tel span {
    font-size: 27.84px;
    line-height: 40px;
    font-weight: 700;
    color: #323232;
  }
  .header__main--right a.tel small {
    font-size: 9.03px;
    line-height: 13px;
    font-weight: 400;
    margin-top: -4px;
    color: #000;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .header__main--right a.mail {
    line-height: 0;
    display: inline-block;
    width: 239px;
    margin-right: 5.74px;
  }
  .header__main--right a.line {
    line-height: 0;
    display: inline-block;
    width: 239px;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .footer {
    font-family: 'Noto Sans JP',sans-serif;
    padding-bottom: 10px;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li a {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
  }
  .footer ul li + li::before {
    content: "｜";
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
  }
  .footer p {
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
  }
  .pTop .mv {
    background: url("../img/mvBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 0 0;
  }
  .pTop .mv__main {
    padding: 0;
  }
  .pTop .cta {
    background: url("../img/ctaBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 39px 0 45px;
  }
  .pTop .cta__main--title {
    text-align: center;
  }
  .pTop .cta__main--title em {
    font-style: normal;
    font-size: 24.21px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .cta__main--title h2 {
    font-size: 36.5px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
  }
  .pTop .cta__main--title h2 i {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-style: normal;
  }
  .pTop .cta__main--title h2 i::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__main--box {
    background: #fff;
    margin-top: 19px;
    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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 18px 24px 18px 26px;
  }
  .pTop .cta__main--box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .cta__main--box dl dt span {
    font-size: 11.87px;
    line-height: 17px;
    color: #633D1C;
    font-weight: 700;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .pTop .cta__main--box dl dt::before, .pTop .cta__main--box dl dt::after {
    content: "";
    width: 16.66px;
    height: 1px;
    background: #633D1C;
  }
  .pTop .cta__main--box dl dt::before {
    -webkit-transform: rotate(-120.7deg);
       -moz-transform: rotate(-120.7deg);
        -ms-transform: rotate(-120.7deg);
            transform: rotate(-120.7deg);
  }
  .pTop .cta__main--box dl dt::after {
    -webkit-transform: rotate(-59.93deg);
       -moz-transform: rotate(-59.93deg);
        -ms-transform: rotate(-59.93deg);
            transform: rotate(-59.93deg);
  }
  .pTop .cta__main--box dl dd .wrapTel {
    width: 283px;
  }
  .pTop .cta__main--box dl dd .wrapTel a {
    padding-left: 39px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 36.98px;
    line-height: 1;
    font-weight: 700;
    color: #323232;
  }
  .pTop .cta__main--box dl dd .wrapTel a::before {
    position: absolute;
    content: "";
    width: 34px;
    height: 33.82px;
    background: url("../img/ctaPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pTop .cta__main--box dl dd .wrapTel a span {
    white-space: nowrap;
  }
  .pTop .cta__main--box dl dd .wrapTel time {
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding-left: 39px;
    margin-top: -4px;
  }
  .pTop .cta__main--box dl dd a.mail {
    width: 312px;
    display: block;
    line-height: 0;
    margin-top: 4px;
  }
  .pTop .cta__main--box dl dd a.line {
    width: 312px;
    display: block;
    line-height: 0;
    margin-top: 4px;
  }
  .pTop .ttlCom {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    color: #633D1C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 46px 0 0;
  }
  .pTop .ttlCom::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 36.13px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/fav.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .charac {
    background: url("../img/bgFeature.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 38px 0 121px;
  }
  .pTop .charac__main {
    max-width: 750px;
    margin: auto;
  }
  .pTop .charac__main--list {
    margin-top: 40px;
  }
  .pTop .charac__main--list ul li {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    line-height: 0;
  }
  .pTop .charac__main--list ul li + li {
    margin-top: 20px;
  }
  .pTop .attack {
    background: #633D1C;
    position: relative;
    z-index: 3;
  }
  .pTop .attack__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: 46px 103px 36px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .attack__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 71px;
    background: #633D1C;
    clip-path: polygon(0 0, 50% -webkit-calc(100% - 13px), 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% -moz-calc(100% - 13px), 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% calc(100% - 13px), 100% 0, 100% 100%, 0 100%);
    left: 0;
    top: -61px;
    z-index: 2;
  }
  .pTop .attack__main--left {
    width: 340px;
  }
  .pTop .attack__main--left h2 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .attack__main--left p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 23px;
    font-family: 'Inter',sans-serif;
    color: #fff;
  }
  .pTop .attack__main--right {
    width: 438px;
  }
  .pTop .app {
    padding: 66px 0 36px;
  }
  .pTop .app__main .intro {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .pTop .app__main .list {
    max-width: 585px;
    width: 100%;
    margin: 29px auto 0;
  }
  .pTop .app__main .list ul {
    margin: -8px -9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .app__main .list ul li {
    width: 183px;
    line-height: 0;
    margin: 8px 9px;
  }
  .pTop .about {
    padding: 53px 0 41px;
  }
  .pTop .about__main--list {
    margin-top: 84px;
  }
  .pTop .about__main--list ul li {
    line-height: 0;
    width: 100%;
  }
  .pTop .about__main--list ul li + li {
    margin-top: 55px;
  }
  .pTop .fea {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #633D1C url("../img/bgFea02.png") top right no-repeat;
    -moz-background-size: 700px 462.5px;
         background-size: 700px 462.5px;
    padding: 57px 0 37px;
  }
  .pTop .fea__main .title span {
    font-size: 20px;
    line-height: 58px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
  }
  .pTop .fea__main .title h2 {
    font-size: 37.7px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    margin-top: -15px;
  }
  .pTop .fea__main .list {
    margin-top: 29px;
  }
  .pTop .fea__main .list ul {
    margin: -15px -22.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .fea__main .list ul li {
    line-height: 0;
    width: 477px;
    margin: 15px 22.5px;
  }
  .pTop .method {
    padding: 60px 0 42px;
    background: url("../img/bgFeature.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .method__main {
    max-width: 750px;
  }
  .pTop .method__main .list {
    margin-top: 24px;
  }
  .pTop .method__main .list dl {
    background: #fff;
    padding: 24px 0 27px 38px;
  }
  .pTop .method__main .list dl + dl {
    margin-top: 21px;
  }
  .pTop .method__main .list dl dt {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #633D1C;
  }
  .pTop .method__main .list dl dd {
    margin-top: 24px;
  }
  .pTop .method__main .list dl dd ol {
    counter-reset: li;
  }
  .pTop .method__main .list dl dd ol li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter',sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 34px;
    counter-increment: li;
  }
  .pTop .method__main .list dl dd ol li::before {
    position: absolute;
    content: counter(li);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    width: 23px;
    height: 23px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #000;
    left: 0;
    top: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .method__main .list dl dd .txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    font-family: "Inter",sans-serif;
  }
  .pTop .method__main .list dl dd .note {
    margin-top: 28px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Inter",sans-serif;
  }
  .pTop .access {
    background: #633D1C;
    padding: 51px 0 54px;
  }
  .pTop .access__main {
    max-width: 788px;
  }
  .pTop .access__main h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }
  .pTop .access__main--con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
  .pTop .access__main--con .left {
    width: 384px;
  }
  .pTop .access__main--con .left h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
  }
  .pTop .access__main--con .left address {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 22px;
    margin-top: 9px;
  }
  .pTop .access__main--con .left address::before {
    position: absolute;
    content: "";
    width: 15.62px;
    height: 22px;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2px;
  }
  .pTop .access__main--con .left a.tel {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 6px;
    padding: 0 0 0 22px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .access__main--con .left a.tel::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 3px;
  }
  .pTop .access__main--con .left .schedule {
    width: 100%;
    margin-top: 27px;
    line-height: 0;
  }
  .pTop .access__main--con .right {
    width: 384px;
  }
  .pTop .access__main--con .right .map {
    line-height: 0;
  }
  .pTop .access__main--con .right .map iframe {
    width: 100%;
    height: 209px;
  }
  .pTop .access__main--con .right .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
  .pTop .access__main--con .right .info dl {
    background: #fff;
    width: 187px;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #633D1C;
    font-family: 'Noto Sans JP',sans-serif;
    padding: 9px;
  }
  .pTop .access__main--con .right .info dl dt {
    font-weight: 700;
  }
  .pTop .access__main--con .right .info dl dd {
    font-weight: 400;
  }
  .pTop .contact {
    padding: 41px 0 47px;
  }
  .pTop .contact__main {
    max-width: 703px;
  }
  .pTop .contact__main .intro {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    margin-top: 21px;
  }
  .pTop .contact__main .form {
    margin-top: 57px;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .pTop .contact__main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .contact__main .form dl dt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #D73A0F;
    margin-left: 8px;
  }
  .pTop .contact__main .form dl dd {
    width: 455px;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 15px 23px;
  }
  .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: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #AEAEAE;
  }
  .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: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 273px;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -20px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
    white-space: nowrap;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    left: 0;
    top: 7px;
  }
  .pTop .contact__main .form dl dd .wrapCalendar {
    width: 236px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapCalendar::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/calendar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -48px;
    bottom: 0;
  }
  .pTop .contact__main .form dl dd .wrapTime {
    width: 236px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 11px;
  }
  .pTop .contact__main .form dl.special {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .pTop .contact__main .form dl.special2 {
    margin-bottom: 34px;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 29px;
  }
  .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: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 33px;
    white-space: nowrap;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 26px;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    text-decoration: underline;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 33px;
    text-align: center;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button {
    line-height: 0;
    background: none;
    border: none;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    width: 345px;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild .container .header {
    width: 100%;
  }
  .pChild .container .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 17px;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild .pChild__main {
    padding-top: 41px;
  }
  .pChild .pChild__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    color: #633D1C;
  }
  .pChild .pChild__main .thanks .txt {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 26px;
  }
  .pChild .pChild__main .thanks .txt p + p {
    margin-top: 28px;
  }
  .pChild .pChild__main .policy {
    padding-bottom: 112px;
  }
  .pChild .pChild__main .policy .txt {
    margin-top: 26px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter',sans-serif;
    margin-bottom: 28px;
  }
  .pChild .pChild__main .policy dl {
    font-family: 'Inter',sans-serif;
  }
  .pChild .pChild__main .policy dl dt {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  .pChild .pChild__main .policy dl dd {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .pChild .pChild__main .policy dl dd p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .pChild .pChild__main .policy dl dd > ol {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .pChild .pChild__main .policy dl dd > ol > li::before {
    content: counter(li) ".";
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    position: absolute;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li::before {
    content: counter(li, lower-alpha) ".";
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    position: absolute;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 20px;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama > li::before {
    content: counter(li, lower-roman) ".";
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    position: absolute;
    text-align: right;
  }
  .pChild .pChild__main .policy dl + dl {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    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: 4.10628vw 3.62319vw 2.41546vw 3.62319vw;
  }
  .header__main--logo {
    line-height: 0;
    width: 54.10628vw;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 1.93237vw 0 0;
    background: #fff;
  }
  .header__main--right a.tel {
    height: 12.71739vw;
    width: 33.09179vw;
    background: url("../img/headerTel_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__main--right a.tel span, .header__main--right a.tel small {
    display: none;
  }
  .header__main--right a.mail {
    line-height: 0;
    display: inline-block;
    width: 33.09179vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__main--right a.line {
    line-height: 0;
    display: inline-block;
    width: 33.09179vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .footer {
    font-family: 'Noto Sans JP',sans-serif;
    padding-bottom: 65px;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li a {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
  }
  .footer ul li + li::before {
    content: "｜";
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
  }
  .footer p {
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
  }
  .pTop .cta {
    background: url("../img/ctaBg_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 10.38647vw 0 6.28019vw;
  }
  .pTop .cta__main--title {
    text-align: center;
    margin-left: -1.20773vw;
    margin-right: -1.20773vw;
  }
  .pTop .cta__main--title em {
    font-style: normal;
    font-size: 5.24155vw;
    line-height: 7.48792vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .cta__main--title h2 {
    font-size: 6.74155vw;
    line-height: 9.66184vw;
    color: #fff;
    font-weight: 700;
    margin-top: 1.69082vw;
  }
  .pTop .cta__main--title h2 i {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-style: normal;
  }
  .pTop .cta__main--title h2 i::before {
    position: absolute;
    content: "";
    width: 0.72464vw;
    height: 0.72464vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .cta__main--box {
    background: #fff;
    margin-top: 5.31401vw;
    padding: 7.00483vw 3.62319vw 6.28019vw 3.62319vw;
  }
  .pTop .cta__main--box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .cta__main--box dl dt span {
    font-size: 2.86715vw;
    line-height: 4.10628vw;
    color: #633D1C;
    font-weight: 700;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .pTop .cta__main--box dl dt::before, .pTop .cta__main--box dl dt::after {
    content: "";
    width: 4.02415vw;
    height: 1px;
    background: #633D1C;
  }
  .pTop .cta__main--box dl dt::before {
    -webkit-transform: rotate(-120.7deg);
       -moz-transform: rotate(-120.7deg);
        -ms-transform: rotate(-120.7deg);
            transform: rotate(-120.7deg);
  }
  .pTop .cta__main--box dl dt::after {
    -webkit-transform: rotate(-59.93deg);
       -moz-transform: rotate(-59.93deg);
        -ms-transform: rotate(-59.93deg);
            transform: rotate(-59.93deg);
  }
  .pTop .cta__main--box dl dd .wrapTel {
    width: 24.15459%vw;
    text-align: center;
  }
  .pTop .cta__main--box dl dd .wrapTel a {
    padding-left: 9.42029vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 8.93237vw;
    line-height: 1;
    font-weight: 700;
    color: #323232;
  }
  .pTop .cta__main--box dl dd .wrapTel a::before {
    position: absolute;
    content: "";
    width: 8.21256vw;
    height: 8.16908vw;
    background: url("../img/ctaPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .pTop .cta__main--box dl dd .wrapTel a span {
    white-space: nowrap;
  }
  .pTop .cta__main--box dl dd .wrapTel time {
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding-left: 9.42029vw;
    margin-top: -0.96618vw;
  }
  .pTop .cta__main--box dl dd a.mail {
    width: 100%;
    display: block;
    line-height: 0;
    margin-top: 0.96618vw;
  }
  .pTop .cta__main--box dl dd a.line {
    width: 100%;
    display: block;
    line-height: 0;
    margin-top: 0.96618vw;
  }
  .pTop .cta__main--box dl + dl {
    margin-top: 4.10628vw;
  }
  .pTop .ttlCom {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #633D1C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 11.11111vw 0 0;
  }
  .pTop .ttlCom::before {
    position: absolute;
    content: "";
    width: 7.97101vw;
    height: 8.72705vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/fav.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .charac {
    background: url("../img/bgFeature.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.97101vw 0 52.89855vw;
    margin-top: 9.17874vw;
  }
  .pTop .charac__main {
    margin: auto;
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .pTop .charac__main--list {
    margin-top: 6.76329vw;
  }
  .pTop .charac__main--list ul li {
    -moz-box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.25);
    line-height: 0;
  }
  .pTop .charac__main--list ul li + li {
    margin-top: 4.83092vw;
  }
  .pTop .attack {
    position: relative;
    z-index: 3;
    margin-top: -40.33816vw;
  }
  .pTop .attack__main {
    padding: 21.01449vw 3.62319vw 10.86957vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .attack__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #633D1C;
    clip-path: polygon(0 0, 50% 10.38647vw, 100% 0, 100% 100%, 0 100%);
    left: 0;
    top: 0vw;
    z-index: -1;
  }
  .pTop .attack__main--left {
    width: 100%;
  }
  .pTop .attack__main--left h2 {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 9.66184vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .attack__main--left p {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    margin-top: 4.10628vw;
    font-family: 'Inter',sans-serif;
    color: #fff;
  }
  .pTop .attack__main--right {
    width: 100%;
    margin-top: 4.10628vw;
  }
  .pTop .app {
    padding: 9.42029vw 0 14.25121vw;
  }
  .pTop .app__main .intro {
    margin-top: 12.07729vw;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    font-family: 'Inter',sans-serif;
    color: #000;
  }
  .pTop .app__main .list {
    width: 100%;
    margin: 3.86473vw auto 0;
  }
  .pTop .app__main .list ul {
    margin: -1.93237vw -2.17391vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .app__main .list ul li {
    width: 44.2029vw;
    line-height: 0;
    margin: 1.93237vw 2.17391vw;
  }
  .pTop .about {
    padding: 12.80193vw 0 11.83575vw;
  }
  .pTop .about__main--list {
    margin-top: 12.56039vw;
  }
  .pTop .about__main--list ul li {
    line-height: 0;
    width: 100%;
  }
  .pTop .about__main--list ul li + li {
    margin-top: 12.31884vw;
  }
  .pTop .fea {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #633D1C url("../img/bgFea02.png") top right no-repeat;
    -moz-background-size: 68.84058vw 54.58937vw;
         background-size: 68.84058vw 54.58937vw;
    padding: 14.00966vw 0 8.9372vw;
  }
  .pTop .fea__main .title span {
    font-size: 4.83092vw;
    line-height: 14.00966vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
  }
  .pTop .fea__main .title h2 {
    font-size: 9.10628vw;
    line-height: 14.00966vw;
    font-weight: 700;
    color: #fff;
    margin-top: -3.62319vw;
  }
  .pTop .fea__main .list {
    margin-top: 16.42512vw;
  }
  .pTop .fea__main .list ul li {
    line-height: 0;
    width: 100%;
  }
  .pTop .fea__main .list ul li + li {
    margin-top: 2.89855vw;
  }
  .pTop .method {
    padding: 6.76329vw 0 12.80193vw;
    background: url("../img/bgFeature.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .method__main .list {
    margin-top: 13.76812vw;
  }
  .pTop .method__main .list dl {
    background: #fff;
    padding: 6.52174vw 3.62319vw 9.42029vw;
  }
  .pTop .method__main .list dl + dl {
    margin-top: 6.03865vw;
  }
  .pTop .method__main .list dl dt {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 8.21256vw;
    font-weight: 700;
    color: #633D1C;
  }
  .pTop .method__main .list dl dd {
    margin-top: 5.31401vw;
  }
  .pTop .method__main .list dl dd ol {
    counter-reset: li;
  }
  .pTop .method__main .list dl dd ol li {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    font-family: 'Inter',sans-serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 8.21256vw;
    counter-increment: li;
  }
  .pTop .method__main .list dl dd ol li::before {
    position: absolute;
    content: counter(li);
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    width: 5.55556vw;
    height: 5.55556vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #000;
    left: 0;
    top: 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;
  }
  .pTop .method__main .list dl dd .txt {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    font-family: "Inter",sans-serif;
  }
  .pTop .method__main .list dl dd .note {
    margin-top: 6.76329vw;
    font-size: 2.89855vw;
    line-height: 3.86473vw;
    font-weight: 400;
    font-family: "Inter",sans-serif;
  }
  .pTop .access {
    background: #633D1C;
    padding: 12.31884vw 0 8.69565vw;
  }
  .pTop .access__main h2 {
    text-align: center;
    color: #fff;
    font-size: 7.72947vw;
    line-height: 9.66184vw;
    font-weight: 700;
  }
  .pTop .access__main--con {
    margin-top: 8.9372vw;
  }
  .pTop .access__main--con .left {
    width: 100%;
  }
  .pTop .access__main--con .left h3 {
    font-size: 4.34783vw;
    line-height: 9.66184vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .access__main--con .left address {
    font-style: normal;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.31401vw;
    margin-top: 1.44928vw;
  }
  .pTop .access__main--con .left address::before {
    position: absolute;
    content: "";
    width: 3.77295vw;
    height: 5.31401vw;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.48309vw;
  }
  .pTop .access__main--con .left a.tel {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 2.17391vw;
    padding: 0 0 0 5.31401vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .access__main--con .left a.tel::before {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 4.58937vw;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.72464vw;
  }
  .pTop .access__main--con .left .schedule {
    width: 100%;
    margin-top: 8.45411vw;
    line-height: 0;
  }
  .pTop .access__main--con .right {
    width: 100%;
    margin-top: 3.62319vw;
  }
  .pTop .access__main--con .right .map {
    line-height: 0;
  }
  .pTop .access__main--con .right .map iframe {
    width: 100%;
    height: 43.96135vw;
  }
  .pTop .access__main--con .right .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.93237vw;
  }
  .pTop .access__main--con .right .info dl {
    background: #fff;
    width: 45.16908vw;
    text-align: center;
    font-size: 2.89855vw;
    line-height: 6.28019vw;
    color: #633D1C;
    font-family: 'Noto Sans JP',sans-serif;
    padding: 2.17391vw;
  }
  .pTop .access__main--con .right .info dl dt {
    font-weight: 700;
  }
  .pTop .access__main--con .right .info dl dd {
    font-weight: 400;
  }
  .pTop .contact {
    padding: 11.35266vw 0 26.3285vw;
  }
  .pTop .contact__main .intro {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    margin-top: 5.07246vw;
    text-align: center;
  }
  .pTop .contact__main .form {
    margin-top: 10.14493vw;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 3.38164vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #D73A0F;
    margin-left: 1.93237vw;
  }
  .pTop .contact__main .form dl dd {
    width: 100%;
    margin-top: 1.69082vw;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 13.52657vw;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 3.62319vw 5.55556vw;
  }
  .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: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::-moz-placeholder {
    opacity: 1;
    color: #AEAEAE;
  }
  .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: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput input::placeholder, .pTop .contact__main .form dl dd .wrapInput textarea::placeholder {
    opacity: 1;
    color: #AEAEAE;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 65.94203vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -4.83092vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    margin-right: 4.83092vw;
    margin-bottom: 4.83092vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
    background: radial-gradient(circle, black 0%, black 50%, #eff2f6 50%, #eff2f6 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
    white-space: nowrap;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 2.89855vw;
    height: 2.89855vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    left: 0;
    top: 1.69082vw;
  }
  .pTop .contact__main .form dl dd .wrapCalendar {
    width: 57.00483vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapCalendar::after {
    position: absolute;
    content: "";
    width: 9.66184vw;
    height: 9.66184vw;
    background: url("../img/calendar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -11.5942vw;
    bottom: 0;
  }
  .pTop .contact__main .form dl dd .wrapTime {
    width: 57.00483vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 2.657vw;
  }
  .pTop .contact__main .form .wrapCheck {
    text-align: center;
    margin-top: 6.28019vw;
  }
  .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.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.97101vw;
    white-space: nowrap;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 5.07246vw;
    height: 5.07246vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #BDB0A5;
    background: #F3F3F3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
  }
  .pTop .contact__main .form .wrapCheck label span a {
    text-decoration: underline;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 7.00483vw;
    text-align: center;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button {
    line-height: 0;
    background: none;
    border: none;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    width: 83.33333vw;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild .container .header {
    width: 100%;
  }
  .pChild .container .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4.10628vw;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
    padding-bottom: 2.41546vw;
  }
  .pChild .pChild__main {
    padding-top: 9.90338vw;
  }
  .pChild .pChild__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #633D1C;
  }
  .pChild .pChild__main .thanks .txt {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    color: #000;
    margin-top: 6.28019vw;
  }
  .pChild .pChild__main .thanks .txt p + p {
    margin-top: 6.76329vw;
  }
  .pChild .pChild__main .policy {
    padding-bottom: 27.05314vw;
  }
  .pChild .pChild__main .policy .txt {
    margin-top: 6.28019vw;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    color: #000;
    font-family: 'Inter',sans-serif;
    margin-bottom: 6.76329vw;
  }
  .pChild .pChild__main .policy dl {
    font-family: 'Inter',sans-serif;
  }
  .pChild .pChild__main .policy dl dt {
    font-size: 5.31401vw;
    line-height: 6.76329vw;
    font-weight: 700;
  }
  .pChild .pChild__main .policy dl dd {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
  }
  .pChild .pChild__main .policy dl dd p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
  }
  .pChild .pChild__main .policy dl dd > ol {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
  }
  .pChild .pChild__main .policy dl dd > ol > li::before {
    content: counter(li) ".";
    left: 0;
    top: 0;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    position: absolute;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li::before {
    content: counter(li, lower-alpha) ".";
    left: 0;
    top: 0;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    position: absolute;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama {
    counter-reset: li;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama > li {
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 4.83092vw;
  }
  .pChild .pChild__main .policy dl dd > ol > li > .alpha > li > .lama > li::before {
    content: counter(li, lower-roman) ".";
    left: 0;
    top: 0;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    position: absolute;
    text-align: right;
  }
  .pChild .pChild__main .policy dl + dl {
    margin-top: 6.76329vw;
  }
}

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

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

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

.wpcf7-spinner {
  display: none !important;
}

.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: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 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 {
  to {
    top: -28px;
  }
}

@-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 {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

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

.pChild__content .column__main--left--detail .content ul.toc_list li::before {
  display: none;
}

.pChild__content .column__main--left--detail .content ul.toc_list li a::before {
  display: none;
}

.pChild__content .wpcf7 #send,
.pChild__content .wpcf7 #back {
  display: none;
}

.pChild__content .wpcf7.form-confirm #confirm {
  display: none;
}

.pChild__content .wpcf7.form-confirm #send,
.pChild__content .wpcf7.form-confirm #back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pChild__content .wpcf7.form-confirm .wrapCheck {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .intro {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='text'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='email'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='number'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd textarea {
  background: none;
  pointer-events: none;
  height: auto;
  padding: 0;
}

.pChild__content .wpcf7 span.error {
  color: #ff0000;
  font-weight: 700;
}

.pChild__content .wpcf7 .wrapCheck span.error {
  display: block;
  width: 100%;
}
