@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: #2A2A2A;
}

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: #2A2A2A;
  font-family: "Noto Sans JP",'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: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    background: -webkit-linear-gradient(359.79deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    background: -moz- oldlinear-gradient(359.79deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    background: linear-gradient(90.21deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    padding: 14px 0 10px;
  }
  .header h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: var(--serif);
    font-weight: 500;
    text-align: center;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(67, 55, 43, 0.65));
            filter: drop-shadow(0px 0px 10px rgba(67, 55, 43, 0.65));
    letter-spacing: 0.03em;
    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;
  }
  .header h1 span {
    font-family: var(--san);
    font-weight: 500;
    font-size: 46px;
    display: inline-block;
  }
  .header h1 em {
    font-style: normal;
    font-size: 29px;
    font-weight: 600;
  }
  .pTop .mv {
    background: #fff url("../img/mvBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .mv__main {
    position: relative;
    padding: 56px 0 76px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
}

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

@media screen and (min-width: 769px), print {
  .pTop .mv__main::after {
    position: absolute;
    content: "";
    width: 417px;
    height: 542px;
    background: url("../img/mvMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: -14px;
  }
  .pTop .mv__main p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--serif);
    letter-spacing: 0.05em;
    color: var(--color1);
  }
  .pTop .mv__main p span {
    font-size: 20px;
  }
  .pTop .mv__main h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: -0.1em;
    color: var(--color2);
    font-family: var(--serif);
    margin-top: 8px;
  }
  .pTop .mv__main h2 span {
    font-family: var(--san);
    font-size: 68px;
    line-height: 82px;
    letter-spacing: 0.03em;
    display: inline-block;
    -webkit-transform: translateY(6px);
       -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
  .pTop .mv__main h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--serif);
    letter-spacing: 0.05em;
  }
  .pTop .mv__main h3 span {
    color: var(--color2);
  }
  .pTop .mv__main .intro {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: var(--serif);
    margin-top: 24px;
  }
  .pTop .mv__main .btn {
    margin-top: 32px;
  }
  .pTop .mv__main .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: 384px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 20px;
    line-height: 1.5;
    color: #FFF8EE;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  }
  .pTop .mv__main .btn a em {
    font-family: var(--serif);
    font-weight: 600;
    font-style: normal;
  }
  .pTop .mv__main .btn a span {
    margin-left: 8px;
    font-weight: 500;
  }
  .pTop .mv__main .btn a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #FFF8EE;
    background: url("../img/mvBtnMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .mv__main .btn a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 6px;
    background: url("../img/mvArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 29.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .mv__main .btn a:hover {
    opacity: 1;
  }
  .pTop .mv__main .btn a:hover::after {
    right: 19.5px;
  }
  .pTop .what {
    padding: 60px 0 0;
    background: url("../img/whatBg.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .what__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .what__main--con {
    margin-top: 56px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: var(--color1);
    background: url("../img/whatGrid.webp") 0 0 repeat;
    -moz-background-size: auto 50px;
         background-size: auto 50px;
  }
  .pTop .what__main--note {
    margin-top: 56px;
    text-align: center;
  }
  .pTop .what__main--note--inner {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 1px solid #D4C7B1;
    padding: 0 57px 24px;
  }
  .pTop .what__main--note--inner h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
    letter-spacing: 0.05em;
    margin-top: -16px;
    padding: 0 8px;
    background: #fff;
  }
  .pTop .what__main--note--inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 24px;
  }
  .pTop .what__main--note--inner p span {
    display: inline-block;
    color: #fff;
    padding: 0 8px;
    background: -webkit-linear-gradient(345.96deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    background: -moz- oldlinear-gradient(345.96deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    background: linear-gradient(104.04deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    margin: 0 6px;
    font-family: var(--serif);
  }
  .pTop .cta {
    padding: 64px 0 83px;
    background: #fff;
  }
  .pTop .cta__main h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: var(--serif);
    padding: 0 0 33px;
    background: url("../img/ctaArrow.webp") bottom center no-repeat;
    -moz-background-size: auto 17px;
         background-size: auto 17px;
  }
  .pTop .cta__main h2 span {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .cta__main .list {
    margin-top: 24px;
  }
  .pTop .cta__main .list ul {
    margin: -7.5px;
    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 .cta__main .list ul li {
    width: 323px;
    height: 91px;
    margin: 7.5px;
  }
  .pTop .cta__main .list ul li a {
    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;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--serif);
    font-weight: 600;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main .list ul li a::before, .pTop .cta__main .list ul li a::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__main .list ul li a::before {
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    background: url("../img/ctaMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .cta__main .list ul li a::after {
    width: 20px;
    height: 6px;
    background: url("../img/ctaArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main .list ul li a:hover {
    opacity: 1;
  }
  .pTop .cta__main .list ul li a:hover::after {
    right: 8px;
  }
  .pTop .mess {
    margin-top: -7px;
    background: url("../img/messBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 72px 0;
  }
  .pTop .mess__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: 0 50px;
  }
  .pTop .mess__main--con {
    width: 567px;
  }
  .pTop .mess__main--con h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--serif);
    letter-spacing: 0.05em;
    color: var(--color2);
  }
  .pTop .mess__main--con .txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2.3;
  }
  .pTop .mess__main--con .txt span {
    display: inline;
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .mess__main--con .sign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
  }
  .pTop .mess__main--con .sign::before {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    content: "";
    height: 1px;
    background: url("../img/messSign.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mess__main--con .sign span {
    font-size: 24.35px;
    font-family: 'MinionProMedium';
    font-weight: 500;
    line-height: 29px;
    margin-left: 26.5px;
  }
  .pTop .course {
    background: url("../img/courseBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 71px 0 80px;
  }
  .pTop .course__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 21px;
  }
  .pTop .course__main--title::after {
    position: absolute;
    content: "";
    width: 323px;
    height: 340px;
    background: url("../img/courseMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 26px;
  }
  .pTop .course__main--title h2 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    font-family: var(--serif);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.42);
  }
  .pTop .course__main--title .txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
  }
  .pTop .course__main--ar article {
    background: #fff;
  }
  .pTop .course__main--ar article h3 {
    margin: 0 -16px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(67, 55, 43, 0.65);
    background: -webkit-linear-gradient(359.66deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    background: -moz- oldlinear-gradient(359.66deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    background: linear-gradient(90.34deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    padding: 23px 0 26px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .course__main--ar article h3::before, .pTop .course__main--ar article h3::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #A48360;
    bottom: -16px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .pTop .course__main--ar article h3::before {
    left: 0;
  }
  .pTop .course__main--ar article h3::after {
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .course__main--ar article.content {
    padding: 16px 0 40px;
  }
  .pTop .course__main--ar article.content .wrapTable {
    margin-top: 24px;
    padding: 0 84px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pTop .course__main--ar article.content .wrapTable {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .course__main--ar article.content .wrapTable table {
    width: 100%;
    border-collapse: collapse;
  }
  .pTop .course__main--ar article.content .wrapTable table th, .pTop .course__main--ar article.content .wrapTable table td {
    border: 8px solid #fff;
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    background: var(--color2);
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th:nth-of-type(1) {
    width: 100px;
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th:nth-of-type(2) {
    width: 280px;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr:nth-of-type(even) td {
    background: #F5F5F5;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr td {
    font-size: 20px;
    line-height: 32px;
    padding: 12px 24px;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr td:nth-of-type(1) {
    text-align: center;
    font-weight: 700;
    padding: 12px 0;
  }
  .pTop .course__main--ar article.content .note {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
  .pTop .course__main--ar article.plan {
    margin-top: 40px;
    padding: 26px 0 48px;
  }
  .pTop .course__main--ar article.plan .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -16px;
    margin-top: 24px;
  }
  .pTop .course__main--ar article.plan .list dl {
    margin: 16px;
    border: 2px solid #D4C7B1;
    -moz-border-radius: 18px;
         border-radius: 18px;
    width: 400px;
  }
  .pTop .course__main--ar article.plan .list dl dt {
    text-align: center;
    margin-top: -20px;
  }
  .pTop .course__main--ar article.plan .list dl dt span {
    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;
    white-space: nowrap;
    color: #fff;
    background: var(--color2);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    height: 39px;
    padding: 0 40px 3px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    font-family: var(--serif);
  }
  .pTop .course__main--ar article.plan .list dl dd {
    margin-top: 16px;
    padding: 0 24px 16px;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 26px;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/icCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 7px;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li.spec {
    color: #BDBDBD;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li.spec::before {
    background: url("../img/icCheck2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li + li {
    margin-top: 4px;
  }
    .pTop .course__main--ar article.plan .list dl dd ul li span{
    font-size:14px;
    line-height:1!important;
  }

  .pTop .course__main--ar article.plan .list dl dd .price {
    text-align: right;
    padding: 0 30px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 62px;
    line-height: 100%;
    font-weight: 500;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::before, .pTop .course__main--ar article.plan .list dl dd .price::after {
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 28px;
    text-align: center;
    right: 0;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::before {
    content: attr(data-unit);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--serif);
    color: #000;
    bottom: 6px;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::after {
    content: attr(data-tax);
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--serif);
    color: #000;
    bottom: 26px;
  }
  .pTop .open {
    background: url("../img/openBg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 67px 0 70px;
  }
  .pTop .open__main h2 {
    text-align: center;
    font-size: 48px;
    line-height: 69px;
    font-weight: 700;
    text-align: center;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .open__main .opening {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
    margin-top: 24px;
  }
  .pTop .open__main .nearly {
    margin-top: 21px;
  }
  .pTop .open__main .nearly h3 {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
  }
  .pTop .open__main .nearly .list {
    margin: 17px 0 -22px;
    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 .open__main .nearly .list figure {
    width: 281px;
    margin: 22px;
    text-align: center;
  }
  .pTop .open__main .nearly .list figure figcaption {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    font-family: var(--serif);
    margin-bottom: 17px;
  }
  .pTop .open__main .nearly .list figure img {
    width: 281px;
    height: 281px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .pTop .open__main .nearly .note {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
  }
  .pTop .contact {
    background: #F5F5F5;
    padding: 64px 0 72px;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .contact__main .form {
    margin-top: 48px;
    background: #fff;
    padding: 48px 100px;
  }
}

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

@media screen and (min-width: 769px), print {
  .pTop .contact__main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 32px;
  }
  .pTop .contact__main .form dl dt {
    width: 224px;
    margin-right: 24px;
    padding-top: 16px;
  }
  .pTop .contact__main .form dl dt.noPad {
    padding-top: 0;
  }
  .pTop .contact__main .form dl dt.required {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    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: 44px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #fff;
    background: #B95842;
  }
  .pTop .contact__main .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 56px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    outline: none;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -24px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    margin: 0 24px 24px 0;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding: 0 0 0 26px;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: -1px;
  }
  .pTop .contact__main .form dl dd p {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
  .pTop .contact__main .form .wrapPrivacy {
    margin-top: 32px;
    height: 160px;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #fff;
    padding: 24px 40px;
    overflow: auto;
  }
  .pTop .contact__main .form .wrapPrivacy h3 {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
  }
  .pTop .contact__main .form .wrapPrivacy .con {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .pTop .contact__main .form .wrapPrivacy .con b {
    font-size: 14px;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 32px;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 22px;
    display: inline-block;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #F0F0F0;
    font-size: 20px;
    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-weight: 700;
    color: #000;
    left: 0;
    top: 0;
  }
  .pTop .contact__main .form .btn {
    text-align: center;
    margin-top: 24px;
  }
  .pTop .contact__main .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: 323px;
    height: 64px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--serif);
    font-weight: 600;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form .btn button::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    background: url("../img/ctaMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .contact__main .form .btn button::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 6px;
    background: url("../img/ctaArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .btn button:hover {
    opacity: 1;
  }
  .pTop .contact__main .form .btn button:hover::after {
    right: 8px;
  }
  .ctaFixed {
    position: fixed;
    width: 277px;
    z-index: 99;
    right: 17px;
    bottom: 14px;
    opacity: 0;
  }
  .ctaFixed.fixed {
    opacity: 1;
  }
  .ctaFixed.fixed a {
    pointer-events: auto;
  }
  .ctaFixed 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;
    pointer-events: none;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 58px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 14px;
    line-height: 1.5;
    color: #FFF8EE;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 10.82px rgba(0, 0, 0, 0.15);
  }
  .ctaFixed a em {
    font-family: var(--serif);
    font-weight: 600;
    font-style: normal;
  }
  .ctaFixed a span {
    margin-left: 5px;
    font-weight: 500;
  }
  .ctaFixed a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #FFF8EE;
    background: url("../img/mvBtnMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ctaFixed a::after {
    position: absolute;
    content: "";
    width: 17.31px;
    height: 4.33px;
    background: url("../img/mvArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 21.28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ctaFixed a:hover {
    opacity: 1;
  }
  .ctaFixed a:hover::after {
    right: 11.5px;
  }
  .footer {
    background: -webkit-linear-gradient(359.67deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    background: -moz- oldlinear-gradient(359.67deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    background: linear-gradient(90.33deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .footer__web {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer__copy {
    font-size: 12px;
    margin-top: 16px;
  }
  .pChild .container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild__main .thanks {
    padding: 47px 0;
    text-align: center;
  }
  .pChild__main .thanks h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color2);
    letter-spacing: 0.05em;
    font-family: var(--serif);
  }
  .pChild__main .thanks .txt {
    margin-top: 47px;
    font-size: 16px;
    font-family: var(--serif);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4.83092vw;
    padding-right: 4.83092vw;
  }
  .header {
    background: -webkit-linear-gradient(359.79deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    background: -moz- oldlinear-gradient(359.79deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    background: linear-gradient(90.21deg, #B79675 8.72%, #CEBC8C 30.89%, #B79675 78.11%);
    padding: 3.62319vw 0 3.62319vw;
  }
  .header h1 {
    color: #fff;
    font-size: 3.62319vw;
    line-height: 1;
    font-family: var(--serif);
    font-weight: 500;
    text-align: center;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(67, 55, 43, 0.65));
            filter: drop-shadow(0px 0px 10px rgba(67, 55, 43, 0.65));
    letter-spacing: 0.03em;
    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;
  }
  .header h1 span {
    font-family: var(--san);
    font-weight: 500;
    font-size: 7.00483vw;
    display: inline-block;
  }
  .header h1 em {
    font-style: normal;
    font-size: 4.34783vw;
    font-weight: 600;
  }
  .pTop .mv {
    background: #fff url("../img/mvBg_sp.webp") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mv__main {
    position: relative;
    padding: 7.00483vw 2.89855vw 12.80193vw 4.34783vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__main::after {
    position: absolute;
    content: "";
    width: 58.9372vw;
    height: 108.9372vw;
    background: url("../img/mvMan_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 0vw;
    z-index: -1;
  }
  .pTop .mv__main p {
    font-size: 3.5628vw;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--serif);
    letter-spacing: 0.05em;
    color: var(--color1);
  }
  .pTop .mv__main p span {
    font-size: 3.86473vw;
  }
  .pTop .mv__main h2 {
    font-size: 11.83575vw;
    line-height: 14.25121vw;
    font-weight: 500;
    letter-spacing: -0.1em;
    color: var(--color2);
    font-family: var(--serif);
    margin-top: 1.44928vw;
  }
  .pTop .mv__main h2 span {
    font-family: var(--san);
    font-size: 13.28502vw;
    line-height: 16.18357vw;
    letter-spacing: 0.03em;
    display: inline-block;
    -webkit-transform: translateY(1.44928vw);
       -moz-transform: translateY(1.44928vw);
        -ms-transform: translateY(1.44928vw);
            transform: translateY(1.44928vw);
  }
  .pTop .mv__main h3 {
    font-size: 5.56763vw;
    line-height: 1.37;
    font-weight: 600;
    font-family: var(--serif);
    letter-spacing: 0.05em;
    margin-top: 2.89855vw;
  }
  .pTop .mv__main h3 span {
    color: var(--color2);
  }
  .pTop .mv__main .intro {
    font-size: 3.09179vw;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: var(--serif);
    margin-top: 3.38164vw;
  }
  .pTop .mv__main .btn {
    margin-top: 5.7971vw;
  }
  .pTop .mv__main .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: 92.75362vw;
    height: 19.32367vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.83092vw;
    line-height: 1.5;
    color: #FFF8EE;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 3.62319vw rgba(0, 0, 0, 0.15);
  }
  .pTop .mv__main .btn a em {
    font-family: var(--serif);
    font-weight: 600;
    font-style: normal;
  }
  .pTop .mv__main .btn a span {
    margin-left: 1.93237vw;
    font-weight: 500;
  }
  .pTop .mv__main .btn a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #FFF8EE;
    background: url("../img/mvBtnMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .mv__main .btn a::after {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 1.44928vw;
    background: url("../img/mvArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7.1256vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .mv__main .btn a:hover {
    opacity: 1;
  }
  .pTop .mv__main .btn a:hover::after {
    right: 4.71014vw;
  }
  .pTop .what {
    padding: 13.28502vw 0 0;
    background: url("../img/whatBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .what__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .what__main--con {
    margin-top: 10.14493vw;
    font-size: 3.86473vw;
    line-height: 10.86957vw;
    font-weight: 400;
    color: var(--color1);
    background: url("../img/whatGrid_sp.webp") 0 0 repeat;
    -moz-background-size: auto 10.86957vw;
         background-size: auto 10.86957vw;
  }
  .pTop .what__main--note {
    margin-top: 9.90338vw;
    text-align: center;
  }
  .pTop .what__main--note--inner {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 1px solid #D4C7B1;
    padding: 0 6.52174vw 6.76329vw;
  }
  .pTop .what__main--note--inner h3 {
    font-size: 6.28019vw;
    line-height: 1.45;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
    letter-spacing: 0.05em;
    margin-top: -9.17874vw;
    padding: 0 1.93237vw;
    background: #fff;
    display: inline-block;
  }
  .pTop .what__main--note--inner p {
    font-size: 4.54106vw;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 4.58937vw;
  }
  .pTop .what__main--note--inner p span {
    display: inline-block;
    color: #fff;
    font-size: 5.1087vw;
    padding: 0.72464vw 2.17391vw 0.72464vw;
    background: -webkit-linear-gradient(345.96deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    background: -moz- oldlinear-gradient(345.96deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    background: linear-gradient(104.04deg, #B79675 0%, #CEBC8C 50.48%, #B79675 100%);
    margin: 3.52415vw 1.44928vw 1.7029vw;
    font-family: var(--serif);
  }
  .pTop .cta {
    padding: 9.66184vw 0 11.5942vw;
    background: #fff;
  }
  .pTop .cta__main h2 {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: var(--serif);
    padding: 0 0 7.00483vw;
    background: url("../img/ctaArrow.webp") bottom center no-repeat;
    -moz-background-size: auto 2.89855vw;
         background-size: auto 2.89855vw;
  }
  .pTop .cta__main h2 span {
    font-size: 4.34783vw;
    line-height: 1.6;
    font-weight: 600;
    color: var(--color2);
  }
  .pTop .cta__main .list {
    margin-top: 6.28019vw;
  }
  .pTop .cta__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .cta__main .list ul li {
    width: 100%;
    height: 21.98068vw;
  }
  .pTop .cta__main .list ul li + li {
    margin-top: 3.38164vw;
  }
  .pTop .cta__main .list ul li a {
    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;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    font-size: 4.34783vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: var(--serif);
    font-weight: 600;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta__main .list ul li a::before, .pTop .cta__main .list ul li a::after {
    position: absolute;
    content: "";
  }
  .pTop .cta__main .list ul li a::before {
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    background: url("../img/ctaMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pTop .cta__main .list ul li a::after {
    width: 4.83092vw;
    height: 1.44928vw;
    background: url("../img/ctaArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11.5942vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main .list ul li a:hover {
    opacity: 1;
  }
  .pTop .cta__main .list ul li a:hover::after {
    right: 6.76329vw;
  }
  .pTop .mess {
    margin-top: -1.69082vw;
    background: #EDF1F4 url("../img/messBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 17.3913vw 0;
  }
  .pTop .mess__main {
    padding: 0 4.83092vw;
  }
  .pTop .mess__main--con {
    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;
  }
  .pTop .mess__main--con h2 {
    font-size: 6.28019vw;
    line-height: 1.34;
    font-weight: 600;
    font-family: var(--serif);
    letter-spacing: 0.05em;
    color: var(--color2);
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 24.15459vw;
    margin-right: -1.93237vw;
  }
  .pTop .mess__main--con .sign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.10628vw;
    padding-left: 27.29469vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .mess__main--con .sign::before {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    content: "";
    height: 1px;
    background: url("../img/messSign.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .mess__main--con .sign span {
    font-size: 5.88164vw;
    font-family: 'MinionProMedium';
    font-weight: 500;
    line-height: 7.00483vw;
    margin-left: 6.40097vw;
  }
  .pTop .mess__main--con .txt {
    margin-top: 13.28502vw;
    font-size: 3.86473vw;
    line-height: 2.3;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pTop .mess__main--con .txt span {
    display: inline;
    font-weight: 700;
    background: -webkit-repeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: -moz- oldrepeating-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgba(225, 174, 116, 0.6) 65%, rgba(225, 174, 116, 0.6) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .pTop .course {
    background: url("../img/courseBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 13.76812vw 0 10.14493vw;
  }
  .pTop .course__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 4.58937vw;
  }
  .pTop .course__main--title::after {
    position: absolute;
    content: "";
    width: 45.89372vw;
    height: 48.06763vw;
    background: url("../img/courseMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: -1.44928vw;
  }
  .pTop .course__main--title h2 {
    font-size: 8.69565vw;
    line-height: 10.38647vw;
    font-weight: 600;
    color: #fff;
    font-family: var(--serif);
    text-shadow: 0px 0px 1.20773vw rgba(0, 0, 0, 0.42);
  }
  .pTop .course__main--title .txt {
    margin-top: 7.00483vw;
    font-size: 3.86473vw;
    line-height: 2;
    font-weight: 400;
    color: #fff;
  }
  .pTop .course__main--ar {
    padding: 0 1.44928vw 0 3.1401vw;
  }
  .pTop .course__main--ar article {
    background: #fff;
  }
  .pTop .course__main--ar article h3 {
    margin: 0 -3.86473vw;
    text-align: center;
    color: #fff;
    font-size: 6.28019vw;
    line-height: 1.2;
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 0 2.41546vw rgba(67, 55, 43, 0.65);
    background: -webkit-linear-gradient(359.66deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    background: -moz- oldlinear-gradient(359.66deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    background: linear-gradient(90.34deg, #B79675 0%, #CEBC8C 46%, #B79675 100%);
    padding: 5.55556vw 0 6.28019vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .course__main--ar article h3::before, .pTop .course__main--ar article h3::after {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    background: #A48360;
    bottom: -3.86473vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .pTop .course__main--ar article h3::before {
    left: 0;
  }
  .pTop .course__main--ar article h3::after {
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .course__main--ar article.content {
    padding: 2.89855vw 0 8.21256vw;
  }
  .pTop .course__main--ar article.content .tableNote {
    font-size: 2.7657vw;
    font-family: var(--serif);
    font-weight: 600;
    line-height: 4.42029vw;
    color: #000;
    margin-top: 5.31401vw;
    padding: 0 5.07246vw;
  }
  .pTop .course__main--ar article.content .wrapTableHide {
    overflow: hidden;
    padding: 0 5.07246vw 0 3.62319vw;
  }
  .pTop .course__main--ar article.content .wrapTable {
    overflow: auto;
  }
  .pTop .course__main--ar article.content .wrapTable table {
    width: 161.83575vw;
    border-collapse: collapse;
  }
  .pTop .course__main--ar article.content .wrapTable table th, .pTop .course__main--ar article.content .wrapTable table td {
    border: 1.44928vw solid #fff;
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th {
    color: #fff;
    font-size: 3.97343vw;
    line-height: 6.35266vw;
    font-weight: 700;
    padding: 2.17391vw 0;
    text-align: center;
    vertical-align: middle;
    background: var(--color2);
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th:nth-of-type(1) {
    width: 16.90821vw;
  }
  .pTop .course__main--ar article.content .wrapTable table thead tr th:nth-of-type(2) {
    width: 55.55556vw;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr:nth-of-type(even) td {
    background: #F5F5F5;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr td {
    font-size: 3.97343vw;
    line-height: 6.52174vw;
    padding: 2.17391vw 3.62319vw;
  }
  .pTop .course__main--ar article.content .wrapTable table tbody tr td:nth-of-type(1) {
    text-align: center;
    font-weight: 700;
    padding: 2.17391vw 0;
  }
  .pTop .course__main--ar article.content .note {
    margin-top: 5.7971vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 2;
    padding: 0 5.31401vw 0 3.62319vw;
  }
  .pTop .course__main--ar article.plan {
    margin-top: 7.24638vw;
    padding: 3.38164vw 0 7.24638vw;
  }
  .pTop .course__main--ar article.plan .list {
    margin-top: 10.86957vw;
    padding: 0 5.31401vw 0 7.48792vw;
  }
  .pTop .course__main--ar article.plan .list dl {
    border: 1px solid #D4C7B1;
    -moz-border-radius: 3.41546vw;
         border-radius: 3.41546vw;
    width: 100%;
  }
  .pTop .course__main--ar article.plan .list dl dt {
    text-align: center;
    margin-top: -3.79469vw;
  }
  .pTop .course__main--ar article.plan .list dl dt span {
    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;
    white-space: nowrap;
    color: #fff;
    background: var(--color2);
    font-size: 4.55314vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    height: 7.48792vw;
    padding: 0 7.48792vw 0.72464vw;
    -moz-border-radius: 9.66184vw;
         border-radius: 9.66184vw;
    font-family: var(--serif);
  }
  .pTop .course__main--ar article.plan .list dl dd {
    margin-top: 2.89855vw;
    padding: 0 4.34783vw 2.89855vw;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li {
    font-size: 4vw;
    line-height: 2;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 5.07246vw;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li::before {
    position: absolute;
    content: "";
    width: 3.41546vw;
    height: 3.41546vw;
    background: url("../img/icCheck.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2.20773vw
  }
  .pTop .course__main--ar article.plan .list dl dd ul li.spec {
    color: #BDBDBD;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li.spec::before {
    background: url("../img/icCheck2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .course__main--ar article.plan .list dl dd ul li + li {
    margin-top: 0.72464vw;
  }

  .pTop .course__main--ar article.plan .list dl dd ul li span{
    font-size:14px;
    line-height:1!important;
  }


  .pTop .course__main--ar article.plan .list dl dd .price {
    text-align: right;
    padding: 0 5.31401vw 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 11.5942vw;
    line-height: 100%;
    font-weight: 500;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::before, .pTop .course__main--ar article.plan .list dl dd .price::after {
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 5.31401vw;
    text-align: left;
    right: 0;
    white-space: nowrap;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::before {
    content: attr(data-unit);
    font-size: 3.79469vw;
    line-height: 1;
    font-weight: 600;
    font-family: var(--serif);
    color: #000;
    bottom: 1.20773vw;
  }
  .pTop .course__main--ar article.plan .list dl dd .price::after {
    content: attr(data-tax);
    font-size: 1.89614vw;
    line-height: 1;
    font-weight: 600;
    font-family: var(--serif);
    color: #000;
    bottom: 5.55556vw;
  }
  .pTop .course__main--ar article.plan .list dl + dl {
    margin-top: 6.83092vw;
  }
  .pTop .open {
    background: url("../img/openBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.31884vw 0 14.00966vw;
  }
  .pTop .open__main h2 {
    text-align: center;
    font-size: 8.04348vw;
    line-height: 11.5942vw;
    font-weight: 700;
    text-align: center;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .open__main .opening {
    text-align: center;
    font-size: 5.16667vw;
    line-height: 9.03382vw;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
    margin-top: 5.31401vw;
  }
  .pTop .open__main .nearly {
    margin-top: 5.07246vw;
  }
  .pTop .open__main .nearly h3 {
    text-align: center;
    font-size: 5.16667vw;
    line-height: 9.03382vw;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
  }
  .pTop .open__main .nearly .list {
    margin: 5.55556vw -2.89855vw -1.44928vw;
    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 .open__main .nearly .list figure {
    width: 42.27053vw;
    margin: 1.44928vw 2.89855vw;
    text-align: center;
  }
  .pTop .open__main .nearly .list figure figcaption {
    font-size: 3.86473vw;
    line-height: 5.31401vw;
    font-weight: 700;
    color: #000;
    font-family: var(--serif);
    margin-bottom: 2.657vw;
    white-space: nowrap;
  }
  .pTop .open__main .nearly .list figure img {
    width: 42.27053vw;
    height: 42.27053vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .pTop .open__main .nearly .list figure:first-of-type {
    margin: 1.44928vw 7.24638vw;
  }
  .pTop .open__main .nearly .note {
    margin: 9.8599vw -2.41546vw 0;
    text-align: center;
    font-size: 5.16667vw;
    line-height: 9.03382vw;
    font-weight: 700;
    font-family: var(--serif);
    color: #000;
  }
  .pTop .contact {
    background: #F5F5F5;
    padding: 11.83575vw 0 10.86957vw;
  }
  .pTop .contact__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--color2);
  }
  .pTop .contact__main .form {
    margin-top: 9.66184vw;
    background: #fff;
    padding: 8.9372vw 4.83092vw;
  }
  .pTop .contact__main .form dl + dl {
    margin-top: 10.62802vw;
  }
  .pTop .contact__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .contact__main .form dl dt.noPad {
    padding-top: 0;
  }
  .pTop .contact__main .form dl dt.required {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .contact__main .form dl dt.required::after {
    content: "必須";
    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: 10.62802vw;
    height: 5.7971vw;
    font-size: 3.38164vw;
    line-height: 1;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    color: #fff;
    background: #B95842;
  }
  .pTop .contact__main .form dl dd {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .pTop .contact__main .form dl dd .wrapInput {
    width: 100%;
  }
  .pTop .contact__main .form dl dd .wrapInput input, .pTop .contact__main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 13.52657vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    outline: none;
    padding: 2.89855vw 3.86473vw;
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .pTop .contact__main .form dl dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -2.89855vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label {
    margin: 0 2.89855vw 5.7971vw 0;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form dl dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form dl dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: radial-gradient(circle, black 0%, black 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
  .pTop .contact__main .form dl dd .wrapRadio label span {
    white-space: nowrap;
    display: inline-block;
    font-size: 3.86473vw;
    line-height: 1;
    position: relative;
    padding: 0 0 0 6.28019vw;
  }
  .pTop .contact__main .form dl dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 4.34783vw;
    height: 4.34783vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: -0.24155vw;
  }
  .pTop .contact__main .form dl dd p {
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    margin-top: 2.41546vw;
    letter-spacing: 0.03em;
  }
  .pTop .contact__main .form .wrapPrivacy {
    margin-top: 6.28019vw;
    height: 38.64734vw;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    background: #fff;
    padding: 6.76329vw 2.41546vw;
    overflow: auto;
  }
  .pTop .contact__main .form .wrapPrivacy h3 {
    font-size: 3.86473vw;
    line-height: 1.1;
    font-weight: 700;
  }
  .pTop .contact__main .form .wrapPrivacy .con {
    margin-top: 3.86473vw;
    font-size: 2.89855vw;
    line-height: 4.34783vw;
  }
  .pTop .contact__main .form .wrapPrivacy .con b {
    font-size: 3.38164vw;
  }
  .pTop .contact__main .form .wrapCheck {
    margin-top: 7.72947vw;
    text-align: center;
  }
  .pTop .contact__main .form .wrapCheck label {
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .pTop .contact__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main .form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main .form .wrapCheck label span {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 5.31401vw;
    display: inline-block;
  }
  .pTop .contact__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 3.38164vw;
    height: 3.38164vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background: #F0F0F0;
    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;
    font-weight: 700;
    color: #000;
    left: 0;
    top: 0;
  }
  .pTop .contact__main .form .btn {
    text-align: center;
    margin-top: 5.7971vw;
  }
  .pTop .contact__main .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: 78.01932vw;
    height: 15.45894vw;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-family: var(--serif);
    font-weight: 600;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .contact__main .form .btn button::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    background: url("../img/ctaMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .contact__main .form .btn button::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 1.44928vw;
    background: url("../img/ctaArrowBtn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.34783vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .contact__main .form .btn button:hover {
    opacity: 1;
  }
  .pTop .contact__main .form .btn button:hover::after {
    right: 1.93237vw;
  }
  .ctaFixed {
    position: fixed;
    width: 76.08696vw;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2.70773vw;
    opacity: 0;
  }
  .ctaFixed.fixed {
    opacity: 1;
  }
  .ctaFixed.fixed a {
    pointer-events: auto;
  }
  .ctaFixed 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;
    pointer-events: none;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 15.8913vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3A75E), color-stop(90%, #C47A36));
    background: -webkit-linear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: -moz- oldlinear-gradient(top, #E3A75E 0%, #C47A36 90%);
    background: linear-gradient(180deg, #E3A75E 0%, #C47A36 90%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.97343vw;
    line-height: 1.5;
    color: #FFF8EE;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 2.97826vw rgba(0, 0, 0, 0.15);
  }
  .ctaFixed a em {
    font-family: var(--serif);
    font-weight: 600;
    font-style: normal;
  }
  .ctaFixed a span {
    margin-left: 1.20773vw;
    font-weight: 500;
  }
  .ctaFixed a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #FFF8EE;
    background: url("../img/mvBtnMask.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ctaFixed a::after {
    position: absolute;
    content: "";
    width: 4.76812vw;
    height: 1.19082vw;
    background: url("../img/mvArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.8599vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ctaFixed a:hover {
    opacity: 1;
  }
  .ctaFixed a:hover::after {
    right: 2.77778vw;
  }
  .footer {
    background: -webkit-linear-gradient(359.67deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    background: -moz- oldlinear-gradient(359.67deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    background: linear-gradient(90.33deg, #B79675 0%, #C3A981 50%, #B79675 100%);
    padding: 5.7971vw 0 24.15459vw;
    text-align: center;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .footer__web {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer__copy {
    font-size: 2.89855vw;
    margin-top: 3.86473vw;
  }
  .pChild .container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
    padding-bottom: 5.7971vw;
  }
  .pChild__main .thanks {
    padding: 11.35266vw 2.41546vw;
    text-align: center;
  }
  .pChild__main .thanks h2 {
    font-size: 7.72947vw;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color2);
    letter-spacing: 0.05em;
    font-family: var(--serif);
  }
  .pChild__main .thanks .txt {
    margin-top: 11.35266vw;
    font-size: 3.38164vw;
    font-family: var(--serif);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}

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

.main-btn{
  text-align: center;
  margin-top: 30px;
}
