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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Minion';
  src: url("../fonts/MinionPro_disp.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: #000000;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

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

button:hover {
  opacity: 0.7;
}

@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: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .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;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 21px 0;
  }
}

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

@media screen and (min-width: 769px), print {
  .header__main--logo {
    width: 148px;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--nav {
    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--nav ul {
    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--nav ul li a {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.05em;
    color: #4a4a4a;
  }
  .header__main--nav ul li + li {
    margin-left: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__main--nav ul li + li {
    margin-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--nav .btnCon {
    margin-left: 39px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__main--nav .btnCon {
    margin-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--nav .btnCon a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 187px;
    height: 47px;
    -moz-border-radius: 23.5px;
         border-radius: 23.5px;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #000;
  }
  .header__main--nav .btnCon a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    background: url("../img/headerArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--nav .btnCon a:hover {
    opacity: 1;
    background: #fff;
    color: #000;
  }
  .header__main--nav .btnCon a:hover::after {
    background: url("../img/headerArrow_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__main--nav .btnCon a {
    width: 147px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right {
    display: none;
  }
  .footer {
    background: #E56A54;
    padding: 48px 0 24px;
  }
  .footer__menu ul {
    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;
  }
  .footer__menu ul li a {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__menu ul li + li {
    margin-left: 32px;
  }
  .footer__menu ul li.goContact a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 187px;
    height: 47px;
    -moz-border-radius: 23.5px;
         border-radius: 23.5px;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #000;
  }
  .footer__menu ul li.goContact a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    background: url("../img/headerArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__menu ul li.goContact a:hover {
    opacity: 1;
    background: #fff;
    color: #000;
  }
  .footer__menu ul li.goContact a:hover::after {
    background: url("../img/headerArrow_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer__privacy {
    text-align: center;
    margin-top: 80px;
  }
  .footer__privacy a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .footer__copy {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .fv {
    padding-top: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__top {
    position: relative;
    z-index: 3;
  }
  .pTop .fv__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fv__top ul li {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
  }
  .pTop .fv__top ul li + li::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 0;
    background: url("../img/fvCross.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 16px -2.5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .fv__top ul li {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .fv__top ul li {
    font-size: 20px;
  }
  .pTop .fv__top ul li + li::before {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__top h2 {
    font-size: 65.33px;
    line-height: 79.7px;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #000;
    margin-top: 48px;
  }
  .pTop .fv__top h2 small {
    font-size: 50.99px;
  }
  .pTop .fv__top h2 span {
    background: -webkit-linear-gradient(358.91deg, #FFB7AA 0%, #E56A54 101.51%);
    background: -moz- oldlinear-gradient(358.91deg, #FFB7AA 0%, #E56A54 101.51%);
    background: linear-gradient(91.09deg, #FFB7AA 0%, #E56A54 101.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .pTop .fv__top h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__mid {
    width: -webkit-calc(50% + 600px);
    width: -moz-calc(50% + 600px);
    width: calc(50% + 600px);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 68.95px;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .fv__mid {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__mid--main {
    position: absolute;
    width: 438px;
    height: 439px;
    right: 0;
    top: -264px;
    z-index: 2;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .pTop .fv__mid--main figure img {
    width: 438px;
    height: 439px;
    object-fit: cover;
  }
  .pTop .fv__mid--thumb {
    width: -webkit-calc(100% - 470px);
    width: -moz-calc(100% - 470px);
    width: calc(100% - 470px);
    margin: 0;
  }
  .pTop .fv__mid--thumb figure {
    width: 311px;
    margin-left: 35px;
  }
  .pTop .fv__mid--thumb figure img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .pTop .fv__count {
    margin-top: 36px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__count::before, .pTop .fv__count::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 454px;
    bottom: 0;
    left: 0;
  }
  .pTop .fv__count::before {
    z-index: -1;
    background: url("../img/fvBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    opacity: 0.09;
  }
  .pTop .fv__count::after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.32%, #FFB7AA), color-stop(93.85%, #E56A54));
    background: -webkit-linear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: -moz- oldlinear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: linear-gradient(180deg, #FFB7AA -1.32%, #E56A54 93.85%);
  }
  .pTop .fv__count--con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
  }
  .pTop .fv__count--con dl {
    width: -webkit-calc(50% - 251px);
    width: -moz-calc(50% - 251px);
    width: calc(50% - 251px);
    height: 269px;
    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;
    padding: 42px 0 0;
  }
  .pTop .fv__count--con dl dt {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
  }
  .pTop .fv__count--con dl dd {
    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;
    margin-top: 20px;
  }
  .pTop .fv__count--con dl dd .countWrap {
    font-size: 46px;
    line-height: 67px;
    font-weight: 500;
    color: #fff;
  }
  .pTop .fv__count--con dl dd .countWrap span {
    font-size: 116.78px;
    line-height: 1;
    font-family: "Minion";
  }
  .pTop .fv__count--con dl dd .countWrap.st2 {
    font-size: 73.66px;
    line-height: 1;
    font-family: "Minion";
  }
  .pTop .fv__count--con dl dd .note {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin-top: -9.75px;
    text-align: right;
  }
  .pTop .fv__count--con dl:nth-of-type(2) {
    width: 502px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    border-right: 1px solid rgba(255, 255, 255, 0.36);
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pTop .fv__count--con dl {
    width: -webkit-calc(50% - 151px);
    width: -moz-calc(50% - 151px);
    width: calc(50% - 151px);
  }
  .pTop .fv__count--con dl:nth-of-type(2) {
    width: 302px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1017px) {
  .pTop .fv__count--con dl dd .countWrap {
    font-size: 36px;
  }
  .pTop .fv__count--con dl dd .countWrap span {
    font-size: 96px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .pTop .fv__count--con dl {
    width: -webkit-calc(50% - 101px);
    width: -moz-calc(50% - 101px);
    width: calc(50% - 101px);
  }
  .pTop .fv__count--con dl:nth-of-type(2) {
    width: 202px;
  }
  .pTop .fv__count--con dl dd .countWrap {
    font-size: 26px;
  }
  .pTop .fv__count--con dl dd .countWrap span {
    font-size: 86px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .cta {
    background: #fff;
    padding: 88px 0;
  }
  .pTop .cta__intro {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #000000;
  }
  .pTop .cta__intro span {
    color: #E56A54;
  }
  .pTop .cta__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 32px 0 -16px;
  }
  .pTop .cta__btn a {
    width: 463px;
    height: 93px;
    -moz-border-radius: 56px;
         border-radius: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 56px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 16px;
  }
  .pTop .cta__btn a::before {
    content: "";
    display: inline-block;
  }
  .pTop .cta__btn a::after {
    content: "";
    width: 11.5px;
    height: 14px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a.mail {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #000;
  }
  .pTop .cta__btn a.mail::before {
    width: 40px;
    height: 29.5px;
    background: url("../img/ctaMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 8px;
  }
  .pTop .cta__btn a.mail::after {
    margin-left: 19px;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a.mail:hover {
    background: #fff;
    color: #000;
  }
  .pTop .cta__btn a.mail:hover::before {
    background: url("../img/ctaMail_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__btn a.mail:hover::after {
    background: url("../img/ctaArrow_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__btn a.line {
    background: #fff;
    border: 2px solid #09A348;
    color: #09A348;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a.line::before {
    width: 42px;
    height: 42px;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a.line::after {
    margin-left: 24px;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a.line:hover {
    background: #09A348;
    color: #fff;
  }
  .pTop .cta__btn a.line:hover::before {
    background: url("../img/ctaLine_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__btn a.line:hover::after {
    background: url("../img/ctaArrow02_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .concern {
    padding: 48px 0;
    background: url("../img/concernBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .concern__main .title {
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .pTop .concern__main .title span {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
  }
  .pTop .concern__main .title h2 {
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
  }
  .pTop .concern__main .list {
    margin-top: 32px;
  }
  .pTop .concern__main .list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .concern__main .list ul::after {
    position: absolute;
    content: "";
    width: 315.82px;
    height: 240.14px;
    background: url("../img/concernIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .concern__main .list ul li {
    background: #fff;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    height: 100px;
    text-align: center;
    -moz-border-radius: 90px;
         border-radius: 90px;
    padding: 15px 5px 17px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .concern__main .list ul li::after {
    position: absolute;
    content: "";
  }
  .pTop .concern__main .list ul li.st1 {
    width: 400px;
    margin-left: 72px;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .pTop .concern__main .list ul li.st1 {
    margin-left: 0px;
    width: 350px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .concern__main .list ul li.st1::after {
    width: 22px;
    height: 17.56px;
    background: url("../img/concernArrow01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -17.56px;
    right: 48px;
  }
  .pTop .concern__main .list ul li.st2 {
    width: 415px;
    margin-top: 31px;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .pTop .concern__main .list ul li.st2 {
    width: 350px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .concern__main .list ul li.st2::after {
    width: 22px;
    height: 17.56px;
    background: url("../img/concernArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 49.7px;
    right: -15.66px;
  }
  .pTop .concern__main .list ul li.st3 {
    width: 448px;
    margin-top: 8px;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .pTop .concern__main .list ul li.st3 {
    width: 380px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .concern__main .list ul li.st3::after {
    width: 22px;
    height: 17.56px;
    background: url("../img/concernArrow03.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -17.56px;
    left: 49px;
  }
  .pTop .concern__main .list ul li.st4 {
    width: 400px;
    margin-top: 36px;
    margin-right: 19px;
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .pTop .concern__main .list ul li.st4 {
    margin-right: 0px;
    width: 350px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .concern__main .list ul li.st4::after {
    width: 22px;
    height: 17.56px;
    background: url("../img/concernArrow04.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 26px;
    left: -13.01px;
  }
  .pTop .concern__main .list ul li.st5 {
    width: 472px;
    margin: 26px auto 0;
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .pTop .concern__main .list ul li.st5::after {
    width: 22px;
    height: 17.56px;
    background: url("../img/concernArrow05.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -17.56px;
    right: 117px;
  }
  .pTop .concern__main .list ul li span {
    color: #295781;
    font-size: 24px;
    line-height: 1.5;
  }
  .pTop .concern__main .note {
    margin-top: 96px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
  }
  .pTop .concern__main .note::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 56px;
    background: url("../img/concernArrow06.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -72px;
  }
  .pTop .concern__main .note small {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    display: block;
  }
  .pTop .concern__main .note em {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    margin-top: 8px;
    display: inline;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .concern__main .note em span {
    color: #E56A54;
  }
  .pTop .service {
    background: url("../img/serviceBg.webp") top right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0;
  }
  .pTop .service__main {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .service__main .title {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .service__main .title span {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    color: #4A4A4A;
  }
  .pTop .service__main .title h2 {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    color: #E56A54;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .service__main .title {
    width: 100%;
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .service__main .list {
    width: 784px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .service__main .list {
    margin: auto;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .service__main .list article {
    background: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .service__main .list article figure {
    width: 178px;
    margin-right: 32px;
  }
  .pTop .service__main .list article figure img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .service__main .list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .service__main .list article .arCon h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    padding: 0 0 0 18px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .service__main .list article .arCon h3::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #E56A54;
    left: 0;
    top: 12.5px;
  }
  .pTop .service__main .list article .arCon .txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 16px;
  }
  .pTop .service__main .list article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .service__main .list article + article {
    margin-top: 48px;
  }
  .pTop .point {
    background: #fff;
    padding: 88px 0 0;
  }
  .pTop .point__main .title {
    text-align: center;
  }
  .pTop .point__main .title span {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    color: #4A4A4A;
  }
  .pTop .point__main .title h2 {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
  }
  .pTop .point__main .title h2 em {
    font-style: normal;
    color: #E56A54;
  }
  .pTop .point__main .list {
    counter-reset: ar;
    margin-top: 16px;
  }
  .pTop .point__main .list article {
    counter-increment: ar;
    padding: 48px 60px;
    border-bottom: 1px solid #A19161;
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .point__main .list article {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .point__main .list article figure {
    width: 432px;
  }
  .pTop .point__main .list article figure img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .point__main .list article figure {
    width: 332px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .point__main .list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .point__main .list article .arCon h3 {
    position: relative;
    padding: 20px 0 20px 77px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
  }
  .pTop .point__main .list article .arCon h3::before, .pTop .point__main .list article .arCon h3::after {
    position: absolute;
    width: 52px;
    text-align: center;
    left: 0;
  }
  .pTop .point__main .list article .arCon h3::before {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    -webkit-columns: #4A4A4A;
       -moz-columns: #4A4A4A;
            columns: #4A4A4A;
    content: "POINT";
    top: 0;
  }
  .pTop .point__main .list article .arCon h3::after {
    font-size: 56px;
    line-height: 1;
    font-family: "Minion";
    color: #E56A54;
    content: counter(ar, decimal-leading-zero);
    top: 16px;
    font-weight: 400;
  }
  .pTop .point__main .list article .arCon .txt {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
  }
  .pTop .point__main .list article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .point__main .list article:nth-of-type(odd) figure {
    margin-right: 40px;
  }
  .pTop .point__main .list article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pTop .point__main .list article:nth-of-type(even) figure {
    margin-left: 40px;
  }
  .pTop .work {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 72px 0 0;
  }
  .pTop .work::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 384px;
    background: url("../img/caseBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .work .title {
    text-align: center;
  }
  .pTop .work .title span {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
  }
  .pTop .work .title h2 {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  .pTop .work .box {
    max-width: 1200px;
    width: 100%;
    margin: 64px auto 0;
    background: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: 1px solid #E5E5E5;
    padding: 64px 98px;
    -moz-box-shadow: 0 4px 20.7px rgba(0, 0, 0, 0.1);
         box-shadow: 0 4px 20.7px rgba(0, 0, 0, 0.1);
  }
  .pTop .work .box .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -16px;
  }
  .pTop .work .box .list article {
    width: 312px;
    margin: 16px;
    border: 1px solid #E56A54;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 23px 24px 16px;
  }
  .pTop .work .box .list article h3 {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
  }
  .pTop .work .box .list article h3::after {
    content: "様";
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #E56A54;
  }
  .pTop .work .box .list article dl dt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    background: #000;
    background: #E56A54;
    -moz-border-radius: 4px;
         border-radius: 4px;
    padding: 9px;
  }
  .pTop .work .box .list article dl dd {
    min-height: 86px;
    padding: 15px 0;
  }
  .pTop .work .box .list article dl dd .media {
    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 .work .box .list article dl dd .media span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 27px;
    margin-bottom: 2px;
  }
  .pTop .work .box .list article dl dd .media span::before {
    content: "";
  }
  .pTop .work .box .list article dl dd .media span.tiktok::before {
    width: 20.9px;
    height: 20.9px;
    background: url("../img/tiktok.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 6.1px;
  }
  .pTop .work .box .list article dl dd .media span.insta::before {
    width: 20.65px;
    height: 21px;
    background: url("../img/instagram.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 6.35px;
  }
  .pTop .work .box .list article dl dd .media span.youtube::before {
    width: 25px;
    height: 18px;
    background: url("../img/youtube.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pTop .work .box .list article dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -6px;
  }
  .pTop .work .box .list article dl dd ul li {
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 14px;
    margin-bottom: 6px;
  }
  .pTop .work .box .list article dl dd ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 9px;
    background: #E56A54;
  }
  .pTop .work .box .list article dl dd ul li.full {
    width: 100%;
  }
  .pTop .work .box .note {
    margin-top: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .pTop .work .box .note small {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    margin-top: 8px;
  }
  .pTop .voice {
    margin-top: 71px;
  }
  .pTop .voice__main h2 {
    text-align: center;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .voice__main--slider {
    margin-top: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .voice__main--slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .voice__main--slider article {
    width: 896px;
    height: auto;
    border: 1px solid #E56A54;
    background: #fff;
    padding: 32px;
    margin: 0 53px;
    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;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .pTop .voice__main--slider article figure {
    width: 138px;
    margin-right: 24px;
  }
  .pTop .voice__main--slider article figure img {
    width: 138px;
    height: 138px;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .voice__main--slider article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .voice__main--slider article .arCon h3 {
    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;
    line-height: 0;
  }
  .pTop .voice__main--slider article .arCon h3::before {
    content: 'VOICE';
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #4a4a4a;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 6px;
  }
  .pTop .voice__main--slider article .arCon h3::after {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    content: attr(data-num);
    font-family: "Minion";
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: #E56A54;
    margin-right: 16px;
  }
  .pTop .voice__main--slider article .arCon h3 span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: inline-block;
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .pTop .voice__main--slider article .arCon .txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .voice__main--slider article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .voice__main--slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 58px;
    height: 47px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: url("../img/voiceCtrl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 99;
  }
  .pTop .voice__main--slider .slick-prev {
    left: -webkit-calc(50% - 530px);
    left: -moz-calc(50% - 530px);
    left: calc(50% - 530px);
  }
  .pTop .voice__main--slider .slick-next {
    right: -webkit-calc(50% - 530px);
    right: -moz-calc(50% - 530px);
    right: calc(50% - 530px);
  }
  .pTop .company {
    background: url("../img/companyBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 64px 0;
  }
  .pTop .company__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;
  }
  .pTop .company__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-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pTop .company__main .list ul li {
    font-size: 40px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }
  .pTop .company__main .list ul li + li {
    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 .company__main .list ul li + li::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url("../img/companyCross.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 16px 0;
  }
  .pTop .company__main .right {
    width: 463px;
    margin-left: 180px;
    text-align: center;
  }
  .pTop .company__main .right h2 {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  .pTop .company__main .right .btnCom {
    margin-top: 24px;
  }
  .pTop .company__main .right .btnCom a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 93px;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    -moz-border-radius: 56px;
         border-radius: 56px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .company__main .right .btnCom a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 11.2px;
    background: url("../img/companyArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 32.4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .company__main .right .btnCom a:hover {
    background: #000000;
    color: #fff;
  }
  .pTop .company__main .right .btnCom a:hover::after {
    background: url("../img/companyArrow_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .contact {
    background: #F8F8F8;
    padding: 64px 0 88px;
  }
  .pTop .contact__main .intro {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
    margin-top: 24px;
  }
  .pTop .contact__main .form {
    max-width: 1000px;
    margin: 48px auto 0;
    background: #fff;
    padding: 56px 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .contact__main .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .contact__main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pTop .contact__main .form dl dt {
    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;
    width: 224px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16px;
  }
  .pTop .contact__main .form dl dt.st2 {
    padding-top: 0;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 20px;
    background: #C03A3A;
    color: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .pTop .contact__main .form dl dt.any::after {
    content: "任意";
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 20px;
    background: #999999;
    color: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .pTop .contact__main .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 56px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 272px;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    width: 352px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 56px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    content: "";
    position: absolute;
    width: 16.5px;
    height: 9px;
    background: url("../img/contactSel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 19.75px;
    pointer-events: none;
  }
  .pTop .contact__main .form dl dd p {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin-top: 8px;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 32px;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 40px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .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 {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    padding: 0 0 0 23px;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #F0F0F0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 0;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 24px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 350px;
    height: 66px;
    -moz-border-radius: 99px;
         border-radius: 99px;
    background: #E56A54;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    border: 2px solid #E56A54;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .wrapBtn button::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 9.6px;
    background: url("../img/contactArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 32.6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    background: #fff;
    color: #E56A54;
  }
  .pTop .contact__main .form .wrapBtn button:hover::after {
    background: url("../img/contactArrow_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.32%, #FFB7AA), color-stop(93.85%, #E56A54));
    background: -webkit-linear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: -moz- oldlinear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: linear-gradient(180deg, #FFB7AA -1.32%, #E56A54 93.85%);
    padding: 43px 0 58px;
    text-align: center;
    color: #fff;
  }
  .pChild__title span {
    font-size: 26.2px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
  }
  .pChild__title h2 {
    font-size: 60px;
    line-height: 1;
    font-family: "Minion";
    color: #fff;
    margin-top: 4px;
  }
  .pChild__breadcrum {
    max-width: 1070px;
    width: 100%;
    margin: auto;
    margin-top: 27.5px;
  }
  .pChild__breadcrum ul {
    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;
  }
  .pChild__breadcrum ul li {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
  }
  .pChild__breadcrum ul li a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
  }
  .pChild__breadcrum ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__breadcrum ul li + li::before {
    content: ">";
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 0 4px;
  }
  .pChild__company {
    margin-top: 20px;
    max-width: 1070px;
    padding-bottom: 88px;
  }
  .pChild__company article h3 {
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #E56A54;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__company article h3::before {
    position: absolute;
    content: attr(data-en);
    font-size: 42px;
    line-height: 1;
    font-family: "Minion";
    font-weight: 400;
    color: #FFEBE8;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
    z-index: -1;
  }
  .pChild__company article .arMain {
    margin: 29px -19px -19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__company article .arMain figure {
    width: 432px;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 19px;
  }
  .pChild__company article .arMain figure img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pChild__company article .arMain .con {
    width: 600px;
    margin: 19px;
  }
  .pChild__company article .arMain .con p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
  }
  .pChild__company article .arMain .con p + p {
    margin-top: 25.6px;
  }
  .pChild__company article .arInfo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 16px -32px -32px;
  }
  .pChild__company article .arInfo .list {
    width: 470px;
    margin: 32px;
  }
  .pChild__company article .arInfo .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 24px;
    border-bottom: 1px solid #EBEBEB;
  }
  .pChild__company article .arInfo .list dl + dl {
    margin-top: 24px;
  }
  .pChild__company article .arInfo .list dl dt {
    width: 120px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #EF908E;
  }
  .pChild__company article .arInfo .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
  .pChild__company article .arInfo .list dl dd a {
    text-decoration: underline;
  }
  .pChild__company article .arInfo .map {
    width: 527px;
    margin: 32px;
    line-height: 0;
  }
  .pChild__company article .arInfo .map iframe {
    width: 100%;
    height: 327px;
  }
  .pChild__company article + article {
    margin-top: 162px;
  }
  .pChild__policy {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 60px;
    margin-top: 32px;
    max-width: 1000px;
  }
  .pChild__policy p {
    margin-bottom: 28px;
  }
  .pChild__policy dl {
    margin-bottom: 28px;
  }
  .pChild .container {
    min-height: 100%;
    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;
  }
  .pChild .container main, .pChild .container .footer {
    width: 100%;
  }
  .pChild .container .footer {
    margin-top: auto;
  }
  .pChild__thanks {
    margin-top: 24px;
    padding-bottom: 88px;
    text-align: center;
  }
  .pChild__thanks h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #EF908E;
  }
  .pChild__thanks p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-top: 31px;
  }
  .pChild__thanks .backTop {
    margin-top: 65px;
  }
  .pChild__thanks .backTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 323px;
    height: 58px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    border: 2px solid #EF908E;
    background: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #EF908E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__thanks .backTop a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 17px;
    background: url("../img/arrowTop.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__thanks .backTop a:hover {
    opacity: 1;
    background: #E56A54;
    border-color: #fff;
    color: #fff;
  }
  .pChild__thanks .backTop a:hover::before {
    background: url("../img/arrowTop_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@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;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.05);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.89855vw 3.62319vw;
  }
  .header__main--logo {
    width: 35.74879vw;
    line-height: 0;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right .mail {
    width: 13.52657vw;
    height: 13.52657vw;
    background: #000;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.41546vw;
    line-height: 1.2;
    font-weight: 600;
    padding: 6.52174vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 2px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--right .mail::before {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 3.52899vw;
    background: url("../img/headerMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2.34058vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--right .mail:hover {
    opacity: 1;
    background: #fff;
    color: #000;
  }
  .header__main--right .mail:hover::before {
    background: url("../img/headerMail_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .line {
    width: 13.52657vw;
    height: 13.52657vw;
    background: #fff;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    display: block;
    text-align: center;
    color: #09A348;
    font-size: 2.41546vw;
    line-height: 1.2;
    font-weight: 600;
    padding: 6.52174vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: 1.93237vw;
    border: 1px solid #09A348;
  }
  .header__main--right .line::before {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/headerLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.69082vw;
  }
  .header__main--right .line:hover {
    opacity: 1;
    background: #09A348;
    color: #fff;
  }
  .header__main--right .line:hover::before {
    background: url("../img/headerLine_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__main--right .menu_icon {
    margin-left: 3.86473vw;
    width: 4.83092vw;
    height: 4.83092vw;
    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;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
    z-index: 99;
  }
  .header__main--right .menu_icon .menu_icon_in {
    width: 4.83092vw;
    height: 3.38164vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    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;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger,
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 4.83092vw;
    height: 3.38164vw;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #000000;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #000000;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #000000;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 19.56522vw;
  }
  .header__main--nav 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;
    padding: 11.5942vw 0 0;
  }
  .header__main--nav ul li {
    width: 100%;
  }
  .header__main--nav ul li a {
    font-size: 4.34783vw;
    line-height: 4.34783vw;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #4A4A4A;
    display: block;
    width: 100%;
    padding: 0 0 3.38164vw;
    border-bottom: 1px solid #A19161;
  }
  .header__main--nav ul li + li {
    margin-top: 5.7971vw;
  }
  .header__main--nav .btnCon {
    margin-top: 7.72947vw;
    text-align: center;
  }
  .header__main--nav .btnCon a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45.16908vw;
    height: 11.35266vw;
    -moz-border-radius: 5.67633vw;
         border-radius: 5.67633vw;
    background: #000;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--nav .btnCon a::after {
    position: absolute;
    content: "";
    width: 2.41546vw;
    height: 1.93237vw;
    background: url("../img/headerArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.41546vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--nav .btnCon a:hover {
    opacity: 1;
  }
  .header__main--nav .btnCon a:hover::after {
    right: 1.20773vw;
  }
  .footer {
    background: #E56A54;
    padding: 11.5942vw 0 5.7971vw;
  }
  .footer__menu ul {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -2.89855vw -3.86473vw;
    padding: 0 12.07729vw;
  }
  .footer__menu ul li {
    margin: 2.89855vw 3.86473vw;
  }
  .footer__menu ul li a {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__menu ul li.goContact a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45.16908vw;
    height: 11.35266vw;
    -moz-border-radius: 5.67633vw;
         border-radius: 5.67633vw;
    background: #000;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .footer__menu ul li.goContact a::after {
    position: absolute;
    content: "";
    width: 2.41546vw;
    height: 1.93237vw;
    background: url("../img/headerArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.41546vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__menu ul li.goContact a:hover {
    opacity: 1;
  }
  .footer__menu ul li.goContact a:hover::after {
    right: 1.20773vw;
  }
  .footer__menu ul li:nth-of-type(4) {
    margin-left: 7.72947vw;
  }
  .footer__privacy {
    text-align: center;
    margin-top: 11.5942vw;
  }
  .footer__privacy a {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .footer__copy {
    text-align: center;
    margin-top: 5.7971vw;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .fv {
    padding-top: 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__top {
    position: relative;
    z-index: 3;
  }
  .pTop .fv__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .fv__top ul li {
    font-size: 2.657vw;
    line-height: 1;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
  }
  .pTop .fv__top ul li + li::before {
    content: "";
    width: 2.17391vw;
    height: 2.17391vw;
    display: inline-block;
    line-height: 0;
    background: url("../img/fvCross.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 1.93237vw -0.30193vw;
  }
  .pTop .fv__top h2 {
    font-size: 8.21256vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: #000;
    margin-top: 2.89855vw;
    margin-left: -0.72464vw;
    margin-right: -0.72464vw;
  }
  .pTop .fv__top h2 small {
    font-size: 8.21256vw;
  }
  .pTop .fv__top h2 span {
    background: -webkit-linear-gradient(358.91deg, #FFB7AA 0%, #E56A54 101.51%);
    background: -moz- oldlinear-gradient(358.91deg, #FFB7AA 0%, #E56A54 101.51%);
    background: linear-gradient(91.09deg, #FFB7AA 0%, #E56A54 101.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -0.08em;
  }
  .pTop .fv__mid {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 3.86473vw;
    z-index: 2;
  }
  .pTop .fv__mid--main {
    width: 92.51208vw;
    height: 92.75362vw;
    margin: auto;
    z-index: 2;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    overflow: hidden;
  }
  .pTop .fv__mid--main figure img {
    width: 92.51208vw;
    height: 92.75362vw;
    object-fit: cover;
  }
  .pTop .fv__mid--thumb {
    width: 96.37681vw;
    margin: 4.83092vw 0 0;
  }
  .pTop .fv__mid--thumb figure {
    width: 37.19807vw;
    margin-left: 3.86473vw;
  }
  .pTop .fv__mid--thumb figure img {
    width: 100%;
    height: 20.77295vw;
    object-fit: cover;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
  }
  .pTop .fv__count {
    margin-top: 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__count::before, .pTop .fv__count::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 105.55556vw;
    bottom: 0;
    left: 0;
  }
  .pTop .fv__count::before {
    z-index: -1;
    background: url("../img/fvBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    opacity: 0.09;
  }
  .pTop .fv__count::after {
    z-index: -2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.32%, #FFB7AA), color-stop(93.85%, #E56A54));
    background: -webkit-linear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: -moz- oldlinear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: linear-gradient(180deg, #FFB7AA -1.32%, #E56A54 93.85%);
  }
  .pTop .fv__count--con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
  }
  .pTop .fv__count--con dl {
    width: 33.57488vw;
    height: 36.47343vw;
    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;
    padding: 5.7971vw 0 0;
  }
  .pTop .fv__count--con dl dt {
    font-size: 3.38164vw;
    line-height: 3.38164vw;
    font-weight: 600;
    color: #fff;
  }
  .pTop .fv__count--con dl dd {
    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;
    margin-top: 2.41546vw;
  }
  .pTop .fv__count--con dl dd .countWrap {
    font-size: 3.1401vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .pTop .fv__count--con dl dd .countWrap span {
    font-size: 14.00966vw;
    line-height: 1;
    font-family: "Minion";
  }
  .pTop .fv__count--con dl dd .countWrap.st2 {
    font-size: 7.72947vw;
    line-height: 1;
    font-family: "Minion";
  }
  .pTop .fv__count--con dl dd .note {
    width: 100%;
    font-size: 2.41546vw;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    text-align: right;
    margin-top: 0vw;
  }
  .pTop .fv__count--con dl:nth-of-type(1) dd {
    padding: 0 3.62319vw;
    text-align: right;
  }
  .pTop .fv__count--con dl:nth-of-type(1) dd span {
    display: block;
    width: 100%;
    margin-bottom: -1.93237vw;
    text-align: center;
  }
  .pTop .fv__count--con dl:nth-of-type(2) {
    width: 33.09179vw;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    border-right: 1px solid rgba(255, 255, 255, 0.36);
  }
  .pTop .fv__count--con dl:nth-of-type(2) dd {
    padding: 0 3.62319vw;
    text-align: right;
  }
  .pTop .fv__count--con dl:nth-of-type(2) dd span {
    display: block;
    width: 100%;
    margin-bottom: -1.93237vw;
    text-align: center;
  }
  .pTop .fv__count--con dl:nth-of-type(3) {
    width: 34.54106vw;
  }
  .pTop .cta {
    background: #fff;
    padding: 13.52657vw 0 13.52657vw;
  }
  .pTop .cta__intro {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 6.52174vw;
    font-weight: 600;
    color: #000000;
  }
  .pTop .cta__intro span {
    color: #E56A54;
  }
  .pTop .cta__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.7971vw;
  }
  .pTop .cta__btn a {
    width: 84.54106vw;
    height: 17.8744vw;
    -moz-border-radius: 17.8744vw;
         border-radius: 17.8744vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 5.7971vw;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .cta__btn a::before {
    content: "";
    display: inline-block;
  }
  .pTop .cta__btn a::after {
    content: "";
    width: 3.38164vw;
    height: 2.70531vw;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__btn a:hover::after {
    -webkit-transform: translateX(1.20773vw);
       -moz-transform: translateX(1.20773vw);
        -ms-transform: translateX(1.20773vw);
            transform: translateX(1.20773vw);
  }
  .pTop .cta__btn a.mail {
    background: #000;
    color: #fff;
  }
  .pTop .cta__btn a.mail::before {
    width: 7.72947vw;
    height: 5.64734vw;
    background: url("../img/ctaMail.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 2.17391vw;
  }
  .pTop .cta__btn a.mail::after {
    margin-left: 2.41546vw;
    background: url("../img/ctaArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .cta__btn a.line {
    background: #fff;
    border: 2px solid #09A348;
    color: #09A348;
    margin-top: 3.86473vw;
  }
  .pTop .cta__btn a.line::before {
    width: 8.21256vw;
    height: 8.21256vw;
    background: url("../img/ctaLine.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.62319vw;
  }
  .pTop .cta__btn a.line::after {
    margin-left: 4.34783vw;
    background: url("../img/ctaArrow02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .concern {
    padding: 11.5942vw 0;
    background: url("../img/concernBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .concern__main .title {
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .pTop .concern__main .title span {
    font-size: 3.86473vw;
    line-height: 6.52174vw;
    font-weight: 600;
  }
  .pTop .concern__main .title h2 {
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 600;
  }
  .pTop .concern__main .list {
    margin-top: 7.72947vw;
  }
  .pTop .concern__main .list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 0 57.97101vw;
  }
  .pTop .concern__main .list ul::after {
    position: absolute;
    content: "";
    width: 76.28502vw;
    height: 58.00483vw;
    background: url("../img/concernIllus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pTop .concern__main .list ul li {
    background: #fff;
    color: #000000;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    width: 77.29469vw;
    height: 21.25604vw;
    text-align: center;
    -moz-border-radius: 21.73913vw;
         border-radius: 21.73913vw;
    padding: 3.62319vw 1.20773vw 4.10628vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .concern__main .list ul li::after {
    position: absolute;
    content: "";
  }
  .pTop .concern__main .list ul li:nth-of-type(odd) {
    margin-right: auto;
  }
  .pTop .concern__main .list ul li:nth-of-type(odd)::after {
    width: 5.31401vw;
    height: 4.24155vw;
    background: url("../img/concernArrowOdd.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -4.24155vw;
    left: 6.28019vw;
  }
  .pTop .concern__main .list ul li:nth-of-type(even) {
    margin-left: auto;
  }
  .pTop .concern__main .list ul li:nth-of-type(even)::after {
    width: 5.31401vw;
    height: 4.24155vw;
    background: url("../img/concernArrowEven.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -4.24155vw;
    right: 7.97101vw;
  }
  .pTop .concern__main .list ul li + li {
    margin-top: 4.10628vw;
  }
  .pTop .concern__main .list ul li:nth-of-type(5) {
    width: 91.78744vw;
    margin-top: 5.31401vw;
  }
  .pTop .concern__main .list ul li span {
    color: #295781;
    font-size: 4.83092vw;
    line-height: 1.5;
  }
  .pTop .concern__main .note {
    margin-top: 23.18841vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
  }
  .pTop .concern__main .note::before {
    position: absolute;
    content: "";
    width: 1.20773vw;
    height: 13.52657vw;
    background: url("../img/concernArrow06.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -17.3913vw;
  }
  .pTop .concern__main .note small {
    font-size: 4.83092vw;
    line-height: 6.52174vw;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 1.93237vw;
  }
  .pTop .concern__main .note em {
    font-size: 8.21256vw;
    line-height: 12.31884vw;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    display: inline;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .concern__main .note em span {
    color: #E56A54;
  }
  .pTop .service {
    background: url("../img/serviceBg_sp.webp") top right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 13.52657vw 0;
  }
  .pTop .service__main {
    padding: 0 3.62319vw;
  }
  .pTop .service__main .title {
    text-align: center;
  }
  .pTop .service__main .title span {
    font-size: 3.86473vw;
    line-height: 6.52174vw;
    font-weight: 600;
    color: #4A4A4A;
  }
  .pTop .service__main .title h2 {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .service__main .list {
    width: 100%;
    margin-top: 9.66184vw;
  }
  .pTop .service__main .list article {
    background: #fff;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    padding: 7.72947vw 4.10628vw;
  }
  .pTop .service__main .list article figure {
    width: 42.99517vw;
    margin: auto;
  }
  .pTop .service__main .list article figure img {
    width: 100%;
    height: 42.99517vw;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .service__main .list article .arCon {
    margin-top: 5.7971vw;
  }
  .pTop .service__main .list article .arCon h3 {
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 600;
    color: #000;
    padding: 0 0 0 4.34783vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .service__main .list article .arCon h3::before {
    position: absolute;
    content: "";
    width: 2.41546vw;
    height: 2.41546vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #E56A54;
    left: 0;
    top: 3.01932vw;
  }
  .pTop .service__main .list article .arCon .txt {
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 3.86473vw;
  }
  .pTop .service__main .list article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .service__main .list article + article {
    margin-top: 7.72947vw;
  }
  .pTop .point {
    background: #fff;
    padding: 13.52657vw 0 0;
  }
  .pTop .point__main .title {
    text-align: center;
  }
  .pTop .point__main .title span {
    font-size: 3.86473vw;
    line-height: 6.52174vw;
    font-weight: 600;
    color: #4A4A4A;
  }
  .pTop .point__main .title h2 {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
  }
  .pTop .point__main .title h2 em {
    font-style: normal;
    color: #E56A54;
  }
  .pTop .point__main .list {
    counter-reset: ar;
    margin-top: 9.66184vw;
  }
  .pTop .point__main .list article {
    counter-increment: ar;
    padding: 0 0 7.72947vw;
    border-bottom: 1px solid #A19161;
  }
  .pTop .point__main .list article figure {
    width: 100%;
  }
  .pTop .point__main .list article figure img {
    width: 100%;
    height: 52.17391vw;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .point__main .list article .arCon {
    width: 100%;
    margin-top: 5.7971vw;
  }
  .pTop .point__main .list article .arCon h3 {
    position: relative;
    padding: 0vw 0 0vw 15.21739vw;
    font-size: 5.7971vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
  }
  .pTop .point__main .list article .arCon h3::before, .pTop .point__main .list article .arCon h3::after {
    position: absolute;
    width: 9.42029vw;
    text-align: center;
    left: 0;
  }
  .pTop .point__main .list article .arCon h3::before {
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    -webkit-columns: #4A4A4A;
       -moz-columns: #4A4A4A;
            columns: #4A4A4A;
    content: "POINT";
    top: 1.69082vw;
  }
  .pTop .point__main .list article .arCon h3::after {
    font-size: 10.14493vw;
    line-height: 1;
    font-family: "Minion";
    color: #E56A54;
    content: counter(ar, decimal-leading-zero);
    top: 5.31401vw;
    font-weight: 400;
  }
  .pTop .point__main .list article .arCon .txt {
    font-size: 3.86473vw;
    line-height: 1.6;
    color: #000000;
    margin-top: 3.86473vw;
  }
  .pTop .point__main .list article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .point__main .list article + article {
    margin-top: 7.72947vw;
  }
  .pTop .work {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 13.52657vw 0 0;
  }
  .pTop .work::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 69.56522vw;
    background: url("../img/caseBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .work .title {
    text-align: center;
  }
  .pTop .work .title span {
    font-size: 3.86473vw;
    line-height: 6.52174vw;
    font-weight: 600;
    color: #fff;
  }
  .pTop .work .title h2 {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  .pTop .work .box {
    max-width: 84.54106vw;
    width: 100%;
    margin: 11.5942vw auto 0;
    background: #fff;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    border: 1px solid #E5E5E5;
    padding: 5.7971vw 4.34783vw 7.72947vw;
    -moz-box-shadow: 0 0vw 5vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0vw 5vw rgba(0, 0, 0, 0.1);
  }
  .pTop .work .box .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -2.89855vw;
  }
  .pTop .work .box .list article {
    width: 75.36232vw;
    margin: 2.89855vw;
    border: 1px solid #E56A54;
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 5.55556vw 5.7971vw 3.86473vw;
  }
  .pTop .work .box .list article h3 {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4.83092vw;
  }
  .pTop .work .box .list article h3::after {
    content: "様";
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 700;
    color: #E56A54;
  }
  .pTop .work .box .list article dl dt {
    text-align: center;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 500;
    background: #000;
    background: #E56A54;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    padding: 2.17391vw;
  }
  .pTop .work .box .list article dl dd {
    min-height: 20.77295vw;
    padding: 3.62319vw 0;
  }
  .pTop .work .box .list article dl dd .media {
    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 .work .box .list article dl dd .media span {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 6.52174vw;
    margin-bottom: 0.48309vw;
  }
  .pTop .work .box .list article dl dd .media span::before {
    content: "";
  }
  .pTop .work .box .list article dl dd .media span.tiktok::before {
    width: 5.04831vw;
    height: 5.04831vw;
    background: url("../img/tiktok.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.47343vw;
  }
  .pTop .work .box .list article dl dd .media span.insta::before {
    width: 4.98792vw;
    height: 5.07246vw;
    background: url("../img/instagram.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.53382vw;
  }
  .pTop .work .box .list article dl dd .media span.youtube::before {
    width: 6.03865vw;
    height: 4.34783vw;
    background: url("../img/youtube.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.69082vw;
  }
  .pTop .work .box .list article dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -1.44928vw;
  }
  .pTop .work .box .list article dl dd ul li {
    width: 50%;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.38164vw;
    margin-bottom: 1.44928vw;
  }
  .pTop .work .box .list article dl dd ul li::before {
    content: "";
    position: absolute;
    width: 1.44928vw;
    height: 1.44928vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 2.17391vw;
    background: #E56A54;
  }
  .pTop .work .box .list article dl dd ul li.full {
    width: 100%;
  }
  .pTop .work .box .note {
    margin-top: 5.7971vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .pTop .work .box .note small {
    font-size: 3.1401vw;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    margin-top: 1.93237vw;
  }
  .pTop .voice {
    margin-top: 11.5942vw;
  }
  .pTop .voice__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #E56A54;
  }
  .pTop .voice__main--slider {
    margin-top: 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .voice__main--slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .voice__main--slider article {
    width: 84.54106vw;
    height: auto;
    border: 1px solid #E56A54;
    background: #fff;
    padding: 5.7971vw 3.86473vw 5.55556vw;
    margin: 0 7.72947vw;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
  }
  .pTop .voice__main--slider article figure {
    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 .voice__main--slider article figure img {
    width: 32.85024vw;
    height: 32.85024vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5.7971vw;
  }
  .pTop .voice__main--slider article figure::before {
    content: 'VOICE';
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #4a4a4a;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0.96618vw;
  }
  .pTop .voice__main--slider article figure::after {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    content: attr(data-num);
    font-family: "Minion";
    font-weight: 400;
    font-size: 7.72947vw;
    line-height: 1;
    color: #E56A54;
    margin-right: 3.86473vw;
  }
  .pTop .voice__main--slider article .arCon {
    margin-top: 4.58937vw;
  }
  .pTop .voice__main--slider article .arCon h3 {
    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;
    line-height: 0;
  }
  .pTop .voice__main--slider article .arCon h3 span {
    font-size: 4.83092vw;
    line-height: 7.24638vw;
    font-weight: 600;
  }
  .pTop .voice__main--slider article .arCon .txt {
    margin-top: 3.86473vw;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .voice__main--slider article .arCon .txt span {
    font-weight: 600;
    color: #E56A54;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffe47a 70%, #ffe47a 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .voice__main--slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.1401vw;
    height: 11.35266vw;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: url("../img/voiceCtrl_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: 99;
  }
  .pTop .voice__main--slider .slick-prev {
    left: 1.69082vw;
  }
  .pTop .voice__main--slider .slick-next {
    right: 1.69082vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .company {
    background: url("../img/companyBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 15.45894vw 0 17.3913vw;
  }
  .pTop .company__main .list {
    width: 100%;
  }
  .pTop .company__main .list ul {
    width: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pTop .company__main .list ul li {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #fff;
  }
  .pTop .company__main .list ul li + li {
    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 .company__main .list ul li + li::before {
    content: "";
    width: 5.81643vw;
    height: 5.81643vw;
    background: url("../img/companyCross.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 3.86473vw 0;
  }
  .pTop .company__main .right {
    width: 100%;
    margin-top: 11.80435vw;
    text-align: center;
  }
  .pTop .company__main .right h2 {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  .pTop .company__main .right .btnCom {
    margin-top: 5.7971vw;
    text-align: center;
  }
  .pTop .company__main .right .btnCom a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 84.54106vw;
    height: 17.8744vw;
    background: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    -moz-border-radius: 11.13043vw;
         border-radius: 11.13043vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .company__main .right .btnCom a::after {
    position: absolute;
    content: "";
    width: 3.38164vw;
    height: 2.70531vw;
    background: url("../img/companyArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.74879vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .company__main .right .btnCom a:hover::after {
    -webkit-transform: translateX(2.41546vw) translateY(-50%);
       -moz-transform: translateX(2.41546vw) translateY(-50%);
        -ms-transform: translateX(2.41546vw) translateY(-50%);
            transform: translateX(2.41546vw) translateY(-50%);
  }
  .pTop .contact {
    background: #F8F8F8;
    padding: 11.5942vw 0 13.52657vw;
  }
  .pTop .contact__main .intro {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 15.21739vw;
    font-weight: 600;
    margin-top: 5.7971vw;
  }
  .pTop .contact__main .form {
    max-width: 92.75362vw;
    width: 100%;
    margin: 5.7971vw auto 0;
    background: #fff;
    padding: 7.72947vw 3.86473vw;
  }
  .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;
    width: 100%;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3.86473vw;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.66184vw;
    height: 4.83092vw;
    background: #C03A3A;
    color: #fff;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .pTop .contact__main .form dl dt.any::after {
    content: "任意";
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.66184vw;
    height: 4.83092vw;
    background: #999999;
    color: #fff;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .pTop .contact__main .form dl dd {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .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%;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    outline: none;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    padding: 2.657vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .pTop .contact__main .form dl dd .wrapInput textarea {
    height: 48.30918vw;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    outline: none;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    padding: 2.657vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    content: "";
    position: absolute;
    width: 3.98551vw;
    height: 2.17391vw;
    background: url("../img/contactSel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.21981vw;
    pointer-events: none;
  }
  .pTop .contact__main .form dl dd p {
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    margin-top: 1.93237vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 7.72947vw;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 7.72947vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .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 {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    color: #000;
    padding: 0 0 0 5.55556vw;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.62319vw;
    height: 3.62319vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 0;
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 5.7971vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 84.54106vw;
    height: 15.94203vw;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    background: #E56A54;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
  }
  .pTop .contact__main .form .wrapBtn button::after {
    content: "";
    position: absolute;
    width: 2.89855vw;
    height: 2.31884vw;
    background: url("../img/contactArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7.8744vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .wrapBtn button:hover {
    opacity: 1;
  }
  .pTop .contact__main .form .wrapBtn button:hover::after {
    right: 4.97585vw;
  }
  .pChild__title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.32%, #FFB7AA), color-stop(93.85%, #E56A54));
    background: -webkit-linear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: -moz- oldlinear-gradient(top, #FFB7AA -1.32%, #E56A54 93.85%);
    background: linear-gradient(180deg, #FFB7AA -1.32%, #E56A54 93.85%);
    padding: 9.42029vw 0 9.66184vw;
    text-align: center;
    color: #fff;
  }
  .pChild__title span {
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  .pChild__title h2 {
    font-size: 8.69565vw;
    line-height: 1;
    font-family: "Minion";
    color: #fff;
    margin-top: 1.44928vw;
  }
  .pChild__breadcrum {
    margin-top: 6.64251vw;
  }
  .pChild__breadcrum ul {
    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;
  }
  .pChild__breadcrum ul li {
    font-size: 3.38164vw;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
  }
  .pChild__breadcrum ul li a {
    font-size: 3.38164vw;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
  }
  .pChild__breadcrum ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__breadcrum ul li + li::before {
    content: ">";
    font-size: 3.38164vw;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 0 0.96618vw;
  }
  .pChild__company {
    margin-top: 11.5942vw;
    padding-bottom: 19.32367vw;
  }
  .pChild__company article h3 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 600;
    color: #E56A54;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__company article h3::before {
    position: absolute;
    content: attr(data-en);
    font-size: 7.72947vw;
    line-height: 1;
    font-family: "Minion";
    font-weight: 400;
    color: #FFEBE8;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -1.93237vw;
    z-index: -1;
    white-space: nowrap;
  }
  .pChild__company article .arMain {
    margin: 7.72947vw 0 0;
  }
  .pChild__company article .arMain figure {
    width: 100%;
  }
  .pChild__company article .arMain figure img {
    width: 100%;
    height: 52.17391vw;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pChild__company article .arMain .con {
    width: 100%;
    margin-top: 5.7971vw;
  }
  .pChild__company article .arMain .con p {
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
  }
  .pChild__company article .arMain .con p + p {
    margin-top: 6.18357vw;
  }
  .pChild__company article .arInfo {
    margin-top: 7.72947vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pChild__company article .arInfo .list {
    width: 100%;
    margin-top: 5.7971vw;
  }
  .pChild__company article .arInfo .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 5.7971vw;
    border-bottom: 1px solid #EBEBEB;
  }
  .pChild__company article .arInfo .list dl + dl {
    margin-top: 5.7971vw;
  }
  .pChild__company article .arInfo .list dl dt {
    width: 23.18841vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 500;
    color: #EF908E;
  }
  .pChild__company article .arInfo .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
  .pChild__company article .arInfo .list dl dd a {
    text-decoration: underline;
  }
  .pChild__company article .arInfo .map {
    width: 100%;
    line-height: 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .pChild__company article .arInfo .map iframe {
    width: 100%;
    height: 52.17391vw;
  }
  .pChild__company article + article {
    margin-top: 15.45894vw;
  }
  .pChild__policy {
    font-size: 3.86473vw;
    line-height: 6.18357vw;
    font-weight: 400;
    color: #000;
    padding-bottom: 14.49275vw;
    margin-top: 9.66184vw;
  }
  .pChild__policy p {
    margin-bottom: 6.18357vw;
  }
  .pChild__policy dl {
    margin-bottom: 13.1401vw;
  }
  .pChild .container {
    min-height: 100%;
    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;
  }
  .pChild .container main, .pChild .container .footer {
    width: 100%;
  }
  .pChild .container .footer {
    margin-top: auto;
  }
  .pChild__thanks {
    margin-top: 9.66184vw;
    padding-bottom: 19.32367vw;
    text-align: center;
  }
  .pChild__thanks h2 {
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 600;
    color: #EF908E;
  }
  .pChild__thanks p {
    font-size: 3.86473vw;
    line-height: 6.18357vw;
    font-weight: 400;
    color: #000;
    margin-top: 5.7971vw;
  }
  .pChild__thanks .backTop {
    margin-top: 15.45894vw;
  }
  .pChild__thanks .backTop a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 78.01932vw;
    height: 14.00966vw;
    -moz-border-radius: 7.97101vw;
         border-radius: 7.97101vw;
    border: 2px solid #EF908E;
    background: #fff;
    font-size: 4.34783vw;
    line-height: 1.7;
    font-weight: 700;
    color: #EF908E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__thanks .backTop a::before {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.10628vw;
    background: url("../img/arrowTop.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__thanks .backTop a:hover {
    opacity: 1;
    background: #E56A54;
    border-color: #fff;
    color: #fff;
  }
  .pChild__thanks .backTop a:hover::before {
    background: url("../img/arrowTop_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

.pTop .faq__main .list dl dd {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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