@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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 */
}

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

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

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

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 Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

@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;
  }
  .pTop {
    max-width: 414px;
    margin: auto;
  }
  .pTop .mv {
    background: url("../img/mvBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 17px 13px 19px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 367px;
    height: 474px;
    background: url("../img/mvWoman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 18px;
    z-index: -1;
  }
  .pTop .mv__logo {
    line-height: 0;
  }
  .pTop .mv__logo img {
    width: 162.89px;
  }
  .pTop .mv__txt {
    margin-left: -13px;
    line-height: 0;
  }
  .pTop .mv__txt img {
    width: 390.5px;
  }
  .pTop .ttlCom {
    text-align: center;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    line-height: 0;
  }
  .pTop .ttlCom span {
    font-size: 24px;
    line-height: 48px;
    color: #424242;
    margin-bottom: -12px;
    display: inline-block;
  }
  .pTop .ttlCom h2 {
    font-size: 43.94px;
    line-height: 88px;
    letter-spacing: -0.06em;
    background: -webkit-gradient(linear, left top, right top, from(#FA7E91), to(#FF5B5B));
    background: -webkit-linear-gradient(left, #FA7E91 0%, #FF5B5B 100%);
    background: -moz- oldlinear-gradient(left, #FA7E91 0%, #FF5B5B 100%);
    background: linear-gradient(90deg, #FA7E91 0%, #FF5B5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
  }
  .pTop .what {
    background: url("../img/whatBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 3;
  }
  .pTop .what__main {
    padding: 36px 0 176px;
  }
  .pTop .what__main .list {
    margin-top: 13px;
  }
  .pTop .what__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .what__main .list ul li {
    background: #FC6F79;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-size: 22.24px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    letter-spacing: -0.06em;
    padding: 0 13px;
  }
  .pTop .what__main .list ul li + li {
    margin-top: 12px;
  }
  .pTop .what__main .txt {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "AP-OTF-A1GothicStd-Medium";
    color: #424242;
    margin-top: 23px;
  }
  .pTop .work {
    position: relative;
    z-index: 4;
    margin-top: -135px;
    padding: 88px 0 0;
  }
  .pTop .work::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FC6F79;
    z-index: -1;
    clip-path: polygon(0 50px, 100% 0, 100% -webkit-calc(100% - 50px), 0 100%);
    clip-path: polygon(0 50px, 100% 0, 100% -moz-calc(100% - 50px), 0 100%);
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    top: 0;
    left: 0;
  }
  .pTop .work__main p {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    letter-spacing: -0.06em;
  }
  .pTop .work__main h2 {
    line-height: 0;
    text-align: center;
    margin-top: 4px;
  }
  .pTop .work__main h2 img {
    width: 360px;
  }
  .pTop .work__main .list {
    margin-top: 36px;
    padding: 0 22px;
  }
  .pTop .work__main .list ul li {
    background: #fff;
    color: #CF4D56;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 18px;
  }
  .pTop .work__main .list ul li::before {
    content: "✓";
    font-size: 42.67px;
    line-height: 65px;
    color: #CF4D56;
    font-weight: 700;
  }
  .pTop .work__main .list ul li + li {
    margin-top: 9px;
  }
  .pTop .work__main .slider {
    margin-top: 63.21px;
    -webkit-transform: rotate(-7.21deg);
       -moz-transform: rotate(-7.21deg);
        -ms-transform: rotate(-7.21deg);
            transform: rotate(-7.21deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    overflow: inherit;
  }
  .pTop .work__main .slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .work__main .slider .swiper-wrapper .swiper-slide {
    width: 197px;
    padding: 0 2px;
    line-height: 0;
  }
  .pTop .work__main .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 128.96px;
    object-fit: cover;
  }
  .pTop .safe {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
    margin-top: -50px;
  }
  .pTop .safe::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(252, 111, 121, 0.22);
    opacity: 0.51;
    z-index: -1;
  }
  .pTop .safe__main {
    padding: 72px 20px 68px;
  }
  .pTop .safe__main .intro {
    font-size: 18px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    color: #424242;
    margin-top: 8px;
    letter-spacing: -0.06em;
  }
  .pTop .safe__main .list {
    margin-top: 36px;
  }
  .pTop .safe__main .list article {
    background: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 23px 20px 33px;
  }
  .pTop .safe__main .list article figure {
    text-align: center;
  }
  .pTop .safe__main .list article figure.st1 img {
    width: 206px;
  }
  .pTop .safe__main .list article figure.st2 img {
    width: 229px;
  }
  .pTop .safe__main .list article h3 {
    margin-top: 23px;
    font-size: 26px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Bold";
    font-weight: 700;
    color: #FA7D91;
  }
  .pTop .safe__main .list article p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    color: #424242;
  }
  .pTop .safe__main .list article + article {
    margin-top: 12px;
  }
  .pTop .case {
    padding: 42px 0 39px;
  }
  .pTop .case__main {
    padding: 0;
  }
  .pTop .case__main .intro {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: -1px;
  }
  .pTop .case__main .list {
    margin-top: 30px;
  }
  .pTop .case__main .list ul li {
    line-height: 0;
  }
  .pTop .case__main .list ul li + li {
    margin-top: 28px;
  }
  .pTop .case__main .list ul li:nth-of-type(1) {
    text-align: right;
  }
  .pTop .case__main .list ul li:nth-of-type(1) img {
    width: 386px;
  }
  .pTop .case__main .list ul li:nth-of-type(2) {
    text-align: left;
  }
  .pTop .case__main .list ul li:nth-of-type(2) img {
    width: 392px;
  }
  .pTop .case__main .list ul li:nth-of-type(3) {
    text-align: right;
  }
  .pTop .case__main .list ul li:nth-of-type(3) img {
    width: 386px;
  }
  .pTop .how {
    background: #FC6F79;
    padding: 33px 22px 27px;
  }
  .pTop .how__main {
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #FEFEFB;
    padding: 26px 0 23px;
  }
  .pTop .how__main figure {
    text-align: center;
  }
  .pTop .how__main figure img {
    width: 355px;
  }
  .pTop .faq__main {
    padding: 45px 15px;
  }
  .pTop .faq__main .list {
    margin-top: 24px;
  }
  .pTop .faq__main .list dl dt {
    background: #F6F6F6;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #363636;
    position: relative;
    padding: 21px 56px 22px 56px;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 21.34px;
    height: 24.92px;
    background: url("../img/iconQ.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 26.28px;
    left: 21.86px;
  }
  .pTop .faq__main .list dl dd {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #363636;
    position: relative;
    padding: 16px 56px 0px 56px;
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "";
    width: 21.34px;
    height: 24.92px;
    background: url("../img/iconA.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 26.28px;
    left: 21.86px;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 24px;
  }
  .pTop .contact {
    background: #FC6F79;
  }
  .pTop .contact__main {
    padding: 44px 18px 47px;
  }
  .pTop .contact__main .ttlCom span {
    color: #fff;
  }
  .pTop .contact__main .ttlCom h2 {
    background: #fff;
    font-size: 35.45px;
    line-height: 71px;
    margin-top: -5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pTop .contact__main .intro {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 5px;
  }
  .pTop .contact__main .form {
    margin-top: 14px;
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 23px 25px 44px 22px;
  }
  .pTop .contact__main .form dl dt {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #FF7B34;
    padding: 0 6.5px;
    white-space: nowrap;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 13px;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 10px;
  }
  .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: -16px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    position: relative;
    margin: 16px;
    display: inline-block;
    line-height: 0;
  }
  .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%, #f7f7f7 50%, #f7f7f7 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%, #f7f7f7 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 27px;
    display: inline-block;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #D2D2D2;
    background: #F7F7F7;
    left: 0;
    top: 3px;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    width: 231px;
  }
  .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 10px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 18px;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 31px;
    line-height: 0;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: none;
    width: 300px;
  }
  .footer {
    padding: 66px 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #363636;
  }
  .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: 36px;
  }
  .pChild .pChild__main .thanks .txt {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #000;
    margin-top: 36px;
  }
}

@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;
  }
  .pTop .mv {
    background: url("../img/mvBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4.10628vw 3.1401vw 4.58937vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 88.64734vw;
    height: 114.49275vw;
    background: url("../img/mvWoman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 4.34783vw;
    z-index: -1;
  }
  .pTop .mv__logo {
    line-height: 0;
  }
  .pTop .mv__logo img {
    width: 39.34541vw;
  }
  .pTop .mv__txt {
    margin-left: -3.1401vw;
    line-height: 0;
    margin-top: 47.10145vw;
  }
  .pTop .mv__txt img {
    width: 94.32367vw;
  }
  .pTop .ttlCom {
    text-align: center;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    line-height: 0;
  }
  .pTop .ttlCom span {
    font-size: 5.7971vw;
    line-height: 11.5942vw;
    color: #424242;
    margin-bottom: -2.89855vw;
    display: inline-block;
  }
  .pTop .ttlCom h2 {
    font-size: 10.61353vw;
    line-height: 21.25604vw;
    letter-spacing: -0.06em;
    background: -webkit-gradient(linear, left top, right top, from(#FA7E91), to(#FF5B5B));
    background: -webkit-linear-gradient(left, #FA7E91 0%, #FF5B5B 100%);
    background: -moz- oldlinear-gradient(left, #FA7E91 0%, #FF5B5B 100%);
    background: linear-gradient(90deg, #FA7E91 0%, #FF5B5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
  }
  .pTop .what {
    background: url("../img/whatBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 3;
  }
  .pTop .what__main {
    padding: 8.69565vw 0 42.51208vw;
  }
  .pTop .what__main .list {
    margin-top: 3.1401vw;
  }
  .pTop .what__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .what__main .list ul li {
    background: #FC6F79;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    font-size: 5.37198vw;
    line-height: 7.72947vw;
    font-family: "AP-OTF-A1GothicStd-Medium";
    letter-spacing: -0.06em;
    padding: 0 3.1401vw;
  }
  .pTop .what__main .list ul li + li {
    margin-top: 2.89855vw;
  }
  .pTop .what__main .txt {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 500;
    font-family: "AP-OTF-A1GothicStd-Medium";
    color: #424242;
    margin-top: 5.55556vw;
  }
  .pTop .work {
    position: relative;
    z-index: 4;
    margin-top: -32.6087vw;
    padding: 21.25604vw 0 0;
  }
  .pTop .work::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FC6F79;
    z-index: -1;
    clip-path: polygon(0 12.07729vw, 100% 0, 100% -webkit-calc(100% - 12.07729vw), 0 100%);
    clip-path: polygon(0 12.07729vw, 100% 0, 100% -moz-calc(100% - 12.07729vw), 0 100%);
    clip-path: polygon(0 12.07729vw, 100% 0, 100% calc(100% - 12.07729vw), 0 100%);
    top: 0;
    left: 0;
  }
  .pTop .work__main p {
    text-align: center;
    color: #fff;
    font-size: 6.28019vw;
    line-height: 10.38647vw;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    letter-spacing: -0.06em;
  }
  .pTop .work__main h2 {
    line-height: 0;
    text-align: center;
    margin-top: 0.96618vw;
  }
  .pTop .work__main h2 img {
    width: 86.95652vw;
  }
  .pTop .work__main .list {
    margin-top: 8.69565vw;
    padding: 0 5.31401vw;
  }
  .pTop .work__main .list ul li {
    background: #fff;
    color: #CF4D56;
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0vw 4.34783vw;
  }
  .pTop .work__main .list ul li::before {
    content: "✓";
    font-size: 10.30676vw;
    line-height: 15.70048vw;
    color: #CF4D56;
    font-weight: 700;
  }
  .pTop .work__main .list ul li + li {
    margin-top: 2.17391vw;
  }
  .pTop .work__main .slider {
    margin-top: 15.26812vw;
    -webkit-transform: rotate(-7.21deg);
       -moz-transform: rotate(-7.21deg);
        -ms-transform: rotate(-7.21deg);
            transform: rotate(-7.21deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    overflow: inherit;
  }
  .pTop .work__main .slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .pTop .work__main .slider .swiper-wrapper .swiper-slide {
    width: 47.58454vw;
    padding: 0 0.48309vw;
    line-height: 0;
  }
  .pTop .work__main .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 31.14976vw;
    object-fit: cover;
  }
  .pTop .safe {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
    margin-top: -12.07729vw;
  }
  .pTop .safe::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(252, 111, 121, 0.22);
    opacity: 0.51;
    z-index: -1;
  }
  .pTop .safe__main {
    padding: 17.3913vw 4.83092vw 16.42512vw;
  }
  .pTop .safe__main .intro {
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-family: "AP-OTF-A1GothicStd-Medium";
    color: #424242;
    margin-top: 1.93237vw;
    letter-spacing: -0.06em;
  }
  .pTop .safe__main .list {
    margin-top: 8.69565vw;
  }
  .pTop .safe__main .list article {
    background: #fff;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 5.55556vw 4.83092vw 7.97101vw;
  }
  .pTop .safe__main .list article figure {
    text-align: center;
  }
  .pTop .safe__main .list article figure.st1 img {
    width: 49.75845vw;
  }
  .pTop .safe__main .list article figure.st2 img {
    width: 55.31401vw;
  }
  .pTop .safe__main .list article h3 {
    margin-top: 5.55556vw;
    font-size: 6.28019vw;
    line-height: 7.72947vw;
    font-family: "AP-OTF-A1GothicStd-Bold";
    font-weight: 700;
    color: #FA7D91;
  }
  .pTop .safe__main .list article p {
    margin-top: 2.89855vw;
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    color: #424242;
  }
  .pTop .safe__main .list article + article {
    margin-top: 2.89855vw;
  }
  .pTop .case {
    padding: 10.14493vw 0 9.42029vw;
  }
  .pTop .case__main {
    padding: 0;
  }
  .pTop .case__main .intro {
    font-size: 3.86473vw;
    line-height: 4.58937vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: -0.24155vw;
  }
  .pTop .case__main .list {
    margin-top: 7.24638vw;
  }
  .pTop .case__main .list ul li {
    line-height: 0;
  }
  .pTop .case__main .list ul li + li {
    margin-top: 6.76329vw;
  }
  .pTop .case__main .list ul li:nth-of-type(1) {
    text-align: right;
  }
  .pTop .case__main .list ul li:nth-of-type(1) img {
    width: 93.23671vw;
  }
  .pTop .case__main .list ul li:nth-of-type(2) {
    text-align: left;
  }
  .pTop .case__main .list ul li:nth-of-type(2) img {
    width: 94.68599vw;
  }
  .pTop .case__main .list ul li:nth-of-type(3) {
    text-align: right;
  }
  .pTop .case__main .list ul li:nth-of-type(3) img {
    width: 93.23671vw;
  }
  .pTop .how {
    background: #FC6F79;
    padding: 7.97101vw 5.31401vw 6.52174vw;
  }
  .pTop .how__main {
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    background: #FEFEFB;
    padding: 6.28019vw 0 5.55556vw;
  }
  .pTop .how__main figure {
    text-align: center;
  }
  .pTop .how__main figure img {
    width: 85.74879vw;
  }
  .pTop .faq__main {
    padding: 10.86957vw 3.62319vw;
  }
  .pTop .faq__main .list {
    margin-top: 5.7971vw;
  }
  .pTop .faq__main .list dl dt {
    background: #F6F6F6;
    font-size: 4.34783vw;
    line-height: 1.6;
    font-weight: 700;
    color: #363636;
    position: relative;
    padding: 5.07246vw 13.52657vw 5.31401vw 13.52657vw;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 5.15459vw;
    height: 6.01932vw;
    background: url("../img/iconQ.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 6.34783vw;
    left: 5.28019vw;
  }
  .pTop .faq__main .list dl dd {
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 400;
    color: #363636;
    position: relative;
    padding: 3.86473vw 13.52657vw 0vw 13.52657vw;
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "";
    width: 5.15459vw;
    height: 6.01932vw;
    background: url("../img/iconA.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 6.34783vw;
    left: 5.28019vw;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 5.7971vw;
  }
  .pTop .contact {
    background: #FC6F79;
  }
  .pTop .contact__main {
    padding: 10.62802vw 4.34783vw 11.35266vw;
  }
  .pTop .contact__main .ttlCom span {
    color: #fff;
  }
  .pTop .contact__main .ttlCom h2 {
    background: #fff;
    font-size: 8.5628vw;
    line-height: 17.14976vw;
    margin-top: -1.20773vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pTop .contact__main .intro {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 1.20773vw;
  }
  .pTop .contact__main .form {
    margin-top: 3.38164vw;
    background: #FFFFFF;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 5.55556vw 6.03865vw 10.62802vw 5.31401vw;
  }
  .pTop .contact__main .form dl dt {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 700;
    color: #000;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #fff;
    font-weight: 700;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #FF7B34;
    padding: 0 1.57005vw;
    white-space: nowrap;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 3.1401vw;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
    font-size: 3.86473vw;
    line-height: 1.5;
    height: 14.49275vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 2.41546vw;
  }
  .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: -3.86473vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    position: relative;
    margin: 3.86473vw;
    display: inline-block;
    line-height: 0;
  }
  .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%, #f7f7f7 50%, #f7f7f7 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f7f7f7 50%, #f7f7f7 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%, #f7f7f7 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 500;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.52174vw;
    display: inline-block;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 4.10628vw;
    height: 4.10628vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #D2D2D2;
    background: #F7F7F7;
    left: 0;
    top: 0.72464vw;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    width: 55.7971vw;
  }
  .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #D2D2D2;
    font-size: 3.86473vw;
    line-height: 1.5;
    height: 14.49275vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 2.41546vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 4.34783vw;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 7.48792vw;
    line-height: 0;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: none;
    width: 72.46377vw;
  }
  .footer {
    padding: 15.94203vw 0 1.20773vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.8;
    font-weight: 400;
    color: #363636;
  }
  .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: 8.69565vw;
  }
  .pChild .pChild__main .thanks .txt {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-family: "AP-OTF-A1GothicStd-Medium";
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #000;
    margin-top: 36px;
  }
}

.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%;
}
