@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: 'Proxima Nova Light';
  src: url("../fonts/proximanova_light.otf");
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/proximanova_regular.ttf");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

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

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: #131311;
  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: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .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;
  }
  .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: 252px;
    height: 51px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #131311;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #131311;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnCom a::after {
    content: "";
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/headerArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 8px;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnCom a:hover {
    opacity: 1;
    background: #fff;
    color: #131313;
  }
  .btnCom a:hover::after {
    background: url("../img/headerArrow_hr.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 56px 14px 24px;
  }
  .header__main--logo {
    line-height: 0;
    width: 225.74px;
  }
  .header__main--logo a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .menu_icon {
    width: 40px;
    height: 28px;
    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: 40px;
    height: 28px;
    -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: 40px;
    height: 28px;
  }
  .header__main--right .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #131311;
    -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: #131311;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #131311;
    -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: #131311;
    -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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .nav {
    position: absolute;
    width: 414px;
    top: 100%;
    right: 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 81px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right .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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .nav ul {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 0 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .nav ul li {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right .nav ul li a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #131311;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .nav ul li a {
    display: block;
    padding: 0 0 16px;
    border-bottom: 1px solid #E3E3E3;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right .nav ul li + li {
    margin-left: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right .nav ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--right .nav .btnCom {
    display: none;
  }
  .header__main--right > .btnCom {
    margin-left: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right > .btnCom {
    margin-left: 0;
    margin-right: 16px;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    margin-top: 80px;
  }
  .footer__top::after {
    content: "";
    clear: both;
    display: table;
  }
  .footer__top--logo {
    float: left;
    width: 252px;
    line-height: 0;
  }
  .footer__top--logo a {
    display: block;
    line-height: 0;
    width: 226px;
  }
  .footer__top--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__top--info {
    float: right;
    width: -webkit-calc(100% - 252px);
    width: -moz-calc(100% - 252px);
    width: calc(100% - 252px);
    padding-left: 98px;
  }
  .footer__top--info dl {
    font-size: 16px;
    line-height: 1.6;
  }
  .footer__top--info dl dt {
    font-weight: 600;
  }
  .footer__top--info dl dd {
    font-weight: 400;
  }
  .footer__top--info dl + dl {
    margin-top: 8px;
  }
  .footer__top--btn {
    width: 252px;
    float: left;
    margin-top: 12px;
  }
  .footer__bot {
    margin-top: 80px;
    background: #131311;
    text-align: center;
    padding: 24px 0;
  }
  .footer__bot p {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .footer__bot p + p {
    margin-top: 24px;
  }
  .footer__bot p a {
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
  }
  .pTop .fv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .pTop .fv__main h2 {
    font-size: 44px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  .pTop .fv__main .figs {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    text-align: right;
  }
  .pTop .fv__main .figs img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .pTop .fv__main .list {
    margin: 8px -8px -8px;
    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 .fv__main .list li {
    width: 152px;
    height: 152px;
    margin: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.08);
         box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.08);
    font-size: 22px;
    line-height: 1.65;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main .list li::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: -moz-calc(100% - 12px);
    height: calc(100% - 12px);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #EFEFEF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .news {
    margin-top: 38.63px;
  }
  .pTop .news__main {
    background: #fff;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    padding: 40px 48px;
  }
  .pTop .news__main::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .news__main h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    width: 161px;
    float: left;
  }
  .pTop .news__main ul {
    float: right;
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    padding-left: 88px;
  }
  .pTop .news__main ul li {
    width: 100%;
  }
  .pTop .news__main ul li + li {
    margin-top: 12px;
  }
  .pTop .news__main ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .news__main ul li a span {
    width: 112px;
    height: 35px;
    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;
    background: #EFEFEF;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 99px;
         border-radius: 99px;
    margin-right: 16px;
  }
  .pTop .news__main ul li a time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 24px;
  }
  .pTop .news__main ul li a p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pTop .news__main .btn {
    width: 161px;
  }
  .pTop .news__main .btn a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    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;
  }
  .pTop .news__main .btn a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/btnArrow2.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 4px;
    margin-top: 2px;
  }
  .pTop h2[data-en] {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: 0.02em;
  }
  .pTop h2[data-en]::after {
    position: absolute;
    content: attr(data-en);
    text-transform: capitalize;
    font-family: 'Proxima Nova Light';
    letter-spacing: 0;
    font-size: 93px;
    line-height: 1;
    font-weight: 200;
    color: #EFEFEF;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .pTop .point {
    padding: 68px 0 0;
  }
  .pTop .point__main {
    max-width: 1056px;
  }
  .pTop .point__main--ar {
    counter-reset: ar;
    margin-top: 56px;
  }
  .pTop .point__main--ar article {
    counter-increment: ar;
    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;
    -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 .point__main--ar article figure {
    width: 420px;
    margin: 0px 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .point__main--ar article figure {
    margin: 0px 14px;
    width: 320px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .point__main--ar article .arCon {
    width: 524px;
    margin: 0 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .point__main--ar article .arCon {
    margin: 0 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .point__main--ar article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .point__main--ar article .arCon h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .point__main--ar article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 80px;
    line-height: 1;
    font-family: "Proxima Nova Light";
    font-weight: 200;
    color: #EFEFEF;
    left: 0;
    top: -22px;
    z-index: -1;
  }
  .pTop .point__main--ar article .arCon p {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 24px;
  }
  .pTop .point__main--ar article + article {
    margin-top: 40px;
  }
  .pTop .point__main--ar 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 .noteCom {
    margin-top: 56px;
  }
  .pTop .noteCom {
    text-align: center;
  }
  .pTop .noteCom p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
  }
  .pTop .noteCom a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 499px;
    height: 77px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #131311;
    border: 1px solid #131311;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 12px;
  }
  .pTop .noteCom a::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 4px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .noteCom a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
  .pTop .noteCom a:hover::after {
    background: url("../img/btnArrow2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .plan {
    margin-top: 80px;
    padding: 68px 0 64px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/planBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .plan::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .plan__main h2 {
    color: #fff;
  }
  .pTop .plan__main h2::after {
    color: rgba(169, 169, 169, 0.3);
  }
  .pTop .plan__main--list {
    max-width: 800px;
    width: 100%;
    margin: 56px auto 0;
  }
  .pTop .plan__main--list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #fff;
    background: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main--list dl::after {
    position: absolute;
    content: "";
    width: 327px;
    height: 100%;
    background: #131311;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .pTop .plan__main--list dl dt {
    width: 327px;
    color: #fff;
    line-height: 0;
    padding: 23px;
  }
  .pTop .plan__main--list dl dt span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
  }
  .pTop .plan__main--list dl dt p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .plan__main--list dl dt small {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
    margin-top: 8px;
  }
  .pTop .plan__main--list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 16px 15px;
    text-align: right;
  }
  .pTop .plan__main--list dl dd p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
  }
  .pTop .plan__main--list dl dd p + .price {
    margin-top: 6px;
  }
  .pTop .plan__main--list dl dd .price {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .plan__main--list dl dd .price span {
    font-size: 24px;
    line-height: 1.2;
    font-size: 700;
    font-family: 'Open Sans',sans-serif;
  }
  .pTop .plan__main--list dl + dl {
    margin-top: 16px;
  }
  .pTop .plan__main--list h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 16px 0 12px;
  }
  .pTop .plan__main--list .note {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 8px;
    color: #fff;
  }
  .pTop .flow {
    padding: 84px 0 0;
  }
  .pTop .flow__main--con {
    margin-top: 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;
  }
  .pTop .flow__main--con figure, .pTop .flow__main--con picture {
    width: 478px;
  }
  .pTop .flow__main--con figure img, .pTop .flow__main--con picture img {
    width: 100%;
    height: auto;
  }
  .pTop .flow__main--con .list {
    width: 629px;
    margin-left: -107px;
    counter-reset: dl;
  }
  .pTop .flow__main--con .list dl {
    counter-increment: dl;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 13px 0 12px 135px;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  .pTop .flow__main--con .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    height: 100%;
    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;
    width: 119px;
    left: 0;
    top: 0;
    background: #131311;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-family: "Proxima Nova Regular";
    padding-left: 40px;
    clip-path: polygon(0 0, -webkit-calc(100% - 12px) 0, 100% 50%, -webkit-calc(100% - 12px) 100%, 0 100%);
    clip-path: polygon(0 0, -moz-calc(100% - 12px) 0, 100% 50%, -moz-calc(100% - 12px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  }
  .pTop .flow__main--con .list dl dt {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #131311;
  }
  .pTop .flow__main--con .list dl dd {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #131311;
  }
  .pTop .flow__main--con .list dl + dl {
    margin-top: 7px;
  }
  .pTop .flow__main .noteCom {
    margin-top: 44px;
  }
  .pTop .trainer {
    margin-top: 84px;
  }
  .pTop .trainer__main {
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 68px 72px 48px;
  }
  .pTop .trainer__main--list {
    margin-top: 56px;
  }
  .pTop .trainer__main--list article .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pTop .trainer__main--list article .intro figure {
    width: 256px;
    margin-right: 16px;
  }
  .pTop .trainer__main--list article .intro figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .pTop .trainer__main--list article .intro .right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .trainer__main--list article .intro .right h3 {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0 0 16px;
    border-bottom: 1px solid #ccc;
  }
  .pTop .trainer__main--list article .intro .right .desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 16px;
  }
  .pTop .trainer__main--list article .history {
    margin-top: 16px;
    background: #F5F5F5;
    padding: 24px 24px 30px;
  }
  .pTop .trainer__main--list article .history dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .trainer__main--list article .history dl dt {
    width: 112px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    -moz-border-radius: 99px;
         border-radius: 99px;
    background: #131311;
    margin-right: 16px;
  }
  .pTop .trainer__main--list article .history dl dd {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    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 .trainer__main--list article .history dl + dl {
    margin-top: 16px;
  }
  .pTop .trainer__main--list article + article {
    margin-top: 40px;
  }
  .pTop .faq {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .pTop .faq__main .list {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-top: 56px;
  }
  .pTop .faq__main .list dl dt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    padding: 20px 60px 20px 61px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #131311;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt i {
    position: absolute;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    font-family: "Proxima Nova Regular";
    color: #fff;
    top: 18px;
    left: 24px;
    font-weight: 400;
  }
  .pTop .faq__main .list dl dt::before, .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 1px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 28px;
  }
  .pTop .faq__main .list dl dt::after {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    margin-top: 16px;
    padding: 24px;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 16px;
  }
  .pTop .access {
    background: #F5F5F5;
    padding: 68px 0 64px;
  }
  .pTop .access__main h2 {
    color: #131311;
  }
  .pTop .access__main h2::after {
    color: #FFFFFF;
  }
  .pTop .access__main--con {
    margin-top: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-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: 1000px) {
  .pTop .access__main--con {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .access__main--con .info {
    width: 558px;
  }
  .pTop .access__main--con .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .access__main--con .info dl dt {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    width: 100px;
  }
  .pTop .access__main--con .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .access__main--con .info dl dd a {
    text-decoration: underline;
  }
  .pTop .access__main--con .info dl + dl {
    margin-top: 24px;
  }
  .pTop .access__main--con .map {
    width: 362px;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .access__main--con .map {
    width: 558px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .access__main--con .map iframe {
    width: 100%;
    height: 248px;
  }
  .pTop .access__main .noteCom {
    margin-top: 48px;
  }
  .pChild__main {
    padding-bottom: 40px;
  }
  .pChild__main--mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--mv picture {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
  }
  .pChild__main--mv h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
  }
  .pChild__main--breadcrum {
    max-width: 800px;
    margin-top: 24px;
  }
  .pChild__main--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__main--breadcrum ul li {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  .pChild__main--breadcrum ul li + li {
    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__main--breadcrum ul li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 4px;
  }
  .pChild__main--news {
    max-width: 800px;
  }
  .pChild__main--news .list {
    margin-top: 64px;
  }
  .pChild__main--news .list ul li {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E3E3;
  }
  .pChild__main--news .list ul li + li {
    margin-top: 24px;
  }
  .pChild__main--news .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--news .list ul li a span {
    width: 112px;
    height: 35px;
    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;
    background: #EFEFEF;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 99px;
         border-radius: 99px;
    margin-right: 16px;
  }
  .pChild__main--news .list ul li a time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 24px;
  }
  .pChild__main--news .list ul li a p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .pChild__main--news .wp-pagenavi {
    margin-top: 56px;
    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;
  }
  .pChild__main--news .wp-pagenavi .pages, .pChild__main--news .wp-pagenavi .previouspostslink, .pChild__main--news .wp-pagenavi .nextpostslink {
    display: none;
  }
  .pChild__main--news .wp-pagenavi .page, .pChild__main--news .wp-pagenavi .current {
    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: 48px;
    height: 48px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-size: 18px;
    line-height: 1;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0 4px;
  }
  .pChild__main--news .wp-pagenavi .current {
    background: #131311;
    color: #fff;
  }
  .pChild__main--news .wp-pagenavi .page {
    opacity: 1;
  }
  .pChild__main--news .wp-pagenavi .page:hover {
    background: #131311;
    color: #fff;
  }
  .pChild__main--news .detail {
    margin-top: 64px;
  }
  .pChild__main--news .detail h1 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
  }
  .pChild__main--news .detail .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  .pChild__main--news .detail .meta span {
    width: 112px;
    height: 35px;
    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;
    background: #EFEFEF;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 99px;
         border-radius: 99px;
    margin-right: 16px;
  }
  .pChild__main--news .detail .meta time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 24px;
  }
  .pChild__main--news .detail .thumb {
    margin-top: 16px;
    width: 100%;
    line-height: 0;
  }
  .pChild__main--news .detail .thumb img {
    width: 100%;
    height: auto;
  }
  .pChild__main--news .detail .content {
    margin-top: 24px;
  }
  .pChild__main--news .detail .content h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #131311;
    padding: 12px 16px 12px 16px;
    border-left: 8px solid #131311;
    margin-bottom: 16px;
    background: #F5F5F5;
  }
  .pChild__main--news .detail .content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .pChild__main--news .detail .content h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 8px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 16px;
  }
  .pChild__main--news .detail .btnList {
    margin-top: 78px;
    text-align: center;
  }
  .pChild__main--news .detail .btnList 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: 252px;
    height: 51px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #131311;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #131311;
  }
  .pChild__main--news .detail .btnList a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
  .pChild__main--privacy {
    max-width: 800px;
    margin-top: 56px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
  .pChild__main--privacy p {
    margin-bottom: 25.6px;
  }
  .pChild__main--privacy dl {
    margin-bottom: 25.6px;
  }
  .pChild__main--privacy .btnTop {
    margin-top: 56px;
    text-align: center;
  }
  .pChild__main--privacy .btnTop 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: 252px;
    height: 51px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #131311;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #131311;
  }
  .pChild__main--privacy .btnTop a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
}

@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;
  }
  .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: 60.86957vw;
    height: 12.31884vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background: #131311;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #131311;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnCom a::after {
    content: "";
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/headerArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.93237vw;
    margin-top: 0.96618vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnCom a:hover {
    opacity: 1;
    background: #fff;
    color: #131313;
  }
  .btnCom a:hover::after {
    background: url("../img/headerArrow_hr.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.657vw 3.62319vw;
  }
  .header__main--logo {
    line-height: 0;
    width: 39.63768vw;
  }
  .header__main--logo a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right .menu_icon {
    width: 4.83092vw;
    height: 3.38164vw;
    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: #131311;
    -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: #131311;
  }
  .header__main--right .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #131311;
    -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: #131311;
    -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 .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--right .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--right .nav ul li {
    width: 100%;
  }
  .header__main--right .nav ul li a {
    font-size: 3.86473vw;
    line-height: 4.58937vw;
    font-weight: 600;
    color: #131311;
    display: block;
    width: 100%;
    padding: 0 0 3.86473vw;
    border-bottom: 1px solid #E3E3E3;
  }
  .header__main--right .nav ul li + li {
    margin-top: 3.86473vw;
  }
  .header__main--right .nav .btnCom {
    margin-top: 3.86473vw;
    margin-right: 0;
    padding-bottom: 11.5942vw;
  }
  .header__main--right > .btnCom {
    margin-right: 3.86473vw;
  }
  .header__main--right > .btnCom a {
    width: 36.95652vw;
    height: 7.72947vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    font-size: 2.657vw;
    line-height: 1.2;
  }
  .header__main--right > .btnCom a::after {
    width: 2.41546vw;
    height: 2.41546vw;
    margin-left: 0.96618vw;
    margin-top: 0.48309vw;
  }
  .header.active .header__main--right > .btnCom {
    display: none;
  }
  .footer {
    margin-top: 13.52657vw;
  }
  .footer__top--logo {
    width: 100%;
    line-height: 0;
    text-align: center;
  }
  .footer__top--logo a {
    display: inline-block;
    line-height: 0;
    width: 54.58937vw;
  }
  .footer__top--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__top--info {
    width: 100%;
    margin-top: 4.83092vw;
  }
  .footer__top--info dl {
    font-size: 3.86473vw;
    line-height: 1.6;
  }
  .footer__top--info dl dt {
    font-weight: 600;
  }
  .footer__top--info dl dd {
    font-weight: 400;
  }
  .footer__top--info dl + dl {
    margin-top: 1.93237vw;
  }
  .footer__top--btn {
    width: 100%;
    text-align: center;
    margin-top: 7.72947vw;
  }
  .footer__top--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 84.54106vw;
    height: 17.8744vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .footer__top--btn a::after {
    width: 4.83092vw;
    height: 4.83092vw;
    margin-left: 1.20773vw;
  }
  .footer__bot {
    margin-top: 13.52657vw;
    background: #131311;
    text-align: center;
    padding: 5.7971vw 0;
  }
  .footer__bot p {
    font-family: 'Open Sans',sans-serif;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .footer__bot p + p {
    margin-top: 5.7971vw;
  }
  .footer__bot p a {
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
  }
  .pTop .fv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main {
    padding-top: 5.7971vw;
    padding-bottom: 9.66184vw;
  }
  .pTop .fv__main h2 {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pTop .fv__main .figs {
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
    margin-top: 5.55556vw;
  }
  .pTop .fv__main .figs img {
    width: 100%;
    height: auto;
  }
  .pTop .fv__main .list {
    margin: -14.49275vw 0 0;
    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;
  }
  .pTop .fv__main .list li {
    width: 28.98551vw;
    height: 28.98551vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 1.90097vw 1.90097vw 4.5628vw rgba(0, 0, 0, 0.08);
         box-shadow: 1.90097vw 1.90097vw 4.5628vw rgba(0, 0, 0, 0.08);
    font-size: 4.10628vw;
    line-height: 1.65;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main .list li::after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 2.89855vw);
    width: -moz-calc(100% - 2.89855vw);
    width: calc(100% - 2.89855vw);
    height: -webkit-calc(100% - 2.89855vw);
    height: -moz-calc(100% - 2.89855vw);
    height: calc(100% - 2.89855vw);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #EFEFEF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
  }
  .pTop .fv__main .list li:last-of-type {
    line-height: 1.4;
  }
  .pTop .news {
    margin-top: 9.66184vw;
  }
  .pTop .news__main {
    background: #fff;
    -moz-box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
    padding: 7.72947vw 3.86473vw;
    width: 92.75362vw;
    margin: auto;
  }
  .pTop .news__main h2 {
    font-size: 6.28019vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .pTop .news__main h2 br {
    display: none;
  }
  .pTop .news__main ul {
    margin-top: 7.72947vw;
  }
  .pTop .news__main ul li {
    width: 100%;
  }
  .pTop .news__main ul li + li {
    margin-top: 5.7971vw;
  }
  .pTop .news__main ul li a {
    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;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .news__main ul li a span {
    width: 27.05314vw;
    height: 8.45411vw;
    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;
    background: #EFEFEF;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    margin-right: 3.86473vw;
  }
  .pTop .news__main ul li a time {
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 5.7971vw;
  }
  .pTop .news__main ul li a p {
    width: 100%;
    margin-top: 1.93237vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pTop .news__main .btn {
    margin-top: 5.7971vw;
    text-align: right;
  }
  .pTop .news__main .btn a {
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 400;
    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;
  }
  .pTop .news__main .btn a::after {
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/btnArrow2.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 0.96618vw;
    margin-top: 0.48309vw;
  }
  .pTop h2[data-en] {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    letter-spacing: 0.02em;
  }
  .pTop h2[data-en]::after {
    position: absolute;
    content: attr(data-en);
    text-transform: capitalize;
    font-family: 'Proxima Nova Light';
    letter-spacing: 0;
    font-size: 17.3913vw;
    line-height: 1;
    font-weight: 200;
    color: #EFEFEF;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.58937vw;
    z-index: -1;
  }
  .pTop .point {
    padding: 16.18357vw 0 0;
  }
  .pTop .point__main--ar {
    counter-reset: ar;
    margin-top: 13.52657vw;
  }
  .pTop .point__main--ar article {
    counter-increment: ar;
  }
  .pTop .point__main--ar article figure {
    width: 100%;
  }
  .pTop .point__main--ar article .arCon {
    margin-top: 7.72947vw;
  }
  .pTop .point__main--ar article .arCon h3 {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 3.86473vw;
  }
  .pTop .point__main--ar article .arCon h3::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 15.45894vw;
    line-height: 1;
    font-family: "Proxima Nova Light";
    font-weight: 200;
    color: #EFEFEF;
    left: 0;
    top: -3.86473vw;
    z-index: -1;
  }
  .pTop .point__main--ar article .arCon p {
    font-size: 3.86473vw;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 3.86473vw;
  }
  .pTop .point__main--ar article .arCon p br {
    display: none;
  }
  .pTop .point__main--ar article + article {
    margin-top: 7.72947vw;
  }
  .pTop .point__main .noteCom {
    margin-top: 7.72947vw;
  }
  .pTop .noteCom {
    text-align: center;
  }
  .pTop .noteCom p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .pTop .noteCom a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 84.54106vw;
    height: 17.8744vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: 700;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: #131311;
    border: 1px solid #131311;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 1.93237vw;
  }
  .pTop .noteCom a::after {
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 0.48309vw;
    margin-left: 1.20773vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .noteCom a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
  .pTop .noteCom a:hover::after {
    background: url("../img/btnArrow2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .plan {
    margin-top: 13.52657vw;
    padding: 15.70048vw 0 11.5942vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/planBg_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .plan::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .plan__main h2 {
    color: #fff;
  }
  .pTop .plan__main h2::after {
    color: rgba(169, 169, 169, 0.3);
  }
  .pTop .plan__main--list {
    width: 100%;
    margin: 11.5942vw auto 0;
  }
  .pTop .plan__main--list dl {
    border: 1px solid #fff;
    background: #fff;
  }
  .pTop .plan__main--list dl dt {
    width: 100%;
    color: #fff;
    line-height: 0;
    padding: 3.86473vw;
    background: #131311;
  }
  .pTop .plan__main--list dl dt span {
    font-size: 3.62319vw;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1.93237vw;
  }
  .pTop .plan__main--list dl dt p {
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .plan__main--list dl dt small {
    font-size: 3.1401vw;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
    margin-top: 1.93237vw;
  }
  .pTop .plan__main--list dl dd {
    width: 100%;
    padding: 3.86473vw;
  }
  .pTop .plan__main--list dl dd p {
    font-size: 3.1401vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .pTop .plan__main--list dl dd p + .price {
    margin-top: 1.44928vw;
  }
  .pTop .plan__main--list dl dd .price {
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .plan__main--list dl dd .price span {
    font-size: 5.7971vw;
    line-height: 1.2;
    font-size: 700;
    font-family: 'Open Sans',sans-serif;
  }
  .pTop .plan__main--list dl + dl {
    margin-top: 5.7971vw;
  }
  .pTop .plan__main--list h3 {
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 5.7971vw 0 1.93237vw;
  }
  .pTop .plan__main--list .note {
    font-size: 3.38164vw;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 8px;
    color: #fff;
  }
  .pTop .flow {
    padding: 17.63285vw 0 0;
  }
  .pTop .flow__main--con {
    margin-top: 11.5942vw;
  }
  .pTop .flow__main--con figure, .pTop .flow__main--con picture {
    width: 92.75362vw;
  }
  .pTop .flow__main--con figure img, .pTop .flow__main--con picture img {
    width: 100%;
    height: auto;
  }
  .pTop .flow__main--con .list {
    width: 100%;
    margin-top: 3.86473vw;
    counter-reset: dl;
  }
  .pTop .flow__main--con .list dl {
    counter-increment: dl;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.86473vw 3.86473vw 3.86473vw 21.25604vw;
    background: #fff;
    -moz-box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
  }
  .pTop .flow__main--con .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    height: 13.52657vw;
    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;
    width: 21.25604vw;
    left: -3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #131311;
    color: #fff;
    font-size: 7.72947vw;
    line-height: 1;
    font-family: "Proxima Nova Regular";
    padding-left: 5.7971vw;
    clip-path: polygon(0 0, -webkit-calc(100% - 2.89855vw) 0, 100% 50%, -webkit-calc(100% - 2.89855vw) 100%, 0 100%);
    clip-path: polygon(0 0, -moz-calc(100% - 2.89855vw) 0, 100% 50%, -moz-calc(100% - 2.89855vw) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 2.89855vw) 0, 100% 50%, calc(100% - 2.89855vw) 100%, 0 100%);
  }
  .pTop .flow__main--con .list dl dt {
    font-size: 4.34783vw;
    line-height: 1.2;
    font-weight: 700;
    color: #131311;
  }
  .pTop .flow__main--con .list dl dd {
    font-size: 3.38164vw;
    line-height: 1.6;
    font-weight: 400;
    color: #131311;
    margin-top: 0.96618vw;
  }
  .pTop .flow__main--con .list dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .flow__main .noteCom {
    margin-top: 7.72947vw;
  }
  .pTop .trainer {
    margin-top: 13.52657vw;
  }
  .pTop .trainer__main {
    -moz-box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 5.7971vw rgba(0, 0, 0, 0.08);
    background: #fff;
    padding-top: 13.76812vw;
    padding-bottom: 9.66184vw;
    max-width: 92.75362vw;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .pTop .trainer__main--list {
    padding: 0 3.86473vw;
    margin-top: 11.5942vw;
  }
  .pTop .trainer__main--list article .intro figure {
    width: 100%;
  }
  .pTop .trainer__main--list article .intro figure img {
    width: 100%;
    height: 52.17391vw;
    object-fit: cover;
  }
  .pTop .trainer__main--list article .intro .right {
    margin-top: 3.86473vw;
  }
  .pTop .trainer__main--list article .intro .right h3 {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0 0 3.86473vw;
    border-bottom: 1px solid #ccc;
  }
  .pTop .trainer__main--list article .intro .right .desc {
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 3.86473vw;
  }
  .pTop .trainer__main--list article .history {
    margin-top: 3.86473vw;
    background: #F5F5F5;
    padding: 5.7971vw 3.86473vw;
  }
  .pTop .trainer__main--list article .history dl dt {
    width: 27.05314vw;
    height: 7.97101vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.38164vw;
    line-height: 1.2;
    font-weight: 500;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    background: #131311;
  }
  .pTop .trainer__main--list article .history dl dd {
    font-size: 3.38164vw;
    line-height: 1.6;
    font-weight: 400;
    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;
    margin-top: 1.93237vw;
  }
  .pTop .trainer__main--list article .history dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .trainer__main--list article + article {
    margin-top: 7.72947vw;
  }
  .pTop .faq {
    padding-top: 17.63285vw;
    padding-bottom: 0vw;
  }
  .pTop .faq__main .list {
    width: 100%;
    margin-top: 11.5942vw;
  }
  .pTop .faq__main .list dl dt {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    padding: 3.86473vw 12.07729vw 3.86473vw 11.35266vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #131311;
    cursor: pointer;
  }
  .pTop .faq__main .list dl dt i {
    position: absolute;
    font-style: normal;
    font-size: 5.7971vw;
    line-height: 1;
    font-family: "Proxima Nova Regular";
    color: #fff;
    top: 3.86473vw;
    left: 3.86473vw;
    font-weight: 400;
  }
  .pTop .faq__main .list dl dt::before, .pTop .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 4.10628vw;
    height: 1px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.58937vw;
  }
  .pTop .faq__main .list dl dt::after {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .faq__main .list dl dt.active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pTop .faq__main .list dl dd {
    margin-top: 3.86473vw;
    padding: 5.7971vw;
    background: #F5F5F5;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .faq__main .list dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .access {
    padding: 17.63285vw 0 0vw;
  }
  .pTop .access__main--con {
    margin-top: 13.52657vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pTop .access__main--con .map {
    width: 100%;
    line-height: 0;
  }
  .pTop .access__main--con .map iframe {
    width: 100%;
    height: 59.42029vw;
  }
  .pTop .access__main--con .info {
    width: 100%;
    margin-top: 5.7971vw;
  }
  .pTop .access__main--con .info dl dt {
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 600;
  }
  .pTop .access__main--con .info dl dd {
    width: 100%;
    margin-top: 1.93237vw;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .pTop .access__main--con .info dl dd a {
    text-decoration: underline;
  }
  .pTop .access__main--con .info dl + dl {
    margin-top: 1.93237vw;
  }
  .pTop .access__main .noteCom {
    margin-top: 11.5942vw;
  }
  .pChild__main {
    padding-bottom: 5.7971vw;
  }
  .pChild__main--mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--mv picture {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
  }
  .pChild__main--mv h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
  }
  .pChild__main--breadcrum {
    margin-top: 5.7971vw;
  }
  .pChild__main--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__main--breadcrum ul li {
    font-size: 3.38164vw;
    line-height: 1.2;
    font-weight: 400;
  }
  .pChild__main--breadcrum ul li + li {
    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__main--breadcrum ul li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 0.96618vw;
  }
  .pChild__main--news .list {
    margin-top: 13.52657vw;
  }
  .pChild__main--news .list ul li {
    width: 100%;
    padding-bottom: 3.86473vw;
    border-bottom: 1px solid #E3E3E3;
  }
  .pChild__main--news .list ul li + li {
    margin-top: 5.7971vw;
  }
  .pChild__main--news .list ul li a {
    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;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__main--news .list ul li a span {
    width: 27.05314vw;
    height: 8.45411vw;
    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;
    background: #EFEFEF;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    margin-right: 3.86473vw;
  }
  .pChild__main--news .list ul li a time {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 5.7971vw;
  }
  .pChild__main--news .list ul li a p {
    width: 100%;
    margin-top: 2.89855vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pChild__main--news .wp-pagenavi {
    margin-top: 13.52657vw;
    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;
  }
  .pChild__main--news .wp-pagenavi .pages, .pChild__main--news .wp-pagenavi .previouspostslink, .pChild__main--news .wp-pagenavi .nextpostslink {
    display: none;
  }
  .pChild__main--news .wp-pagenavi .page, .pChild__main--news .wp-pagenavi .current {
    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: 11.5942vw;
    height: 11.5942vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    border: 1px solid #E3E3E3;
    font-size: 4.34783vw;
    line-height: 1;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0 0.96618vw;
  }
  .pChild__main--news .wp-pagenavi .current {
    background: #131311;
    color: #fff;
  }
  .pChild__main--news .wp-pagenavi .page {
    opacity: 1;
  }
  .pChild__main--news .wp-pagenavi .page:hover {
    background: #131311;
    color: #fff;
  }
  .pChild__main--news .detail {
    margin-top: 13.52657vw;
  }
  .pChild__main--news .detail h1 {
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pChild__main--news .detail .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.86473vw;
  }
  .pChild__main--news .detail .meta span {
    width: 27.05314vw;
    height: 8.45411vw;
    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;
    background: #EFEFEF;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 400;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    margin-right: 3.86473vw;
  }
  .pChild__main--news .detail .meta time {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    margin-right: 5.7971vw;
  }
  .pChild__main--news .detail .thumb {
    margin-top: 3.86473vw;
    width: 100%;
    line-height: 0;
  }
  .pChild__main--news .detail .thumb img {
    width: 100%;
    height: auto;
  }
  .pChild__main--news .detail .content {
    margin-top: 3.86473vw;
  }
  .pChild__main--news .detail .content h2 {
    display: block;
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    color: #131311;
    padding: 2.89855vw 3.86473vw 2.89855vw 3.86473vw;
    border-left: 1.93237vw solid #131311;
    margin-bottom: 3.86473vw;
    background: #F5F5F5;
  }
  .pChild__main--news .detail .content p {
    font-size: 3.86473vw;
    line-height: 1.6;
    margin-bottom: 5.7971vw;
  }
  .pChild__main--news .detail .content h3 {
    display: block;
    font-size: 4.34783vw;
    line-height: 7.24638vw;
    font-weight: 700;
    padding: 0 0 1.93237vw;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 3.86473vw;
  }
  .pChild__main--news .detail .btnList {
    margin-top: 13.52657vw;
    text-align: center;
  }
  .pChild__main--news .detail .btnList 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: 60.86957vw;
    height: 12.31884vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: #131311;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #131311;
  }
  .pChild__main--news .detail .btnList a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
  .pChild__main--privacy {
    margin-top: 13.52657vw;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .pChild__main--privacy p {
    margin-bottom: 6.18357vw;
  }
  .pChild__main--privacy dl {
    margin-bottom: 6.18357vw;
  }
  .pChild__main--privacy .btnTop {
    margin-top: 13.52657vw;
    text-align: center;
  }
  .pChild__main--privacy .btnTop 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: 60.86957vw;
    height: 12.31884vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: #131311;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #131311;
  }
  .pChild__main--privacy .btnTop a:hover {
    opacity: 1;
    color: #131311;
    background: #fff;
  }
}

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

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