@charset "UTF-8";
@font-face {
  font-family: 'MinionProMedium';
  src: url("../fonts/minionpro-medium.otf");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

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

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: #333;
  font-family: 'Hiragino Sans',"ヒラギノ角ゴ 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;
}

:root {
  --san: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --color1: #2A2A2A;
  --color2: #2A4E72;
}

@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: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 28.98551px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
  }
  .header__main {
    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;
    padding-top: 36.23188px;
    padding-bottom: 52.53623px;
  }
  .header__main--btn {
    width: 297.10145px;
    line-height: 0;
  }
  .header__main--btn a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-box-shadow: 0 7.24638px 18.11594px rgba(0, 0, 0, 0.12);
         box-shadow: 0 7.24638px 18.11594px rgba(0, 0, 0, 0.12);
  }
  .header__main--btn a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv {
    background: url("../img/mv.png") bottom no-repeat #fff;
    -moz-background-size: contain;
         background-size: contain;
    height: 1048.91304px;
    -moz-box-shadow: 0 7.24638px 39.85507px rgba(0, 18, 38, 0.2);
         box-shadow: 0 7.24638px 39.85507px rgba(0, 18, 38, 0.2);
  }
  .pTop .mv__main--text {
    width: 708.33333px;
  }
  .pTop .mv__main--text img {
    width: 100%;
    height: auto;
  }
  .pTop .support {
    background: url("../img/sec01Bg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 54.34783px 0 45.28986px;
  }
  .pTop .support--main figure {
    width: 100%;
  }
  .pTop .support--main figure img {
    width: 100%;
    height: auto;
  }
  .pTop .course {
    background: #F8FEFF;
    padding: 110.50725px 0 36.23188px;
  }
  .pTop .course__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .course__main h2 img {
    width: 402.17391px;
  }
  .pTop .course__main .intro {
    text-align: center;
    font-size: 27.17391px;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
    margin-top: 54.34783px;
  }
  .pTop .course__main--list {
    margin-top: 56.15942px;
  }
  .pTop .course__main--list ul li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .course__main--list ul li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
         box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .course__main--list ul li + li {
    margin-top: 54.34783px;
  }
  .pTop .course__main--list ul li:nth-of-type(2) {
    margin-top: 32.6087px;
  }
  .pTop .course__main--note {
    margin-top: 36.23188px;
    font-size: 23.55072px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
  }
  .pTop .vip {
    background: #F7F7F7;
    padding: 72.46377px 0 90.57971px;
  }
  .pTop .vip__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .vip__main h2 img {
    width: 510.86957px;
  }
  .pTop .vip__main--list {
    margin-top: 54.34783px;
  }
  .pTop .vip__main--list li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .vip__main--list li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
         box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .vip__main--list li + li {
    margin-top: 54.34783px;
  }
  .pTop .challange {
    background: #FFFEF8;
    padding: 72.46377px 0 90.57971px;
  }
  .pTop .challange__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .challange__main h2 img {
    width: 516.30435px;
  }
  .pTop .challange__main--list {
    margin-top: 54.34783px;
  }
  .pTop .challange__main--list li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .challange__main--list li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
         box-shadow: 0 7.24638px 25.36232px rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .challange__main--list li + li {
    margin-top: 54.34783px;
  }
  .pTop .contact {
    background: url("../img/contactBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 90.57971px 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    color: #fff;
    font-size: 57.97101px;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .contact__main .form {
    background: #fff;
    padding: 54.34783px 28.98551px 72.46377px;
    margin-top: 54.34783px;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 32.6087px;
    line-height: 1;
    font-weight: 600;
    color: #333;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    width: 79.71014px;
    height: 43.47826px;
    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;
    -moz-border-radius: 3.62319px;
         border-radius: 3.62319px;
    background: #E83921;
    font-size: 25.36232px;
    line-height: 1;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 18.11594px;
  }
  .pTop .contact__main .form dl dd .wrapInput, .pTop .contact__main .form dl dd .wrapSel {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea, .pTop .contact__main .form dl dd .wrapInput select, .pTop .contact__main .form dl dd .wrapSel input, .pTop .contact__main .form dl dd .wrapSel textarea, .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 86.95652px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 7.24638px;
         border-radius: 7.24638px;
    outline: none;
    font-size: 28.98551px;
    padding: 0 28.98551px;
    font-size: 28.98551px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--san);
    letter-spacing: 0.03em;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 29.8913px;
    height: 16.30435px;
    background: url("../img/arrowDown.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: 39.40217px;
    pointer-events: none;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 36.23188px;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin-top: 72.46377px;
    background: #F5F5F5;
    padding: 79.71014px 28.98551px 45.28986px;
  }
  .pTop .contact__main .form .boxPrivacy h3 {
    font-size: 36.23188px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
  .pTop .contact__main .form .boxPrivacy__over {
    background: #fff;
    padding: 32.6087px 27.17391px;
    font-size: 21.73913px;
    line-height: 1.2;
    font-weight: 400;
    height: 427.53623px;
    overflow: auto;
    margin-top: 45.28986px;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck {
    margin-top: 36.23188px;
    text-align: center;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label {
    font-size: 27.17391px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    position: relative;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label input:checked + span::before {
    content: '\2713';
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 47.10145px;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label span::before {
    width: 32.6087px;
    height: 32.6087px;
    -moz-border-radius: 3.62319px;
         border-radius: 3.62319px;
    border: 1px solid #D3D3D3;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 36.23188px;
    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;
    position: absolute;
    content: "";
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 36.23188px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    width: 100%;
    outline: none;
    background: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button img {
    width: 100%;
    height: auto;
  }
  .footer {
    background: #fff;
    padding: 56.15942px 28.98551px 18.11594px;
  }
  .footer__link {
    text-align: center;
    font-size: 23.55072px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
  }
  .footer__link a {
    font-size: 23.55072px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 23.55072px;
    line-height: 1.5;
    color: #333;
    margin-top: 36.23188px;
  }
  .pChild .container {
    height: 100%;
    overflow: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main {
    padding-top: 57.97101px;
    padding-bottom: 57.97101px;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 54.34783px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 57.97101px;
  }
  .pChild__main .btnTop {
    text-align: center;
    margin-top: 72.46377px;
  }
  .pChild__main .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: 503.62319px;
    height: 114.13043px;
    -moz-border-radius: 18.11594px;
         border-radius: 18.11594px;
    background: #037CD0;
    color: #fff;
    font-size: 36.23188px;
    line-height: 1.2;
    font-weight: 700;
  }
  .pChild__main .company {
    max-width: 507.24638px;
    margin: auto;
  }
  .pChild__main .company dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 27.17391px;
    line-height: 1.6;
    font-weight: 500;
  }
  .pChild__main .company dl dt {
    width: 153.98551px;
  }
  .pChild__main .company dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main .company dl + dl {
    margin-top: 27.17391px;
  }
  .pChild__main .law dl dt {
    font-weight: 700;
    font-family: var(--san);
    font-size: 28.98551px;
    line-height: 1.5;
  }
  .pChild__main .law dl dd {
    font-size: 27.17391px;
    line-height: 1.6;
    font-weight: 500;
  }
  .pChild__main .law dl + dl {
    margin-top: 43.47826px;
  }
  .pChild__main .send {
    text-align: center;
    font-size: 25.36232px;
    line-height: 36.23188px;
    font-weight: 400;
    color: #303030;
    font-family: var(--san);
  }
}

@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;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
  }
  .header__main {
    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;
    padding-top: 4.83092vw;
    padding-bottom: 7.00483vw;
  }
  .header__main--btn {
    width: 39.61353vw;
    line-height: 0;
  }
  .header__main--btn a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-box-shadow: 0 0.96618vw 2.41546vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0.96618vw 2.41546vw rgba(0, 0, 0, 0.12);
  }
  .header__main--btn a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv {
    background: url("../img/mv.png") bottom no-repeat #fff;
    -moz-background-size: contain;
         background-size: contain;
    height: 139.85507vw;
    -moz-box-shadow: 0 0.96618vw 5.31401vw rgba(0, 18, 38, 0.2);
         box-shadow: 0 0.96618vw 5.31401vw rgba(0, 18, 38, 0.2);
  }
  .pTop .mv__main--text {
    width: 94.44444vw;
  }
  .pTop .mv__main--text img {
    width: 100%;
    height: auto;
  }
  .pTop .support {
    background: url("../img/sec01Bg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.24638vw 0 6.03865vw;
  }
  .pTop .support--main figure {
    width: 100%;
  }
  .pTop .support--main figure img {
    width: 100%;
    height: auto;
  }
  .pTop .course {
    background: #F8FEFF;
    padding: 14.7343vw 0 4.83092vw;
  }
  .pTop .course__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .course__main h2 img {
    width: 53.62319vw;
  }
  .pTop .course__main .intro {
    text-align: center;
    font-size: 3.62319vw;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
    margin-top: 7.24638vw;
  }
  .pTop .course__main--list {
    margin-top: 7.48792vw;
  }
  .pTop .course__main--list ul li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .course__main--list ul li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .course__main--list ul li + li {
    margin-top: 7.24638vw;
  }
  .pTop .course__main--list ul li:nth-of-type(2) {
    margin-top: 4.34783vw;
  }
  .pTop .course__main--note {
    margin-top: 4.83092vw;
    font-size: 3.1401vw;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
  }
  .pTop .vip {
    background: #F7F7F7;
    padding: 9.66184vw 0 12.07729vw;
  }
  .pTop .vip__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .vip__main h2 img {
    width: 68.11594vw;
  }
  .pTop .vip__main--list {
    margin-top: 7.24638vw;
  }
  .pTop .vip__main--list li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .vip__main--list li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .vip__main--list li + li {
    margin-top: 7.24638vw;
  }
  .pTop .challange {
    background: #FFFEF8;
    padding: 9.66184vw 0 12.07729vw;
  }
  .pTop .challange__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .challange__main h2 img {
    width: 68.84058vw;
  }
  .pTop .challange__main--list {
    margin-top: 7.24638vw;
  }
  .pTop .challange__main--list li {
    line-height: 0;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .challange__main--list li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    -moz-box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.96618vw 3.38164vw rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .challange__main--list li + li {
    margin-top: 7.24638vw;
  }
  .pTop .contact {
    background: url("../img/contactBg.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.07729vw 0;
  }
  .pTop .contact__main h2 {
    text-align: center;
    color: #fff;
    font-size: 7.72947vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .pTop .contact__main .form {
    background: #fff;
    padding: 7.24638vw 3.86473vw 9.66184vw;
    margin-top: 7.24638vw;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 600;
    color: #333;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    color: #fff;
    width: 10.62802vw;
    height: 5.7971vw;
    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;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background: #E83921;
    font-size: 3.38164vw;
    line-height: 1;
  }
  .pTop .contact__main .form dl dd {
    margin-top: 2.41546vw;
  }
  .pTop .contact__main .form dl dd .wrapInput, .pTop .contact__main .form dl dd .wrapSel {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea, .pTop .contact__main .form dl dd .wrapInput select, .pTop .contact__main .form dl dd .wrapSel input, .pTop .contact__main .form dl dd .wrapSel textarea, .pTop .contact__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    outline: none;
    font-size: 3.86473vw;
    padding: 0 3.86473vw;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 400;
    font-family: var(--san);
    letter-spacing: 0.03em;
  }
  .pTop .contact__main .form dl dd .wrapSel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapSel::after {
    position: absolute;
    content: "";
    width: 3.98551vw;
    height: 2.17391vw;
    background: url("../img/arrowDown.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: 5.25362vw;
    pointer-events: none;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 4.83092vw;
  }
  .pTop .contact__main .form .boxPrivacy {
    margin-top: 9.66184vw;
    background: #F5F5F5;
    padding: 10.62802vw 3.86473vw 6.03865vw;
  }
  .pTop .contact__main .form .boxPrivacy h3 {
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
  .pTop .contact__main .form .boxPrivacy__over {
    background: #fff;
    padding: 4.34783vw 3.62319vw;
    font-size: 2.89855vw;
    line-height: 1.2;
    font-weight: 400;
    height: 57.00483vw;
    overflow: auto;
    margin-top: 6.03865vw;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck {
    margin-top: 4.83092vw;
    text-align: center;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label {
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    color: #333;
    position: relative;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label input:checked + span::before {
    content: '\2713';
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 6.28019vw;
  }
  .pTop .contact__main .form .boxPrivacy .wrapCheck label span::before {
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    border: 1px solid #D3D3D3;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    content: "";
  }
  .pTop .contact__main .form .wrapBtn {
    margin-top: 4.83092vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapBtn button {
    width: 100%;
    outline: none;
    background: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    line-height: 0;
  }
  .pTop .contact__main .form .wrapBtn button img {
    width: 100%;
    height: auto;
  }
  .footer {
    background: #fff;
    padding: 7.48792vw 3.86473vw 2.41546vw;
  }
  .footer__link {
    text-align: center;
    font-size: 3.1401vw;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
  }
  .footer__link a {
    font-size: 3.1401vw;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.1401vw;
    line-height: 1.5;
    color: #333;
    margin-top: 4.83092vw;
  }
  .pChild .container {
    height: 100%;
    overflow: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main {
    padding-top: 7.72947vw;
    padding-bottom: 7.72947vw;
  }
  .pChild__main h2 {
    text-align: center;
    font-size: 7.24638vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 7.72947vw;
  }
  .pChild__main .btnTop {
    text-align: center;
    margin-top: 9.66184vw;
  }
  .pChild__main .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: 67.14976vw;
    height: 15.21739vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #037CD0;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .pChild__main .company {
    max-width: 67.63285vw;
    margin: auto;
  }
  .pChild__main .company dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.62319vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .pChild__main .company dl dt {
    width: 20.5314vw;
  }
  .pChild__main .company dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__main .company dl + dl {
    margin-top: 3.62319vw;
  }
  .pChild__main .law dl dt {
    font-weight: 700;
    font-family: var(--san);
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .pChild__main .law dl dd {
    font-size: 3.62319vw;
    line-height: 1.6;
    font-weight: 500;
  }
  .pChild__main .law dl + dl {
    margin-top: 5.7971vw;
  }
  .pChild__main .send {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #303030;
    font-family: var(--san);
  }
}

body {
  padding-top: var(--header-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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