@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: 'AP-Bold';
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.otf");
}

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

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

a:hover {
  text-decoration: none;
}

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

a {
  color: #333232;
}

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: #666666;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 300;
  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;
}

.t-center{text-align: center;}

@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;
  }
  .header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header.active .header__main--logo a {
    background: url("../img/logoW.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .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-top: 31px;
    padding-bottom: 31px;
  }
  .header__main--logo {
    width: 181px;
    height: 0;
    padding-top: 43px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--logo a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header .menu_icon {
    width: 60px;
    height: 38px;
    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;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-30deg);
       -moz-transform: translateY(-50%) rotate(-30deg);
        -ms-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    -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 .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
       -moz-transform: translateY(-50%) rotate(30deg);
        -ms-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    -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 .menu_icon_in {
    width: 60px;
    height: 38px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .header .menu_icon_in .menu-trigger,
  .header .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 .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 38px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    min-height: 1px;
    background-color: #177881;
    -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 .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 .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 100%;
    -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__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #67AACA;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;
    opacity: 0;
  }
  .header__nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    background: #6B6B6B;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%) skewY(-10deg);
       -moz-transform: translateY(0%) skewY(-10deg);
        -ms-transform: translateY(0%) skewY(-10deg);
            transform: translateY(0%) skewY(-10deg);
    z-index: -1;
  }
  .header__nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav.active::after {
    -webkit-transform: translateY(100%) skewY(-10deg);
       -moz-transform: translateY(100%) skewY(-10deg);
        -ms-transform: translateY(100%) skewY(-10deg);
            transform: translateY(100%) skewY(-10deg);
    -webkit-transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
  }
  .header__nav--inner {
    width: 439px;
    margin: auto;
    padding: 210px 0 119px;
    height: 100%;
    overflow: auto;
  }
  .header__nav--inner::-webkit-scrollbar {
    display: none;
  }
  .header__nav--inner .menu li a {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-family: 'AP-Medium';
    letter-spacing: 0.06em;
  }
  .header__nav--inner .social {
    margin-top: 42px;
    border-top: 1px solid #fff;
    padding: 52px 0 0;
  }
  .header__nav--inner .social p {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 0.17em;
  }
  .header__nav--inner .social ul {
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav--inner .social ul li + li {
    margin-left: 33px;
  }
  .header__nav--inner .social ul li a {
    line-height: 0;
    display: inline-block;
  }
  .header__nav--inner .social ul li a img {
    width: 100%;
    height: auto;
  }
  .header__nav--inner .social ul li.face a {
    width: 36px;
  }
  .header__nav--inner .social ul li.line a {
    width: 34px;
  }
  .header__nav--inner .social ul li.ytb a {
    width: 44px;
  }
  
  
.side-btn {
    position: fixed;
    right: -2px;
    top:120px;
    z-index: 1000;
  }

.side-btn ul {
  }

.side-btn ul li {
    width: 52px;
    margin-bottom: 8px;
  }


.side-btn ul li a img {
    width: 100%
  }

  
  
  
  
  
  .footer {
    margin-top: 117px;
    background: #67AACA;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 12px 0;
    position: relative;
    z-index: 19;
  }
  .footer__social {
    position: fixed;
    right: 73px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-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;
  }
  .footer__social p {
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #231815;
    letter-spacing: 0.17em;
  }
  .footer__social ul {
    margin-top: 70px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .footer__social ul::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #040000;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -49px;
  }
  .footer__social ul li {
    line-height: 0;
  }
  .footer__social ul li + li {
    margin-top: 20px;
  }
  .footer__social ul li a {
    line-height: 0;
    display: inline-block;
  }
  .footer__social ul li a img {
    width: 21px;
    height: auto;
  }
  .pTop .footer {
    margin-top: 151px;
  }
  .pTop {
    /* overflow: hidden; */
  }
  .pTop.open {
    overflow: auto;
  }
  .pTop .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pTop .mv__backdore {
    width: 100%;
    clip-path: inset(-webkit-calc((100% - 479px) / 2) -webkit-calc((100% - 903px) / 2) -webkit-calc((100% - 479px) / 2) -webkit-calc((100% - 903px) / 2));
    clip-path: inset(-moz-calc((100% - 479px) / 2) -moz-calc((100% - 903px) / 2) -moz-calc((100% - 479px) / 2) -moz-calc((100% - 903px) / 2));
    clip-path: inset(calc((100% - 479px) / 2) calc((100% - 903px) / 2) calc((100% - 479px) / 2) calc((100% - 903px) / 2));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: clip-path 1s ease 5.5s;
    -moz-transition: clip-path 1s ease 5.5s;
    transition: clip-path 1s ease 5.5s;
  }
  .pTop .mv__backdore picture {
    height: 100%;
  }
  .pTop .mv__backdore picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease 3.5s;
    -moz-transition: opacity 1s ease 3.5s;
    transition: opacity 1s ease 3.5s;
  }
  .pTop .mv__frame {
    height: 549px;
    position: relative;
    z-index: 2;
    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;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__frame p {
    opacity: 1;
    font-size: 46px;
    line-height: 68px;
    letter-spacing: 0.17em;
    color: #67AACA;
    text-align: center;
    font-family: 'AP-Regular';
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .mv__frame p.pos1 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 2s;
    -moz-transition: opacity 0.5s ease 2s;
    transition: opacity 0.5s ease 2s;
  }
  .pTop .mv__frame p.pos2 {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 2.5s;
    -moz-transition: opacity 0.5s ease 2.5s;
    transition: opacity 0.5s ease 2.5s;
  }
  .pTop .mv__frame::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/icPC.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
  }
  .pTop .mv__frame::after {
    position: absolute;
    content: "";
    width: 357px;
    height: 124px;
    background: url("../img/icPC_bottom.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -148px;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
  }
  .pTop .mv.open .mv__backdore {
    clip-path: inset(0 0 0 0);
  }
  .pTop .mv.open .mv__backdore picture img {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame .pos1 {
    opacity: 0;
  }
  .pTop .mv.open .mv__frame .pos2 {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame::before {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame::after {
    opacity: 1;
  }
  .pTop .mv.hide .mv__frame::before {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .pTop .mv.hide .mv__frame::after {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .pTop .intro {
    margin-top: 126px;
    position: relative;
    z-index: 19;
  }
  .pTop .intro__main {
    text-align: center;
    font-size: 24px;
    line-height: 53px;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    color: #67AACA;
  }
  .pTop .secCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .secCom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: skewY(-10deg);
       -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
            transform: skewY(-10deg);
    z-index: -2;
    pointer-events: none;
    clip-path: inset(0% 100% 0% 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .pTop .secCom::after {
    position: absolute;
    content: attr(data-en);
    font-size: 131px;
    line-height: 0.8;
    font-family: 'AP-Bold';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    z-index: -1;
    pointer-events: none;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #F2F1F1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .secCom.secBg::before {
    background: #F2F1F1;
  }
  .pTop .secCom.secBg::after {
    color: #fff;
  }
  .pTop .secCom h2 {
    text-align: center;
    font-size: 52px;
    line-height: 95px;
    font-family: 'AP-Medium';
    letter-spacing: 0.1em;
    color: #67AACA;
  }
  .pTop .secCom.active::before {
    clip-path: inset(0 0 0 0);
  }
  .pTop .secCom.active::after {
    opacity: 1;
  }
  .pTop .btn {
    text-align: center;
  }
  .pTop .btn 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: 329px;
    height: 61px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    color: #fff;
    background: #67AACA;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    font-family: 'AP-Regular';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .btn a::after {
    position: absolute;
    content: "";
    width: 53px;
    height: 23px;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 19px;
  }
  .pTop .about {
    margin-top: 284px;
    padding-bottom: 249px;
  }
  .pTop .about__main--list {
    margin-top: 91px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .about__main--list article {
    width: 266px;
    margin: 35px 21px;
    text-align: center;
  }
  .pTop .about__main--list article figure {
    width: 206px;
    margin: auto;
  }
  .pTop .about__main--list article h3 {
    font-size: 28px;
    line-height: 58px;
    font-family: 'AP-Medium';
    color: #67AACA;
    margin-top: 21px;
  }
  .pTop .about__main--list article p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
  .pTop .about__main .btn {
    margin-top: 140px;
  }
  .pTop .support {
    padding-bottom: 257px;
  }
  .pTop .support__main .txt {
    text-align: center;
    font-size: 21px;
    line-height: 52px;
    letter-spacing: 0.09em;
    margin-top: 61px;
  }
  .pTop .support__main .btn {
    margin-top: 93px;
  }
  .pTop .cost {
    padding-bottom: 259px;
  }
  .pTop .cost__main--list {
    margin-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 38px;
  }
  .pTop .cost__main--list dl {
    width: 392px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cost__main--list dl::before {
    position: absolute;
    content: "";
    width: 73px;
    height: 37px;
    background: url("../img/icArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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: 3;
  }
  .pTop .cost__main--list dl dt {
    width: 100%;
    height: 244px;
    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;
    color: #fff;
    font-size: 33px;
    line-height: 37px;
    font-family: 'AP-Regular';
    letter-spacing: 0.05em;
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
  }
  .pTop .cost__main--list dl dd {
    width: 100%;
    height: 244px;
    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;
    color: #67AACA;
    font-size: 35px;
    line-height: 56px;
    font-family: 'AP-Regular';
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 24px), -webkit-calc(100% - 24px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 24px), -moz-calc(100% - 24px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
    background: #fff;
  }
  .pTop .cost__main--list dl:nth-of-type(1) dt {
    background: #67AACA;
  }
  .pTop .cost__main--list dl:nth-of-type(2) dt {
    background: #5DB6BD;
  }
  .pTop .cost__main .btn {
    margin-top: 84px;
  }
  .pTop .profile__main--frame {
    width: 675px;
    margin: 27px auto 147px;
    line-height: 0;
    padding: 31px;
    background: url("../img/icPC.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .profile__main--frame img {
    width: 100%;
    height: auto;
  }
  .pTop .profile__main--frame::after {
    position: absolute;
    content: "";
    width: 267px;
    height: 92px;
    background: url("../img/icPC_bottom.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -109px;
  }
  .pTop .profile__main--intro {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.17em;
    color: #727171;
  }
  .pTop .profile__main .btn {
    margin-top: 82px;
  }
  .pChild__main {
    padding-top: 112px;
  }
  .pChild__main--ttl {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .pChild__main--ttl h2 {
    font-size: 47px;
    line-height: 95px;
    letter-spacing: 0.09em;
    color: #67AACA;
    font-family: 'AP-Medium';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--ttl h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 163px;
    line-height: 0.8;
    white-space: nowrap;
    text-align: center;
    font-family: 'AP-Bold';
    color: #F2F1F1;
    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;
  }
  .pChild__main--content {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 140px;
  }
  .pChild__main--content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 114px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: skewY(-10deg);
       -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
            transform: skewY(-10deg);
    z-index: -2;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #F2F1F1;
  }
  .pChild__main--content .about article {
    text-align: center;
  }
  .pChild__main--content .about article + article {
    margin-top: 87px;
  }
  .pChild__main--content .about article figure.cus01 img {
    width: 108px;
  }
  .pChild__main--content .about article figure.cus02 img {
    width: 126px;
  }
  .pChild__main--content .about article figure.cus03 img {
    width: 99px;
  }
  .pChild__main--content .about article h3 {
    font-size: 25px;
    line-height: 52px;
    color: #67AACA;
    font-family: 'AP-Medium';
    margin-top: 13px;
  }
  .pChild__main--content .about article .txt {
    font-size: 17px;
    line-height: 32px;
    color: #666666;
    margin-top: 19px;
  }
  .pChild__main--content .support .intro {
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 0.08em;
  }
  .pChild__main--content .support article {
    margin-top: 74px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 82px;
  }
  .pChild__main--content .support article figure {
    width: 369px;
  }
  .pChild__main--content .support article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--content .support article .arCon h3 {
    font-size: 28px;
    line-height: 58px;
    font-family: 'AP-Medium';
    color: #67AACA;
  }
  .pChild__main--content .support article .arCon .txt {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    margin-top: 15px;
  }
  .pChild__main--content .support article.sup01 figure {
    margin-right: 19px;
  }
  .pChild__main--content .support article.sup02 {
    -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;
  }
  .pChild__main--content .support article.sup02 figure {
    margin-left: 19px;
  }
  .pChild__main--content .support article.sup02 .arCon {
    padding-left: 63px;
  }
  .pChild__main--content .cost {
    background: #fff;
    padding: 21px 81px 32px;
  }
  .pChild__main--content .cost article + article {
    margin-top: 21px;
  }
  .pChild__main--content .cost article h3 {
    text-align: center;
    font-size: 19px;
    line-height: 23px;
    font-family: 'AP-Regular';
    color: #67AACA;
  }
  .pChild__main--content .cost article .list {
    margin-top: 18px;
    border-top: 1px solid #1E1E1E;
  }
  .pChild__main--content .cost article .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #1E1E1E;
    padding: 14px 0;
  }
  .pChild__main--content .cost article .list dl dt {
    width: 50%;
    padding-left: 25px;
  }
  .pChild__main--content .cost article .list dl dd {
    width: 50%;
  }
  .pChild__main--content .cost__btn {
    margin-top: 119px;
    text-align: center;
  }
  .pChild__main--content .cost__btn p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'AP-Regular';
    color: #666666;
  }
  .pChild__main--content .cost__btn 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;
    width: 329px;
    height: 61px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    background: #67AACA;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    font-family: 'AP-Regular';
    padding: 0 0 0 42px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 35px;
  }
  .pChild__main--content .cost__btn a::after {
    position: absolute;
    content: "";
    width: 52px;
    height: 22px;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
  }
  .pChild__main--content .profile {
    max-width: 602px;
  }
  .pChild__main--content .profile__name {
    text-align: center;
  }
  .pChild__main--content .profile__name figure {
    width: 100%;
  }
  .pChild__main--content .profile__name h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    margin-top: 25px;
  }
  .pChild__main--content .profile__name h3 small {
    font-size: 21px;
    line-height: 30px;
    margin-right: 21px;
  }
  .pChild__main--content .profile__name h3 span {
    font-size: 28px;
    line-height: 30px;
  }
  .pChild__main--content .profile__name p {
    font-size: 16px;
    line-height: 23px;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    margin-top: 7px;
  }
  .pChild__main--content .profile__history {
    margin-top: 73px;
  }
  .pChild__main--content .profile__history h3 {
    text-align: center;
    font-size: 28px;
    line-height: 58px;
    font-family: 'AP-Medium';
    color: #67AACA;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #231815;
  }
  .pChild__main--content .profile__history .list {
    margin-top: 35px;
    text-align: center;
  }
  .pChild__main--content .profile__history .list dl + dl {
    margin-top: 21px;
  }
  .pChild__main--content .profile__history .list dl dt {
    font-size: 21px;
    line-height: 27px;
    font-family: 'AP-Medium';
    color: #666666;
  }
  .pChild__main--content .profile__history .list dl dd {
    font-size: 19px;
    line-height: 35px;
    margin-top: 7px;
    color: #666666;
  }
  .pChild__main--content .faq__list {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 112px;
    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;
    counter-reset: dl;
  }
  .pChild__main--content .faq__list dl {
    width: 291px;
    margin: 35px 14px;
    background: #fff;
    counter-increment: dl;
    clip-path: polygon(18px 0, 100% 0, 100% -webkit-calc(100% - 18px), -webkit-calc(100% - 18px) 100%, 0 100%, 0 18px);
    clip-path: polygon(18px 0, 100% 0, 100% -moz-calc(100% - 18px), -moz-calc(100% - 18px) 100%, 0 100%, 0 18px);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    padding: 5.33333vw 14px;
  }
  .pChild__main--content .faq__list dl dt {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-family: 'AP-Medium';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 56px 0 0;
    color: #67AACA;
  }
  .pChild__main--content .faq__list dl dt::before {
    position: absolute;
    content: "Q" counter(dl);
    font-size: 47px;
    line-height: 1;
    font-family: 'AxisBold';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pChild__main--content .faq__list dl dd {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    margin-top: 51px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .faq__list dl dd::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 12px;
    background: url("../img/icArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
  }
  .pChild__main--content .company__list {
    background: #fff;
    padding: 32px 70px 68px;
  }
  .pChild__main--content .company__list dl {
    border-bottom: 1px solid #1E1E1E;
    padding: 19px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--content .company__list dl + dl {
    margin-top: 43px;
  }
  .pChild__main--content .company__list dl dt {
    font-size: 19px;
    line-height: 23px;
    font-family: 'AP-Regular';
    color: #424242;
    width: 193px;
  }
  .pChild__main--content .company__list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 26px;
    color: #424242;
  }
  .pChild__main--content .contact__form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--content .contact__form dl + dl {
    margin-top: 23px;
  }
  .pChild__main--content .contact__form dl dt {
    font-size: 19px;
    line-height: 51px;
    font-family: 'AP-Medium';
    color: #67AACA;
    width: 159px;
    margin-right: 14px;
    white-space: nowrap;
    text-align: right;
  }
  .pChild__main--content .contact__form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--content .contact__form dl dd input[type="text"],
  .pChild__main--content .contact__form dl dd input[type="email"],
  .pChild__main--content .contact__form dl dd input[type="number"],
  .pChild__main--content .contact__form dl dd textarea {
    width: 100%;
    max-width: 654px;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    height: 51px;
    border: 1px solid #000000;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0 14px;
  }
  .pChild__main--content .contact__form dl dd textarea {
    height: 268px;
  }
  .pChild__main--content .contact__form dl dd .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    max-width: 654px;
  }
  .pChild__main--content .contact__form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 18px;
    background: url("../img/icArrow03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 21px;
    pointer-events: none;
  }
  .pChild__main--content .contact__form dl dd .wrapSel select {
    width: 100%;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    height: 51px;
    border: 1px solid #000000;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .pChild__main--content .contact__form .btn {
    margin-top: 23px;
    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;
  }
  .pChild__main--content .contact__form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 329px;
    height: 61px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-family: 'AP-Regular';
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #67AACA;
    -moz-border-radius: 33px;
         border-radius: 33px;
    letter-spacing: 0.39em;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header.active .header__main--logo a {
    background: url("../img/logoW.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .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: 7.2vw 9.33333vw;
  }
  .header__main--logo {
    width: 25.06667vw;
    height: 0;
    padding-top: 5.86667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--logo a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header .menu_icon {
    width: 8.8vw;
    height: 5.46667vw;
    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;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-30deg);
       -moz-transform: translateY(-50%) rotate(-30deg);
        -ms-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
    -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 .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(30deg);
       -moz-transform: translateY(-50%) rotate(30deg);
        -ms-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    -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 .menu_icon_in {
    width: 8.8vw;
    height: 5.46667vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .header .menu_icon_in .menu-trigger,
  .header .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 .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 5.46667vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    min-height: 2px;
    background-color: #177881;
    -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 .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 .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 100%;
    -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__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #67AACA;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;
    opacity: 0;
  }
  .header__nav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    background: #6B6B6B;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%) skewY(-10deg);
       -moz-transform: translateY(0%) skewY(-10deg);
        -ms-transform: translateY(0%) skewY(-10deg);
            transform: translateY(0%) skewY(-10deg);
    z-index: -1;
  }
  .header__nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav.active::after {
    -webkit-transform: translateY(100%) skewY(-10deg);
       -moz-transform: translateY(100%) skewY(-10deg);
        -ms-transform: translateY(100%) skewY(-10deg);
            transform: translateY(100%) skewY(-10deg);
    -webkit-transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
  }
  .header__nav--inner {
    width: 66.66667vw;
    margin: auto;
    padding: 26.66667vw 0 12.4vw;
    height: 100%;
    overflow: auto;
  }
  .header__nav--inner::-webkit-scrollbar {
    display: none;
  }
  .header__nav--inner .menu li a {
    color: #fff;
    font-size: 3.82133vw;
    line-height: 8.784vw;
    font-family: 'AP-Medium';
    letter-spacing: 0.06em;
  }
  .header__nav--inner .social {
    margin-top: 6vw;
    border-top: 1px solid #fff;
    padding: 4.66667vw 0 0;
  }
  .header__nav--inner .social p {
    color: #fff;
    font-size: 3.2vw;
    line-height: 6.13333vw;
    letter-spacing: 0.17em;
  }
  .header__nav--inner .social ul {
    margin-top: 3.46667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav--inner .social ul li + li {
    margin-left: 6.13333vw;
  }
  .header__nav--inner .social ul li a {
    line-height: 0;
    display: inline-block;
  }
  .header__nav--inner .social ul li a img {
    width: 100%;
    height: auto;
  }
  .header__nav--inner .social ul li.face a {
    width: 6.8vw;
  }
  .header__nav--inner .social ul li.line a {
    width: 6.4vw;
  }
  .header__nav--inner .social ul li.ytb a {
    width: 8.26667vw;
  }
  
  
  
  .side-btn {
    position: fixed;
    bottom: 20px;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 1000;
  }

.side-btn ul {
	display: flex;
	justify-content: space-around;
	margin-left: 5%;
	margin-right: 5%;
  }

.side-btn ul li {
    width: 45%;
  }


.side-btn ul li a img {
    width: 100%
  }




  .footer {
    margin-top: 25.06667vw;
    background: #67AACA;
    text-align: center;
    font-size: 4.4vw;
    line-height: 7.6vw;
    color: #000;
    padding: 3.33333vw 0;
    padding-bottom: 20vw;
  }
  .footer__social {
    position: fixed;
    right: 13.86667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-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;
    display: none;
  }
  .footer__social p {
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 2.13333vw;
    line-height: 1;
    text-transform: uppercase;
    color: #231815;
    letter-spacing: 0.17em;
  }
  .footer__social ul {
    margin-top: 13.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .footer__social ul::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 6.66667vw;
    background: #040000;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -9.33333vw;
  }
  .footer__social ul li {
    line-height: 0;
  }
  .footer__social ul li + li {
    margin-top: 3.73333vw;
  }
  .footer__social ul li a {
    line-height: 0;
    display: inline-block;
  }
  .footer__social ul li a img {
    width: 4vw;
    height: auto;
  }
  .pTop .footer {
    margin-top: 25.33333vw;
  }
  .pTop {
    /* overflow: hidden; */
  }
  .pTop.open {
    overflow: auto;
  }
  .pTop .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 6.4vw;
    padding-bottom: 5.6vw;
  }
  .pTop .mv__backdore {
    width: 100%;
    clip-path: inset(-webkit-calc((100% - 89.86667vw) / 2) -webkit-calc((100% - 53.33333vw) / 2) -webkit-calc((100% - 89.86667vw) / 2) -webkit-calc((100% - 53.33333vw) / 2));
    clip-path: inset(-moz-calc((100% - 89.86667vw) / 2) -moz-calc((100% - 53.33333vw) / 2) -moz-calc((100% - 89.86667vw) / 2) -moz-calc((100% - 53.33333vw) / 2));
    clip-path: inset(calc((100% - 89.86667vw) / 2) calc((100% - 53.33333vw) / 2) calc((100% - 89.86667vw) / 2) calc((100% - 53.33333vw) / 2));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: clip-path 1s ease 5.5s;
    -moz-transition: clip-path 1s ease 5.5s;
    transition: clip-path 1s ease 5.5s;
  }
  .pTop .mv__backdore picture {
    height: 100%;
  }
  .pTop .mv__backdore picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease 3.5s;
    -moz-transition: opacity 1s ease 3.5s;
    transition: opacity 1s ease 3.5s;
  }
  .pTop .mv__frame {
    height: 96.53333vw;
    width: 54.53333vw;
    margin: auto;
    position: relative;
    z-index: 2;
    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;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__frame p {
    opacity: 1;
    font-size: 4.8vw;
    line-height: 7.46667vw;
    letter-spacing: 0.17em;
    color: #67AACA;
    text-align: center;
    font-family: 'AP-Regular';
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .mv__frame p.pos1 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 2s;
    -moz-transition: opacity 0.5s ease 2s;
    transition: opacity 0.5s ease 2s;
  }
  .pTop .mv__frame p.pos2 {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 2.5s;
    -moz-transition: opacity 0.5s ease 2.5s;
    transition: opacity 0.5s ease 2.5s;
    padding: 0 5.33333vw;
  }
  .pTop .mv__frame::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/icSP.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
  }
  .pTop .mv.open .mv__backdore {
    clip-path: inset(0 0 0 0);
  }
  .pTop .mv.open .mv__backdore picture img {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame .pos1 {
    opacity: 0;
  }
  .pTop .mv.open .mv__frame .pos2 {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame::before {
    opacity: 1;
  }
  .pTop .mv.open .mv__frame::after {
    opacity: 1;
  }
  .pTop .mv.hide .mv__frame::before {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pTop .mv.hide .mv__frame::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pTop .intro {
    margin-top: 4.4vw;
    position: relative;
    z-index: 19;
  }
  .pTop .intro__main {
    text-align: center;
    font-size: 4vw;
    line-height: 7.06667vw;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    color: #67AACA;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .pTop .secCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .secCom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: skewY(-10deg);
       -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
            transform: skewY(-10deg);
    z-index: -2;
    pointer-events: none;
    clip-path: inset(0% 100% 0% 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .pTop .secCom::after {
    position: absolute;
    content: attr(data-en);
    font-size: 17.33333vw;
    line-height: 0.8;
    font-family: 'AP-Bold';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    z-index: -1;
    pointer-events: none;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #F2F1F1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .secCom.secBg::before {
    background: #F2F1F1;
  }
  .pTop .secCom.secBg::after {
    color: #fff;
  }
  .pTop .secCom h2 {
    text-align: center;
    font-size: 6.93333vw;
    line-height: 10.4vw;
    font-family: 'AP-Medium';
    letter-spacing: 0.1em;
    color: #67AACA;
  }
  .pTop .secCom.active::before {
    clip-path: inset(0 0 0 0);
  }
  .pTop .secCom.active::after {
    opacity: 1;
  }
  .pTop .btn {
    text-align: center;
  }
  .pTop .btn 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: 38.66667vw;
    height: 7.2vw;
    -moz-border-radius: 6.13333vw;
         border-radius: 6.13333vw;
    color: #fff;
    background: #67AACA;
    text-align: center;
    font-size: 2.66667vw;
    line-height: 1;
    font-family: 'AP-Regular';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .btn a::after {
    position: absolute;
    content: "";
    width: 6vw;
    height: 2.53333vw;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.4vw;
  }
  .pTop .about {
    margin-top: 28vw;
    padding-bottom: 29.33333vw;
    padding-top: 3.33333vw;
  }
  .pTop .about__main--list {
    margin-top: 2.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 21.33333vw;
    padding-right: 9.33333vw;
  }
  .pTop .about__main--list article {
    width: 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;
  }
  .pTop .about__main--list article + article {
    margin-top: 4vw;
  }
  .pTop .about__main--list article figure {
    width: 19.06667vw;
    margin: auto;
    margin-right: 2.4vw;
  }
  .pTop .about__main--list article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .about__main--list article h3 {
    font-size: 3.86667vw;
    line-height: 8.26667vw;
    font-family: 'AP-Medium';
    color: #67AACA;
  }
  .pTop .about__main--list article p {
    font-size: 2.13333vw;
    line-height: 3.2vw;
  }
  .pTop .about__main .btn {
    margin-top: 7.6vw;
  }
  .pTop .support {
    padding-bottom: 32vw;
    padding-top: 8.66667vw;
  }
  .pTop .support__main {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .pTop .support__main .txt {
    text-align: center;
    font-size: 3.33333vw;
    line-height: 6.53333vw;
    letter-spacing: 0.08em;
    margin-top: 4.53333vw;
  }
  .pTop .support__main .btn {
    margin-top: 7.46667vw;
  }
  .pTop .cost {
    padding-bottom: 26.66667vw;
  }
  .pTop .cost__main--list {
    width: 66.26667vw;
    margin: 7.86667vw auto 0;
  }
  .pTop .cost__main--list dl {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cost__main--list dl + dl {
    margin-top: 6.4vw;
  }
  .pTop .cost__main--list dl::before {
    position: absolute;
    content: "";
    width: 12.13333vw;
    height: 6vw;
    background: url("../img/icArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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: 3;
  }
  .pTop .cost__main--list dl dt {
    width: 100%;
    height: 41.2vw;
    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;
    color: #fff;
    font-size: 5.33333vw;
    line-height: 6.13333vw;
    font-family: 'AP-Regular';
    letter-spacing: 0.05em;
    clip-path: polygon(4.4vw 0, 100% 0, 100% 100%, 0 100%, 0 4.4vw);
  }
  .pTop .cost__main--list dl dd {
    width: 100%;
    height: 41.2vw;
    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;
    color: #67AACA;
    font-size: 6.66667vw;
    line-height: 10.66667vw;
    font-family: 'AP-Regular';
    clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 4.4vw), -webkit-calc(100% - 4.4vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 4.4vw), -moz-calc(100% - 4.4vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.4vw), calc(100% - 4.4vw) 100%, 0 100%);
    background: #fff;
  }
  .pTop .cost__main--list dl:nth-of-type(1) dt {
    background: #67AACA;
  }
  .pTop .cost__main--list dl:nth-of-type(2) dt {
    background: #5DB6BD;
  }
  .pTop .cost__main .btn {
    margin-top: 7.73333vw;
  }
  .pTop .profile__main {
    padding-top: 3.2vw;
  }
  .pTop .profile__main--frame {
    width: 63.46667vw;
    margin: 5.86667vw auto 15.2vw;
    line-height: 0;
    padding: 3.33333vw;
    background: url("../img/icPC.png") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .profile__main--frame img {
    width: 100%;
    height: auto;
  }
  .pTop .profile__main--frame::after {
    position: absolute;
    content: "";
    width: 25.06667vw;
    height: 8.66667vw;
    background: url("../img/icPC_bottom.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10.4vw;
  }
  .pTop .profile__main--intro {
    text-align: center;
    font-size: 2.93333vw;
    line-height: 4.13333vw;
    letter-spacing: 0.17em;
    color: #727171;
  }
  .pTop .profile__main .btn {
    margin-top: 5.6vw;
  }
  .pChild__main {
    padding-top: 6.66667vw;
  }
  .pChild__main--ttl {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .pChild__main--ttl h2 {
    font-size: 6vw;
    line-height: 8vw;
    letter-spacing: 0.09em;
    color: #67AACA;
    font-family: 'AP-Medium';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--ttl h2::before {
    position: absolute;
    content: attr(data-en);
    font-size: 12.93333vw;
    line-height: 0.8;
    white-space: nowrap;
    text-align: center;
    font-family: 'AP-Bold';
    color: #F2F1F1;
    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;
  }
  .pChild__main .compay_profile h2::before {
    content: 'COMPANY \a PROFILE';
    white-space: pre;
  }
  .pChild__main--content {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 17.33333vw;
  }

  .pChild__main--content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 13.86667vw;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: skewY(-10deg);
       -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
            transform: skewY(-10deg);
    z-index: -2;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #F2F1F1;
  }
  .pChild__main--content .about article {
    text-align: center;
  }
  .pChild__main--content .about article + article {
    margin-top: 9.33333vw;
  }
  .pChild__main--content .about article figure.cus01 img {
    width: 15.73333vw;
  }
  .pChild__main--content .about article figure.cus02 img {
    width: 18.26667vw;
  }
  .pChild__main--content .about article figure.cus03 img {
    width: 14.4vw;
  }
  .pChild__main--content .about article h3 {
    font-size: 3.6vw;
    line-height: 7.46667vw;
    color: #67AACA;
    font-family: 'AP-Medium';
    margin-top: 1.33333vw;
  }
  .pChild__main--content .about article .txt {
    font-size: 2.66667vw;
    line-height: 4.8vw;
    color: #666666;
    margin-top: 2.66667vw;
  }
  .pChild__main--content .support .intro {
    text-align: center;
    font-size: 3.33333vw;
    line-height: 6.53333vw;
    letter-spacing: 0.08em;
  }
  .pChild__main--content .support article {
    margin-top: 13.33333vw;
    width: 67.06667vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .pChild__main--content .support article figure img {
    width: 61.73333vw;
  }
  .pChild__main--content .support article .arCon {
    margin-top: 3.33333vw;
  }
  .pChild__main--content .support article .arCon h3 {
    font-size: 3.86667vw;
    line-height: 8.26667vw;
    font-family: 'AP-Medium';
    color: #67AACA;
  }
  .pChild__main--content .support article .arCon .txt {
    font-size: 2.66667vw;
    line-height: 4.8vw;
    color: #666666;
    margin-top: 1.33333vw;
    text-align: center;
  }
  .pChild__main--content .cost {
    background: #fff;
    padding: 3.33333vw 4vw 6vw;
    max-width: 88.13333vw;
    margin: 14.66667vw auto 0;
  }
  .pChild__main--content .cost article + article {
    margin-top: 4vw;
  }
  .pChild__main--content .cost article h3 {
    text-align: center;
    font-size: 3.46667vw;
    line-height: 4.26667vw;
    font-family: 'AP-Regular';
    color: #67AACA;
  }
  .pChild__main--content .cost article .list {
    margin-top: 2.66667vw;
    border-top: 1px solid #1E1E1E;
  }
  .pChild__main--content .cost article .list dl {
    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;
    font-size: 2.8vw;
    line-height: 3.33333vw;
    border-bottom: 1px solid #1E1E1E;
    padding: 2.66667vw 0;
  }
  .pChild__main--content .cost article .list dl dt {
    width: 65%;
  }
  .pChild__main--content .cost article .list dl dd {
    width: 35%;
    text-align: right;
    padding-right: 2.66667vw;
  }
  .pChild__main--content .cost__btn {
    margin-top: 22.66667vw;
    text-align: center;
  }
  .pChild__main--content .cost__btn p {
    font-size: 2.66667vw;
    line-height: 4.8vw;
    font-family: 'AP-Regular';
    color: #666666;
  }
  .pChild__main--content .cost__btn 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;
    width: 40vw;
    height: 7.33333vw;
    -moz-border-radius: 6.13333vw;
         border-radius: 6.13333vw;
    background: #67AACA;
    color: #fff;
    font-size: 2.53333vw;
    line-height: 1;
    font-family: 'AP-Regular';
    padding: 0 0 0 5.06667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 6.66667vw;
  }
  .pChild__main--content .cost__btn a::after {
    position: absolute;
    content: "";
    width: 6.26667vw;
    height: 2.53333vw;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.53333vw;
  }
  .pChild__main--content .profile {
    max-width: 81.6vw;
    margin: auto;
  }
  .pChild__main--content .profile__name {
    text-align: center;
  }
  .pChild__main--content .profile__name figure {
    width: 100%;
  }
  .pChild__main--content .profile__name h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    margin-top: 2vw;
  }
  .pChild__main--content .profile__name h3 small {
    font-size: 2.93333vw;
    line-height: 4.26667vw;
    margin-right: 2.8vw;
  }
  .pChild__main--content .profile__name h3 span {
    font-size: 4.13333vw;
    line-height: 4.26667vw;
  }
  .pChild__main--content .profile__name p {
    font-size: 2.34vw;
    line-height: 3.276vw;
    font-family: 'AP-Regular';
    letter-spacing: 0.17em;
    margin-top: 1.33333vw;
  }
  .pChild__main--content .profile__history {
    margin-top: 5.33333vw;
  }
  .pChild__main--content .profile__history h3 {
    text-align: center;
    font-size: 3.06667vw;
    line-height: 3.6vw;
    font-family: 'AP-Medium';
    color: #67AACA;
    padding: 0 0 2vw 0;
    border-bottom: 1px solid #231815;
  }
  .pChild__main--content .profile__history .list {
    margin-top: 3.33333vw;
    text-align: center;
  }
  .pChild__main--content .profile__history .list dl + dl {
    margin-top: 4.26667vw;
  }
  .pChild__main--content .profile__history .list dl dt {
    font-size: 2.66667vw;
    line-height: 3.33333vw;
    font-family: 'AP-Medium';
    color: #666666;
  }
  .pChild__main--content .profile__history .list dl dd {
    font-size: 2.66667vw;
    line-height: 3.33333vw;
    margin-top: 1.33333vw;
    color: #666666;
  }
  .pChild__main--content .faq__list {
    margin-top: 21.33333vw;
    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;
    counter-reset: dl;
  }
  .pChild__main--content .faq__list dl {
    width: 66.13333vw;
    background: #fff;
    counter-increment: dl;
    clip-path: polygon(3.33333vw 0, 100% 0, 100% -webkit-calc(100% - 3.33333vw), -webkit-calc(100% - 3.33333vw) 100%, 0 100%, 0 3.33333vw);
    clip-path: polygon(3.33333vw 0, 100% 0, 100% -moz-calc(100% - 3.33333vw), -moz-calc(100% - 3.33333vw) 100%, 0 100%, 0 3.33333vw);
    clip-path: polygon(3.33333vw 0, 100% 0, 100% calc(100% - 3.33333vw), calc(100% - 3.33333vw) 100%, 0 100%, 0 3.33333vw);
    padding: 5.33333vw 5.86667vw;
  }
  .pChild__main--content .faq__list dl + dl {
    margin-top: 5.33333vw;
  }
  .pChild__main--content .faq__list dl dt {
    text-align: center;
    font-size: 2.93333vw;
    line-height: 3.73333vw;
    font-family: 'AP-Medium';
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 9.33333vw 0 0;
    color: #67AACA;
  }
  .pChild__main--content .faq__list dl dt::before {
    position: absolute;
    content: "Q" counter(dl);
    font-size: 7.46667vw;
    line-height: 1;
    font-family: 'AxisBold';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pChild__main--content .faq__list dl dd {
    font-size: 2.66667vw;
    line-height: 4.26667vw;
    color: #666666;
    margin-top: 8vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__main--content .faq__list dl dd::before {
    position: absolute;
    content: "";
    width: 4.4vw;
    height: 2.13333vw;
    background: url("../img/icArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.93333vw;
  }
  .pChild__main--content .company__list {
    background: #fff;
    padding: 4vw 4vw 8vw;
    max-width: 81.46667vw;
    width: 100%;
    margin: auto;
  }
  .pChild__main--content .company__list dl {
    border-bottom: 1px solid #1E1E1E;
    padding: 2.66667vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--content .company__list dl + dl {
    margin-top: 3.33333vw;
  }
  .pChild__main--content .company__list dl dt {
    font-size: 2.93333vw;
    line-height: 3.46667vw;
    font-family: 'AP-Regular';
    color: #424242;
    width: 23.33333vw;
  }
  .pChild__main--content .company__list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2.66667vw;
    line-height: 4vw;
    color: #424242;
  }
  .pChild__main--content .contact__form {
    padding: 0 9.33333vw;
  }
  .pChild__main--content .contact__form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--content .contact__form dl + dl {
    margin-top: 3.46667vw;
  }
  .pChild__main--content .contact__form dl dt {
    font-size: 2.93333vw;
    line-height: 3.6vw;
    font-family: 'AP-Medium';
    color: #67AACA;
    width: 20.66667vw;
    margin-right: 2.66667vw;
    text-align: right;
  }
  .pChild__main--content .contact__form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main--content .contact__form dl dd input[type="text"],
  .pChild__main--content .contact__form dl dd input[type="email"],
  .pChild__main--content .contact__form dl dd input[type="number"],
  .pChild__main--content .contact__form dl dd textarea {
    width: 100%;
    max-width: 124.4vw;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    height: 7.86667vw;
    border: 1px solid #000000;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0 2.66667vw;
  }
  .pChild__main--content .contact__form dl dd textarea {
    height: 40.8vw;
  }
  .pChild__main--content .contact__form dl dd .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
  }
  .pChild__main--content .contact__form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 3.06667vw;
    height: 2.66667vw;
    background: url("../img/icArrow03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.86667vw;
    pointer-events: none;
  }
  .pChild__main--content .contact__form dl dd .wrapSel select {
    width: 100%;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    height: 7.86667vw;
    border: 1px solid #000000;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0 2.66667vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .pChild__main--content .contact__form .btn {
    margin-top: 11.6vw;
    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;
  }
  .pChild__main--content .contact__form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 38.66667vw;
    height: 7.2vw;
    color: #fff;
    font-size: 2.53333vw;
    line-height: 1;
    font-family: 'AP-Regular';
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    background: #67AACA;
    -moz-border-radius: 3.73333vw;
         border-radius: 3.73333vw;
    letter-spacing: 0.39em;
  }
}

.error {
  display: block;
  color: #ff0000;
  font-style: normal;
}

.effect, .isFull, .isPar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

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

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

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

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

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tokutei{
	 width: 800px;
	 margin: 50px auto;
  }
  
 @media screen and (max-width: 768px) {
.tokutei{
	 width: 90vw;
	 margin: 10vw auto;
  }
} 
