@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@keyframes text_scroll {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(-100%); } }
.fn-1 {
  font-size: 1px !important; }

.fn-2 {
  font-size: 2px !important; }

.fn-3 {
  font-size: 3px !important; }

.fn-4 {
  font-size: 4px !important; }

.fn-5 {
  font-size: 5px !important; }

.fn-6 {
  font-size: 6px !important; }

.fn-7 {
  font-size: 7px !important; }

.fn-8 {
  font-size: 8px !important; }

.fn-9 {
  font-size: 9px !important; }

.fn-10 {
  font-size: 10px !important; }

.fn-11 {
  font-size: 11px !important; }

.fn-12 {
  font-size: 12px !important; }

.fn-13 {
  font-size: 13px !important; }

.fn-14 {
  font-size: 14px !important; }

.fn-15 {
  font-size: 15px !important; }

.fn-16 {
  font-size: 16px !important; }

.fn-17 {
  font-size: 17px !important; }

.fn-18 {
  font-size: 18px !important; }

.fn-19 {
  font-size: 19px !important; }

.fn-20 {
  font-size: 20px !important; }

.fn-21 {
  font-size: 21px !important; }

.fn-22 {
  font-size: 22px !important; }

.fn-23 {
  font-size: 23px !important; }

.fn-24 {
  font-size: 24px !important; }

.fn-25 {
  font-size: 25px !important; }

.fn-26 {
  font-size: 26px !important; }

.fn-27 {
  font-size: 27px !important; }

.fn-28 {
  font-size: 28px !important; }

.fn-29 {
  font-size: 29px !important; }

.fn-30 {
  font-size: 30px !important; }

.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.w-100 {
  width: 100% !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media screen and (max-width: 768px) {
  .p-md--5 {
    padding: 5px !important; }

  .pt-md--5 {
    padding-top: 5px !important; }

  .pb-md--5 {
    padding-bottom: 5px !important; }

  .pl-md--5 {
    padding-left: 5px !important; }

  .pr-md--5 {
    padding-right: 5px !important; }

  .px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .py-md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .m-md--5 {
    margin: 5px !important; }

  .mt-md--5 {
    margin-top: 5px !important; }

  .mb-md--5 {
    margin-bottom: 5px !important; }

  .ml-md--5 {
    margin-left: 5px !important; }

  .mr-md--5 {
    margin-right: 5px !important; }

  .mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .my-md--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .p-md--10 {
    padding: 10px !important; }

  .pt-md--10 {
    padding-top: 10px !important; }

  .pb-md--10 {
    padding-bottom: 10px !important; }

  .pl-md--10 {
    padding-left: 10px !important; }

  .pr-md--10 {
    padding-right: 10px !important; }

  .px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .py-md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .m-md--10 {
    margin: 10px !important; }

  .mt-md--10 {
    margin-top: 10px !important; }

  .mb-md--10 {
    margin-bottom: 10px !important; }

  .ml-md--10 {
    margin-left: 10px !important; }

  .mr-md--10 {
    margin-right: 10px !important; }

  .mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .my-md--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .p-md--15 {
    padding: 15px !important; }

  .pt-md--15 {
    padding-top: 15px !important; }

  .pb-md--15 {
    padding-bottom: 15px !important; }

  .pl-md--15 {
    padding-left: 15px !important; }

  .pr-md--15 {
    padding-right: 15px !important; }

  .px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .py-md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .m-md--15 {
    margin: 15px !important; }

  .mt-md--15 {
    margin-top: 15px !important; }

  .mb-md--15 {
    margin-bottom: 15px !important; }

  .ml-md--15 {
    margin-left: 15px !important; }

  .mr-md--15 {
    margin-right: 15px !important; }

  .mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .my-md--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .p-md--20 {
    padding: 20px !important; }

  .pt-md--20 {
    padding-top: 20px !important; }

  .pb-md--20 {
    padding-bottom: 20px !important; }

  .pl-md--20 {
    padding-left: 20px !important; }

  .pr-md--20 {
    padding-right: 20px !important; }

  .px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .py-md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .m-md--20 {
    margin: 20px !important; }

  .mt-md--20 {
    margin-top: 20px !important; }

  .mb-md--20 {
    margin-bottom: 20px !important; }

  .ml-md--20 {
    margin-left: 20px !important; }

  .mr-md--20 {
    margin-right: 20px !important; }

  .mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .my-md--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .p-md--25 {
    padding: 25px !important; }

  .pt-md--25 {
    padding-top: 25px !important; }

  .pb-md--25 {
    padding-bottom: 25px !important; }

  .pl-md--25 {
    padding-left: 25px !important; }

  .pr-md--25 {
    padding-right: 25px !important; }

  .px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .py-md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .m-md--25 {
    margin: 25px !important; }

  .mt-md--25 {
    margin-top: 25px !important; }

  .mb-md--25 {
    margin-bottom: 25px !important; }

  .ml-md--25 {
    margin-left: 25px !important; }

  .mr-md--25 {
    margin-right: 25px !important; }

  .mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .my-md--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .p-md--30 {
    padding: 30px !important; }

  .pt-md--30 {
    padding-top: 30px !important; }

  .pb-md--30 {
    padding-bottom: 30px !important; }

  .pl-md--30 {
    padding-left: 30px !important; }

  .pr-md--30 {
    padding-right: 30px !important; }

  .px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .py-md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .m-md--30 {
    margin: 30px !important; }

  .mt-md--30 {
    margin-top: 30px !important; }

  .mb-md--30 {
    margin-bottom: 30px !important; }

  .ml-md--30 {
    margin-left: 30px !important; }

  .mr-md--30 {
    margin-right: 30px !important; }

  .mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .my-md--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .p-md--35 {
    padding: 35px !important; }

  .pt-md--35 {
    padding-top: 35px !important; }

  .pb-md--35 {
    padding-bottom: 35px !important; }

  .pl-md--35 {
    padding-left: 35px !important; }

  .pr-md--35 {
    padding-right: 35px !important; }

  .px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .py-md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .m-md--35 {
    margin: 35px !important; }

  .mt-md--35 {
    margin-top: 35px !important; }

  .mb-md--35 {
    margin-bottom: 35px !important; }

  .ml-md--35 {
    margin-left: 35px !important; }

  .mr-md--35 {
    margin-right: 35px !important; }

  .mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .my-md--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .p-md--40 {
    padding: 40px !important; }

  .pt-md--40 {
    padding-top: 40px !important; }

  .pb-md--40 {
    padding-bottom: 40px !important; }

  .pl-md--40 {
    padding-left: 40px !important; }

  .pr-md--40 {
    padding-right: 40px !important; }

  .px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .py-md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .m-md--40 {
    margin: 40px !important; }

  .mt-md--40 {
    margin-top: 40px !important; }

  .mb-md--40 {
    margin-bottom: 40px !important; }

  .ml-md--40 {
    margin-left: 40px !important; }

  .mr-md--40 {
    margin-right: 40px !important; }

  .mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .my-md--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .p-md--45 {
    padding: 45px !important; }

  .pt-md--45 {
    padding-top: 45px !important; }

  .pb-md--45 {
    padding-bottom: 45px !important; }

  .pl-md--45 {
    padding-left: 45px !important; }

  .pr-md--45 {
    padding-right: 45px !important; }

  .px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .py-md--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .m-md--45 {
    margin: 45px !important; }

  .mt-md--45 {
    margin-top: 45px !important; }

  .mb-md--45 {
    margin-bottom: 45px !important; }

  .ml-md--45 {
    margin-left: 45px !important; }

  .mr-md--45 {
    margin-right: 45px !important; }

  .mx-md--45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .my-md--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .p-md--50 {
    padding: 50px !important; }

  .pt-md--50 {
    padding-top: 50px !important; }

  .pb-md--50 {
    padding-bottom: 50px !important; }

  .pl-md--50 {
    padding-left: 50px !important; }

  .pr-md--50 {
    padding-right: 50px !important; }

  .px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .py-md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .m-md--50 {
    margin: 50px !important; }

  .mt-md--50 {
    margin-top: 50px !important; }

  .mb-md--50 {
    margin-bottom: 50px !important; }

  .ml-md--50 {
    margin-left: 50px !important; }

  .mr-md--50 {
    margin-right: 50px !important; }

  .mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .my-md--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .p-md--55 {
    padding: 55px !important; }

  .pt-md--55 {
    padding-top: 55px !important; }

  .pb-md--55 {
    padding-bottom: 55px !important; }

  .pl-md--55 {
    padding-left: 55px !important; }

  .pr-md--55 {
    padding-right: 55px !important; }

  .px-md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .py-md--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .m-md--55 {
    margin: 55px !important; }

  .mt-md--55 {
    margin-top: 55px !important; }

  .mb-md--55 {
    margin-bottom: 55px !important; }

  .ml-md--55 {
    margin-left: 55px !important; }

  .mr-md--55 {
    margin-right: 55px !important; }

  .mx-md--55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .my-md--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .p-md--60 {
    padding: 60px !important; }

  .pt-md--60 {
    padding-top: 60px !important; }

  .pb-md--60 {
    padding-bottom: 60px !important; }

  .pl-md--60 {
    padding-left: 60px !important; }

  .pr-md--60 {
    padding-right: 60px !important; }

  .px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .py-md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-md--60 {
    margin: 60px !important; }

  .mt-md--60 {
    margin-top: 60px !important; }

  .mb-md--60 {
    margin-bottom: 60px !important; }

  .ml-md--60 {
    margin-left: 60px !important; }

  .mr-md--60 {
    margin-right: 60px !important; }

  .mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .my-md--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-md--65 {
    padding: 65px !important; }

  .pt-md--65 {
    padding-top: 65px !important; }

  .pb-md--65 {
    padding-bottom: 65px !important; }

  .pl-md--65 {
    padding-left: 65px !important; }

  .pr-md--65 {
    padding-right: 65px !important; }

  .px-md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .py-md--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .m-md--65 {
    margin: 65px !important; }

  .mt-md--65 {
    margin-top: 65px !important; }

  .mb-md--65 {
    margin-bottom: 65px !important; }

  .ml-md--65 {
    margin-left: 65px !important; }

  .mr-md--65 {
    margin-right: 65px !important; }

  .mx-md--65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .my-md--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .p-md--70 {
    padding: 70px !important; }

  .pt-md--70 {
    padding-top: 70px !important; }

  .pb-md--70 {
    padding-bottom: 70px !important; }

  .pl-md--70 {
    padding-left: 70px !important; }

  .pr-md--70 {
    padding-right: 70px !important; }

  .px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .py-md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .m-md--70 {
    margin: 70px !important; }

  .mt-md--70 {
    margin-top: 70px !important; }

  .mb-md--70 {
    margin-bottom: 70px !important; }

  .ml-md--70 {
    margin-left: 70px !important; }

  .mr-md--70 {
    margin-right: 70px !important; }

  .mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .my-md--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .p-md--75 {
    padding: 75px !important; }

  .pt-md--75 {
    padding-top: 75px !important; }

  .pb-md--75 {
    padding-bottom: 75px !important; }

  .pl-md--75 {
    padding-left: 75px !important; }

  .pr-md--75 {
    padding-right: 75px !important; }

  .px-md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .py-md--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .m-md--75 {
    margin: 75px !important; }

  .mt-md--75 {
    margin-top: 75px !important; }

  .mb-md--75 {
    margin-bottom: 75px !important; }

  .ml-md--75 {
    margin-left: 75px !important; }

  .mr-md--75 {
    margin-right: 75px !important; }

  .mx-md--75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .my-md--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .p-md--80 {
    padding: 80px !important; }

  .pt-md--80 {
    padding-top: 80px !important; }

  .pb-md--80 {
    padding-bottom: 80px !important; }

  .pl-md--80 {
    padding-left: 80px !important; }

  .pr-md--80 {
    padding-right: 80px !important; }

  .px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .py-md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .m-md--80 {
    margin: 80px !important; }

  .mt-md--80 {
    margin-top: 80px !important; }

  .mb-md--80 {
    margin-bottom: 80px !important; }

  .ml-md--80 {
    margin-left: 80px !important; }

  .mr-md--80 {
    margin-right: 80px !important; }

  .mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .my-md--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .p-md--85 {
    padding: 85px !important; }

  .pt-md--85 {
    padding-top: 85px !important; }

  .pb-md--85 {
    padding-bottom: 85px !important; }

  .pl-md--85 {
    padding-left: 85px !important; }

  .pr-md--85 {
    padding-right: 85px !important; }

  .px-md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .py-md--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .m-md--85 {
    margin: 85px !important; }

  .mt-md--85 {
    margin-top: 85px !important; }

  .mb-md--85 {
    margin-bottom: 85px !important; }

  .ml-md--85 {
    margin-left: 85px !important; }

  .mr-md--85 {
    margin-right: 85px !important; }

  .mx-md--85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .my-md--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .p-md--90 {
    padding: 90px !important; }

  .pt-md--90 {
    padding-top: 90px !important; }

  .pb-md--90 {
    padding-bottom: 90px !important; }

  .pl-md--90 {
    padding-left: 90px !important; }

  .pr-md--90 {
    padding-right: 90px !important; }

  .px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .py-md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .m-md--90 {
    margin: 90px !important; }

  .mt-md--90 {
    margin-top: 90px !important; }

  .mb-md--90 {
    margin-bottom: 90px !important; }

  .ml-md--90 {
    margin-left: 90px !important; }

  .mr-md--90 {
    margin-right: 90px !important; }

  .mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .my-md--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .p-md--95 {
    padding: 95px !important; }

  .pt-md--95 {
    padding-top: 95px !important; }

  .pb-md--95 {
    padding-bottom: 95px !important; }

  .pl-md--95 {
    padding-left: 95px !important; }

  .pr-md--95 {
    padding-right: 95px !important; }

  .px-md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .py-md--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .m-md--95 {
    margin: 95px !important; }

  .mt-md--95 {
    margin-top: 95px !important; }

  .mb-md--95 {
    margin-bottom: 95px !important; }

  .ml-md--95 {
    margin-left: 95px !important; }

  .mr-md--95 {
    margin-right: 95px !important; }

  .mx-md--95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .my-md--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .p-md--100 {
    padding: 100px !important; }

  .pt-md--100 {
    padding-top: 100px !important; }

  .pb-md--100 {
    padding-bottom: 100px !important; }

  .pl-md--100 {
    padding-left: 100px !important; }

  .pr-md--100 {
    padding-right: 100px !important; }

  .px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .m-md--100 {
    margin: 100px !important; }

  .mt-md--100 {
    margin-top: 100px !important; }

  .mb-md--100 {
    margin-bottom: 100px !important; }

  .ml-md--100 {
    margin-left: 100px !important; }

  .mr-md--100 {
    margin-right: 100px !important; }

  .mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-md--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .p-md--0 {
    padding: 0 !important; }

  .pt-md--0 {
    padding-top: 0 !important; }

  .pb-md--0 {
    padding-bottom: 0 !important; }

  .pl-md--0 {
    padding-left: 0 !important; }

  .pr-md--0 {
    padding-right: 0 !important; }

  .px-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .py-md--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .m-md--0 {
    margin: 0 !important; }

  .mt-md--0 {
    margin-top: 0 !important; }

  .mb-md--0 {
    margin-bottom: 0 !important; }

  .ml-md--0 {
    margin-left: 0 !important; }

  .mr-md--0 {
    margin-right: 0 !important; }

  .mx-md--0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .my-md--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
/*MQ用*/
.txt-color-skyblue {
  color: #08adbb; }

.txt-color-yellow {
  color: #f4cb0d; }

.txt-color-red, .asterisk {
  color: red; }

*:not(.video *):not(#op-madal *):not(#modalYouTube *):not(#menu-btn *):not(header *):not(#op-madal):not(#modalYouTube):not(#menu-btn):not(header):not(#luxy):not(.side-next-prev-btn):not(.col-img:before) {
  perspective: 1000; }

html {
  overflow-y: auto; }

body {
  font-family: "Prompt", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 17px;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 2;
  font-weight: 500;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px;
      letter-spacing: 0; } }

::selection {
  background: #08adbb;
  color: #fff; }

ul, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

summary {
  color: #08adbb;
  cursor: pointer; }

li, h1, h2, h3, h4, h5, h6, p, .soldout, a {
  transform: rotate(-0.05deg); }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

a, .a {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  a img, .a img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  a:hover, .a:hover {
    /*opacity: .6 !important;*/
    text-decoration: none; }

h2 {
  font-size: 38px;
  letter-spacing: 0.2rem;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px;
      letter-spacing: 0.1rem; } }

h3 {
  font-size: 30px;
  /*letter-spacing: 0.5rem;*/ }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 25px; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 21px; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 15px; } }

h6 {
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 12px;
      letter-spacing: 0.1rem !important; } }

pre {
  white-space: normal; }

.normal-format p, .normal-format ul, .normal-format ol, .normal-format li, .normal-format a {
  line-height: 2;
  letter-spacing: 0; }

.dec-line {
  padding: 0 0 0 20px;
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 500; }
  .dec-line:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    /*margin-top: 5px;*/
    background-color: #f6e500; }
  @media screen and (max-width: 768px) {
    .dec-line {
      padding: 0 0 0 15px;
      letter-spacing: 0rem; } }

.bg-yellow .dec-line:before {
  background-color: #fff; }

.dec-circle, .dec-circle-w {
  padding: 0 0 0 25px;
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: 500; }
  .dec-circle:before, .dec-circle-w:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin: auto;
    margin-top: -6px;
    background-color: #f6e500;
    border-radius: 10px;
    border: solid 2px #000; }

.dec-circle-w:before {
  background-color: #fff; }

.dec-border {
  padding: 0 0 0 25px;
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: 500; }
  .dec-border:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 17px;
    left: 0;
    margin: auto;
    background-color: #000; }

.fnt-w-600 {
  font-weight: 600 !important; }

.fnt-w-700 {
  font-weight: 700 !important; }

.fnt-w-800 {
  font-weight: 800 !important; }

p {
  line-height: 1.6;
  margin: 0; }

.anchor {
  padding-top: 100px;
  margin-top: -100px; }

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
  line-height: inherit; }
#top p {
  line-height: 2; }

.bold, strong {
  font-weight: bold !important; }

small, .small, .caution p {
  font-size: 75%;
  line-height: 1.6;
  padding-bottom: 10px;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    small, .small, .caution p {
      font-size: 85%; } }

.small-85 {
  font-size: 85% !important; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px; }

.image-container {
  width: 100%;
  max-width: 1080px;
  /* 最大幅を1080pxに設定 */
  height: 0;
  padding-bottom: 66.67%;
  /* 16:9のアスペクト比を維持 */
  position: relative;
  overflow: hidden; }
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

img[src$=".svg"] {
  max-width: 100%; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
.align-middle {
  vertical-align: middle !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.content-inner {
  padding: 140px 5%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .content-inner {
      padding: 100px 5% !important; } }

.content-inner-side {
  padding: 0 5%; }

.btn {
  display: block; }
  .btn a, .btn button {
    border-radius: 50px;
    position: relative;
    background-color: #f6e500;
    padding: 15px 60px;
    display: inline-block;
    color: #000 !important;
    letter-spacing: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .btn a:hover, .btn button:hover {
      background-color: #08adbb; }
    @media screen and (max-width: 768px) {
      .btn a, .btn button {
        width: calc(100% - 40px);
        text-align: center;
        padding: 15px 20px; } }
    .btn a:before, .btn button:before {
      content: '';
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      right: 25px;
      margin: auto;
      margin-top: -4px;
      background: url(../img/ico_yazi.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain; }
  .btn.btn-big a {
    padding: 25px 15px; }

.btn-back a:before {
  content: '';
  right: inherit;
  left: 25px;
  transform: rotate(180deg); }

.btn-black a {
  background-color: #000;
  color: #fff !important;
  padding: 5px 30px;
  font-size: 15px; }
  .btn-black a:before {
    display: none; }

.btn-small {
  font-size: 14px; }
  .btn-small a {
    padding: 4px 18px;
    width: auto;
    font-size: 12px; }

.btn-underline a {
  position: relative;
  /*border-bottom: solid 2px #000;*/
  padding: 0 17px 5px 0;
  font-weight: 700;
  color: #000 !important; }
  .btn-underline a:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 0;
    margin: auto;
    margin-top: -9px;
    background: url(../img/ico_yazi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  .btn-underline a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #000 !important;
    transition: .3s; }
  .btn-underline a:hover:after {
    width: 100%; }

.ico-yazi {
  position: relative;
  padding: 0 12px 0 0; }
  .ico-yazi:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: -5px;
    margin: auto;
    margin-top: -4px;
    background: url(../img/ico_yazi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }

.bg-yellow {
  background-color: #f6e500; }
  .bg-yellow .dec-circle:before {
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #000; }

.bg-yellow-radius {
  background-color: #f6e500;
  border-radius: 100px 0 0 0; }
  @media screen and (max-width: 768px) {
    .bg-yellow-radius {
      border-radius: 50px 0 0 0; } }
  .bg-yellow-radius .dec-circle:before {
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #000; }

.bg-gray {
  background-color: #f8f8f8;
  border-radius: 100px 0 0 0; }
  @media screen and (max-width: 768px) {
    .bg-gray {
      border-radius: 50px 0 0 0; } }

.bg-gray {
  background-color: #f8f8f8; }

.bg-white {
  background-color: #fff; }

.tag a {
  color: #08adbb;
  font-size: 15px; }

.end-flag {
  position: relative; }
  .end-flag:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    border-radius: 10px;
    pointer-events: none; }
  .end-flag:after {
    content: '受付終了';
    position: absolute;
    display: block;
    margin: auto;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    z-index: 1;
    border: solid 2px #fff;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.4;
    pointer-events: none; }

.end-tag {
  padding: 2px 15px;
  background: #f6e500;
  border-radius: 20px;
  font-size: 12px;
  line-height: 0; }

.card-teachers {
  display: grid;
  gap: 20px; }
  .card-teachers .card-teacher {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
    background: #fff; }
    .card-teachers .card-teacher .card-teacher-body {
      margin-top: 5px;
      display: flex;
      gap: 15px;
      align-items: flex-start; }
      .card-teachers .card-teacher .card-teacher-body .card-teacher-photo {
        width: 20%; }
        .card-teachers .card-teacher .card-teacher-body .card-teacher-photo img {
          height: auto;
          border-radius: 10px;
          display: block; }
    .card-teachers .card-teacher .card-teacher-text {
      width: 80%; }
      .card-teachers .card-teacher .card-teacher-text .card-teacher-label {
        display: inline-block;
        font-size: 0.9rem;
        padding: 2px 10px;
        border-radius: 999px;
        background: #f3f3f3;
        margin-bottom: 10px; }
      .card-teachers .card-teacher .card-teacher-text .card-teacher-detail {
        line-height: 1.6;
        font-size: 90%;
        margin-top: 10px; }
      .card-teachers .card-teacher .card-teacher-text .card-teacher-btn a {
        padding: 5px 20px;
        font-size: 13px;
        margin-top: 10px; }

.wpsm_testi_title:before {
  display: none; }

.wpsm_testi_review, .wpsm_testi_pic {
  margin-bottom: 20px !important; }

.wpsm_testi_description {
  text-align: left; }

.wpsm_row .wpsm_col-md-6 {
  width: calc(50% - 30px); }
  @media screen and (max-width: 768px) {
    .wpsm_row .wpsm_col-md-6 {
      width: calc(100% - 30px); } }

#TEACHER .swiper-button-prev,
#TEACHER .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 23%); }
  #TEACHER .swiper-button-prev span,
  #TEACHER .swiper-button-next span {
    position: relative; }
    #TEACHER .swiper-button-prev span:before,
    #TEACHER .swiper-button-next span:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 40px;
      top: 50%;
      right: 20px;
      margin: auto;
      margin-top: -19px;
      background-color: #000; }
  @media screen and (max-width: 768px) {
    #TEACHER .swiper-button-prev,
    #TEACHER .swiper-button-next {
      top: var(--swiper-navigation-top-offset, 84%); } }
#TEACHER .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 85%); }
  @media screen and (max-width: 768px) {
    #TEACHER .swiper-button-prev {
      left: var(--swiper-navigation-sides-offset, 70%); } }
#TEACHER .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 5%); }

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px; }

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto; }

@media screen and (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px; }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 32px;
    width: 32px; } }
.swiper-button-prev::after {
  background-image: url(../img/arrow-right.png);
  transform: rotate(180deg); }

.swiper-button-prev.button-w::after {
  background-image: url(../img/arrow-right-w.png); }

.swiper-button-next::after {
  background-image: url(../img/arrow-right.png); }

.swiper-button-next.button-w::after {
  background-image: url(../img/arrow-right-w.png); }

@media screen and (max-width: 800px) {
  .iframe-inner {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .iframe-inner iframe {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
.js-animation {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

.js-animation-opacity {
  opacity: 0; }

.js-animation-fade {
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px); }
  .js-animation-fade.is-visible {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.container-base a {
  color: #08adbb; }

.container {
  /*.btn{
    a{
      padding: 15px 60px;
    }
  }*/ }
  .container div, .container p, .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .container div, .container p, .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
        margin-bottom: 20px; } }
  .container p {
    line-height: 2;
    letter-spacing: 0; }
  .container .txt-link a {
    color: #08adbb; }
    .container .txt-link a:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background-color: #08adbb;
      transition: .3s; }
    .container .txt-link a:hover:after {
      width: 100%; }
  .container a {
    position: relative;
    font-weight: 700;
    display: inline-block; }

.desc {
  overflow: hidden; }
  .desc p {
    float: left;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .desc p {
        float: inherit; } }
  .desc .con_right {
    overflow: hidden;
    padding-left: 20px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .desc .con_right {
        overflow: inherit;
        padding-left: 0; } }

#SUB-ABOUT img {
  border-radius: 80px 80px 80px 2px; }
#SUB-ABOUT .row .col-5:first-child {
  width: 45%;
  padding-right: 5%; }

.select-box {
  max-width: 1000px;
  margin: auto; }
  .select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 1.75;
    color: #000;
    background-color: #f5f7f4;
    border-radius: 50px;
    background-image: none;
    border: none;
    word-break: normal; }
    @media screen and (max-width: 768px) {
      .select-box select {
        padding: 15px 30px;
        font-size: 16px; } }
  .select-box.ico-yazi:before {
    right: 50px; }

.interview-list ul:after {
  content: "";
  display: block;
  width: 30%; }
.interview-list ul li img {
  border-radius: 8px; }
.interview-list ul li a {
  width: auto !important; }

.blog-list ul:after {
  content: "";
  display: block;
  width: 30%; }
.blog-list p {
  letter-spacing: 0; }
.blog-list .small {
  color: #888888; }

body#blog footer {
  margin-top: -100px; }

.blog-container {
  max-width: 800px;
  margin: auto; }

.pagenation {
  margin: auto; }
  .pagenation ul:after {
    display: none; }
  .pagenation li {
    margin: 0 10px; }
    .pagenation li a {
      padding: 10px;
      background-color: #f6e500;
      border: solid 2px #000;
      border-radius: 30px;
      width: 30px;
      height: 30px;
      display: inline-block;
      line-height: 1.8; }
    .pagenation li a.current {
      background-color: #eee; }

.tag-list li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 12px; }
  .tag-list li a {
    display: inline-block;
    padding: 8px 20px 7px;
    line-height: 1;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #dfdedf;
    font-size: 15px; }
    .tag-list li a.active {
      background-color: #08adbb;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .tag-list li {
      margin-bottom: 5px;
      margin-right: 5px; }
      .tag-list li a {
        padding: 5px 10px 5px;
        font-size: 12px; } }

/*.teacher-list{
  .tag{
    line-height: 1.6;
    a{
      letter-spacing: 0;
    }
    @include mq(md) {
      a{
        font-size: 13px;
      }
    }
  }
}*/
.career-list {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .career-list {
      font-size: 11px;
      line-height: 1.6;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 32px; } }

.tag {
  line-height: 1.6; }
  .tag a {
    letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .tag a {
      font-size: 13px; } }

.career-list li {
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0; }
  .career-list li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: #000; }
  @media screen and (max-width: 768px) {
    .career-list li {
      font-size: 12px;
      padding-left: 10px; } }

.performance-content {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 50px 30px; }

.performance-list {
  font-size: 14px;
  padding-right: 30px;
  overflow-y: scroll;
  height: 400px; }
  .performance-list a {
    color: #08adbb; }
  .performance-list::-webkit-scrollbar {
    width: 6px; }
  .performance-list::-webkit-scrollbar-track {
    background-color: #efefef; }
  .performance-list::-webkit-scrollbar-thumb {
    background-color: #f6e500; }
  @media screen and (max-width: 768px) {
    .performance-list {
      font-size: 10px;
      /*padding: 30px 10px;*/ } }

body#teacher footer {
  border-radius: 0; }

/*.wpcf7{
  p{
    margin-bottom: 10px !important;
  }
  .wpcf7-form-control {
    border: none;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px;
    &.wpcf7-radio, &.wpcf7-acceptance{
      background-color: inherit;
    }
  }
  .wpcf7-submit{
    background: $color-yellow;
    padding: 30px 140px;
    color: #000;
    border-radius: 50px;
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 600;
    @include transition(0.5s);
    @include mq(md) {
      width: calc(100% - 20px);
      padding: 25px 10px;
      font-size: 16px;
    }
  }
}*/
.wpcf7-box {
  background-color: #f8f8f8;
  margin: auto;
  padding: 10%;
  border-radius: 40px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .wpcf7-box {
      padding: 5%;
      border-radius: 20px; } }

.wpcf7-list-item {
  margin: 0 !important; }

.form-box table {
  margin: auto;
  width: 750px; }
.form-box th {
  width: 16rem;
  text-align: left;
  padding: 20px 0;
  border: none; }
  .form-box th .required-srt {
    font-weight: 400;
    color: red; }
.form-box tr {
  vertical-align: top; }
.form-box td {
  width: calc(100% - 16rem);
  font-weight: 400;
  border: none;
  text-align: left; }
@media screen and (max-width: 768px) {
  .form-box table {
    width: 100%; }
  .form-box tr {
    display: block; }
    .form-box tr th {
      width: 100%;
      display: block;
      padding: 10px 0; }
    .form-box tr td {
      /*width: 90%;*/
      width: 100%;
      padding: 0;
      display: inline-block;
      text-align: left; }
      .form-box tr td input[type="text"], .form-box tr td textarea, .form-box tr td label {
        width: 100%; }
  .form-box select {
    /*width: 112%;*/
    width: 100%; } }

input, textarea, select {
  /*width: calc(100% - 60px);*/
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000; }

input[type="submit"] {
  background: #f6e500;
  padding: 30px 140px;
  color: #000;
  border-radius: 50px;
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    input[type="submit"] {
      /*width: calc(100% - 20px);*/
      padding: 25px 10px;
      font-size: 16px;
      width: 100%; } }

input[type="radio"] {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  vertical-align: -2px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: 4px solid #f6e500;
  border-radius: 50%;
  background: #fff;
  content: ''; }

input[type="checkbox"], [type="radio"] {
  width: auto; }

input[type="file"] {
  background-color: inherit;
  padding: 0;
  /*display: none;*/ }

.file-select {
  display: inline-block;
  width: calc(100% - 60px);
  border: none;
  background-color: #050505;
  padding: 16px 20px;
  border-radius: 8px;
  outline: none;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer; }

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 20px;
  margin-right: 1rem; }

.pp-box {
  font-weight: 400;
  letter-spacing: 0; }
  .pp-box a {
    color: #08adbb; }
  .pp-box div input {
    width: 30px; }

.submit-btn .ico-yazi {
  right: 40px; }

.tab-block .tab-block-btn {
  border-bottom: solid 4px #f6e500; }
  .tab-block .tab-block-btn .tab-btn {
    background-color: #f7f7f7;
    width: calc(49% - 40px);
    display: inline-block;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .tab-block .tab-block-btn .tab-btn {
        padding: 15px 20px; } }
    .tab-block .tab-block-btn .tab-btn.active {
      background-color: #f6e500; }
.tab-block .tab-block-inner .tab-inner {
  display: none; }
  .tab-block .tab-block-inner .tab-inner.show {
    display: block; }

.info-box .info-box-inner {
  width: calc(70% - 20px);
  padding-left: 20px; }
  .info-box .info-box-inner .col-3 {
    width: calc(30% - 65px); }
  .info-box .info-box-inner dt, .info-box .info-box-inner dd {
    line-height: 1.6; }
@media screen and (max-width: 768px) {
  .info-box .info-box-inner dt {
    letter-spacing: 0; }
    .info-box .info-box-inner dt:before {
      margin-top: -8px; }
  .info-box .info-box-inner dd {
    margin-left: 0; } }

table {
  width: 100%;
  border-collapse: collapse; }
  table th, table td {
    /*text-align: center;*/
    border: solid 2px #000;
    padding: 20px 10px;
    line-height: 1.6; }
  @media screen and (max-width: 768px) {
    table th {
      font-size: 12px;
      padding: 15px 5px; }
    table td {
      font-size: 11px;
      padding: 15px 5px; } }

.charge-list-btn .btn a {
  width: calc(100% - 120px); }
  .charge-list-btn .btn a:before {
    transform: rotate(90deg); }
  @media screen and (max-width: 768px) {
    .charge-list-btn .btn a {
      width: calc(100% - 40px); } }

.performance-inner {
  display: none; }

.active {
  display: block; }

#SUB-INTERVIEW ul.text-center {
  list-style-type: none; }

.grecaptcha-badge {
  z-index: 999; }

@media screen and (max-width: 768px) {
  #top .grecaptcha-badge {
    bottom: 10% !important; } }

.row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap; }

.row-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.row-center {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap; }

.row-left {
  display: flex;
  align-items: start;
  justify-content: left;
  flex-wrap: wrap; }

.col-1 {
  width: 10%; }

.col-2 {
  width: 20%; }

.col-3 {
  width: 30%; }

.col-4 {
  width: 40%; }

.col-5 {
  width: 50%; }

.col-6 {
  width: 60%; }

.col-7 {
  width: 70%; }

.col-8 {
  width: 80%; }

.col-9 {
  width: 90%; }

.col-10 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .col-md-10 {
    width: 100% !important; } }
/*.roll{
  width: 100%;
  background-color: #083359;
  padding: 5px 0;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  color: #ddeef5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}*/
.accordion-title {
  position: relative;
  cursor: pointer; }
  .accordion-title:before {
    display: none; }
  .accordion-title:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 22px;
    margin: auto;
    background: url(../img/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%; }
  .accordion-title.close:after {
    background: url(../img/icon_minus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%; }

.accordion-inner.close {
  display: none; }

.pc .sub-menu ul li {
  width: calc(50% - 25px); }

@media screen and (max-width: 768px) {
  .sub-menu li a {
    width: calc(100% - 30px) !important;
    padding-left: 30px !important; } }
.edit-content {
  max-width: 800px;
  width: 100%;
  margin: auto; }

.edit-content p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0; }
.edit-content .wpcf7-box p {
  margin-bottom: 10px; }
.edit-content .wpcf7-box a {
  margin-bottom: 0; }
.edit-content img {
  margin-bottom: 30px; }
.edit-content div, .edit-content .pdfemb-viewer {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .edit-content div, .edit-content .pdfemb-viewer {
      margin-bottom: 40px; } }
.edit-content .pdfemb-pagescontainer.grab-to-pan-grab {
  margin-bottom: 0; }
.edit-content .wpsm_testi_b_row div {
  margin-bottom: 0; }
.edit-content .gnr-tgl-wrap, .edit-content .gnr-tgl-contents8 {
  margin-bottom: 0; }
.edit-content h1, .edit-content h2, .edit-content h3, .edit-content h4, .edit-content h5, .edit-content h6 {
  padding: 0 0 0 15px;
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 20px; }
  .edit-content h1:before, .edit-content h2:before, .edit-content h3:before, .edit-content h4:before, .edit-content h5:before, .edit-content h6:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    /*margin-top: 5px;*/
    background-color: #f6e500; }
  @media screen and (max-width: 768px) {
    .edit-content h1, .edit-content h2, .edit-content h3, .edit-content h4, .edit-content h5, .edit-content h6 {
      padding: 0 0 0 15px;
      letter-spacing: 0rem; } }
.edit-content ul {
  list-style-type: disc;
  margin: 1rem 40px; }
.edit-content .style-none:before {
  display: none !important; }
.edit-content a {
  color: #08adbb; }
.edit-content blockquote {
  background-color: #f8f8f8;
  padding: 1.5rem;
  margin: 30px 0;
  border-radius: 10px; }
  .edit-content blockquote p {
    margin-bottom: 0; }
@media screen and (max-width: 768px) {
  .edit-content iframe {
    width: 100%; } }

.edit-content.blog-container div {
  margin-bottom: 30px; }

#menu-btn {
  width: 80px;
  height: 80px;
  border: none;
  background: #f6e500;
  border-radius: 100px;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 768px) {
    #menu-btn {
      width: 60px;
      height: 60px; } }
  #menu-btn:after {
    content: 'MENU';
    color: #000;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      #menu-btn:after {
        bottom: -19px;
        font-size: 9px; } }
  #menu-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 24px;
    height: 2px;
    width: 40%;
    background-color: #000; }
    @media screen and (max-width: 768px) {
      #menu-btn span {
        left: 18px; } }
  #menu-btn span:nth-of-type(1) {
    top: 24px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(1) {
        top: 17px; } }
  #menu-btn span:nth-of-type(2) {
    top: 35px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(2) {
        top: 25px; } }
  #menu-btn span:nth-of-type(3) {
    top: 46px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(3) {
        top: 33px; } }

body.no-scroll {
  overflow: hidden; }

.no-scroll #menu-btn {
  border: none; }
.no-scroll #menu-btn span:nth-of-type(1) {
  top: 28px;
  transform: translateY(6px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .no-scroll #menu-btn span:nth-of-type(1) {
      top: 20px; } }
.no-scroll #menu-btn span:nth-of-type(2) {
  opacity: 0; }
.no-scroll #menu-btn span:nth-of-type(3) {
  top: 40px;
  transform: translateY(-6px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    .no-scroll #menu-btn span:nth-of-type(3) {
      top: 32px; } }

#fixed-header {
  position: fixed;
  z-index: 10;
  width: calc(100% - 100px);
  padding: 25px 50px;
  transition: all 0.5s 0s ease;
  border-top: solid #f6e500 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  #fixed-header h1 {
    line-height: 0; }
    #fixed-header h1 a {
      display: inline-block;
      line-height: 0; }
  @media screen and (max-width: 768px) {
    #fixed-header {
      width: 90%;
      padding: 10px 5%; }
      #fixed-header h1 {
        width: 30%; } }

.link-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 20px; }
  .link-inner .txt-link {
    margin: 0 15px; }
    .link-inner .txt-link a {
      font-weight: 600; }

#fixed-header.is-show {
  top: 0 !important; }
  @media screen and (max-width: 768px) {
    #fixed-header.is-show {
      top: inherit !important;
      background: none; } }

.fix-nav {
  position: fixed;
  right: -100%;
  display: block;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.5s 0s ease-in-out; }
  .fix-nav.is-active {
    right: 0; }
  @media screen and (max-width: 768px) {
    .fix-nav {
      width: 100%;
      overflow: scroll; } }
  .fix-nav .accordion-title {
    border-bottom: solid 1px #000; }

.nav-right {
  background-color: #f6e500;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .nav-right {
      height: 100%; } }
  .nav-right .link-list {
    padding: 10% 10% 5%; }
    .nav-right .link-list li {
      position: relative; }
      @media screen and (max-width: 768px) {
        .nav-right .link-list li:after {
          content: '';
          position: absolute;
          width: 11px;
          height: 11px;
          top: 50%;
          right: 25px;
          margin: auto;
          margin-top: -4px;
          background: url(../img/ico_yazi.png);
          background-repeat: no-repeat;
          background-position: center top;
          background-size: contain; } }
      .nav-right .link-list li a {
        letter-spacing: 0; }
  .nav-right .form-btn, .nav-right .sns-box {
    padding: 2% 10%; }
  .nav-right .form-btn a {
    background-color: #fff; }
  .nav-right .sns-box p, .nav-right .sns-box div {
    background-color: #f6e500;
    z-index: 1; }
  .nav-right .sns-box:after {
    right: 22%;
    width: 30%;
    background-color: #000; }
  @media screen and (max-width: 768px) {
    .nav-right {
      border-radius: 50px 0 0 0; }
      .nav-right li {
        border-bottom: solid 1px #000; }
        .nav-right li a {
          padding: 15px 0;
          display: block; } }

@media screen and (max-width: 768px) {
  .nav-left {
    padding: 20px;
    text-align: left !important; } }

/*.mv-box{ 
  width:100%;
  max-width:1200px;
  margin:0 auto;
  overflow:hidden;
   img {
    width: 100%;
    height: auto;
    animation: animationZoom 5s ease-in-out forwards;
  }
}*/
#MV {
  position: relative; }
  #MV .mv-inner {
    position: relative; }
    @media screen and (max-width: 768px) {
      #MV .mv-inner {
        padding: 120px 5% 0 !important; } }
    #MV .mv-inner h2 {
      font-size: 48px;
      position: absolute;
      bottom: 26%;
      color: #fff;
      letter-spacing: 0.8rem;
      line-height: 1.6;
      font-weight: 500;
      mix-blend-mode: difference; }
      @media screen and (max-width: 768px) {
        #MV .mv-inner h2 {
          font-size: 19px;
          bottom: 36%; } }
    #MV .mv-inner img {
      width: 90%;
      max-width: 1200px;
      margin-left: 10%;
      border-radius: 80px 80px 80px 0px; }
      @media screen and (max-width: 768px) {
        #MV .mv-inner img {
          width: 96%;
          border-radius: 40px 40px 40px 0px;
          margin-left: 2%; } }
  #MV:before {
    content: '';
    position: absolute;
    width: 482px;
    height: 471px;
    top: 0;
    left: 0;
    background: url(../img/dec-at-01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #MV:before {
        max-width: 60%; } }

#top .swiper-wrapper {
  height: auto; }
#top #EVENT .content-inner {
  padding: 0 5% 30px; }
  @media screen and (max-width: 768px) {
    #top #EVENT .content-inner {
      padding: 80px 5% 0px !important; } }
#top #EVENT .event-inner {
  padding: 0 0 100px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #top #EVENT .event-inner {
      padding: 0px 5% 80px 5%;
      width: 90%; } }
#top #EVENT .swiper-container {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: auto; }
#top #EVENT .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*width: auto !important;*/
  max-width: 100%; }
#top #EVENT .swiper-slide img {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  height: auto; }
#top #ABOUT {
  position: relative; }
  #top #ABOUT p {
    line-height: 2;
    letter-spacing: 0rem; }
  #top #ABOUT img {
    border-radius: 80px 80px 80px 0px; }
    @media screen and (max-width: 768px) {
      #top #ABOUT img {
        max-width: 80%;
        border-radius: 40px 40px 40px 0px; } }
  #top #ABOUT .iframe-inner {
    border-radius: 80px; }
    @media screen and (max-width: 768px) {
      #top #ABOUT .iframe-inner {
        border-radius: 40px; } }
  #top #ABOUT:before {
    content: '';
    position: absolute;
    width: 413px;
    height: 487px;
    top: 0;
    right: 0;
    background: url(../img/dec-at-02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #ABOUT:before {
        max-width: 40%; } }
  #top #ABOUT:after {
    content: '';
    position: absolute;
    width: 281px;
    height: 518px;
    bottom: 0;
    right: 0;
    background: url(../img/dec-at-03.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #ABOUT:after {
        max-width: 40%;
        bottom: -190px; } }
#top #COURSE {
  position: relative; }
  #top #COURSE:before {
    content: '';
    position: absolute;
    width: 290px;
    height: 602px;
    top: 0;
    right: 0;
    background: url(../img/dec-at-04.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #COURSE:before {
        max-width: 40%; } }
  #top #COURSE h2, #top #COURSE h6 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    display: inline; }
  @media screen and (max-width: 768px) {
    #top #COURSE h2 {
      margin-right: 0 !important; } }
  #top #COURSE h6 {
    padding: 25px 0 0 0; }
    #top #COURSE h6:before {
      top: 2px;
      left: 11px; }
      @media screen and (max-width: 768px) {
        #top #COURSE h6:before {
          top: 6px;
          left: 5px; } }
#top #TEACHER .swiper-container {
  overflow: hidden;
  position: relative; }
  #top #TEACHER .swiper-container p, #top #TEACHER .swiper-container h5 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    display: inline;
    bottom: -30px;
    z-index: 2;
    background-color: #fff;
    padding: 10px 7px 7px 2px;
    /*font-size: 24px;*/
    line-height: 1;
    left: 45px; }
    @media screen and (max-width: 768px) {
      #top #TEACHER .swiper-container p, #top #TEACHER .swiper-container h5 {
        left: 25px; } }
    #top #TEACHER .swiper-container p span, #top #TEACHER .swiper-container h5 span {
      text-combine-upright: all; }
  #top #TEACHER .swiper-container p {
    background-color: #f6e500;
    font-size: 9px;
    left: 15px;
    padding: 5px 4px 5px 2px;
    text-orientation: upright;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      #top #TEACHER .swiper-container p {
        left: 5px; } }
    #top #TEACHER .swiper-container p span:last-child {
      display: none; }
  @media screen and (max-width: 768px) {
    #top #TEACHER .swiper-container {
      margin-bottom: 20px !important; } }
#top #TEACHER .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*width: auto !important;*/
  max-width: 100%; }
#top #TEACHER .swiper-slide img {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  height: auto; }
#top #TEACHER .btn-underline {
  text-align: center; }
  @media screen and (max-width: 768px) {
    #top #TEACHER .btn-underline {
      text-align: left; } }
#top #PERFORMANCE {
  position: relative; }
  #top #PERFORMANCE:before {
    content: '';
    position: absolute;
    width: 287px;
    height: 483px;
    top: 0;
    right: 0;
    background: url(../img/dec-at-05.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #PERFORMANCE:before {
        max-width: 40%; } }
  #top #PERFORMANCE:after {
    content: '';
    position: absolute;
    width: 431px;
    height: 483px;
    bottom: 0;
    left: 0;
    background: url(../img/dec-at-06.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #PERFORMANCE:after {
        max-width: 40%;
        bottom: -50%; } }
#top .performance-list {
  font-size: 12px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 50px 30px;
  overflow: inherit; }
  #top .performance-list p {
    padding-right: 30px;
    overflow-y: scroll;
    height: 400px; }
  #top .performance-list p::-webkit-scrollbar {
    width: 6px; }
  #top .performance-list p::-webkit-scrollbar-track {
    background-color: #efefef; }
  #top .performance-list p::-webkit-scrollbar-thumb {
    background-color: #f6e500; }
  @media screen and (max-width: 768px) {
    #top .performance-list {
      font-size: 10px;
      padding: 30px 5px; }
      #top .performance-list p {
        padding-right: 20px;
        height: inherit; } }
#top #FORM {
  position: relative; }
  @media screen and (max-width: 768px) {
    #top #FORM .content-inner {
      padding: 0px 5% 100px !important; } }
  #top #FORM:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 380px;
    background-color: #f8f8f8;
    border-radius: 100px 0 0 0; }
    @media screen and (max-width: 768px) {
      #top #FORM:after {
        top: 250px; } }
#top #INFO {
  position: relative; }
  #top #INFO:before {
    content: '';
    position: absolute;
    width: 437px;
    height: 524px;
    top: -150px;
    left: 0;
    background: url(../img/dec-at-07.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #top #INFO:before {
        max-width: 40%; } }
  #top #INFO h2, #top #INFO h6 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
    display: inline; }
  #top #INFO h2 {
    line-height: 1; }
  #top #INFO h6 {
    padding: 25px 0 0 0; }
    #top #INFO h6:before {
      top: 2px;
      left: 11px; }
      @media screen and (max-width: 768px) {
        #top #INFO h6:before {
          top: 6px;
          left: 5px; } }
  #top #INFO .btn a {
    width: calc(100% - 30px); }
    @media screen and (max-width: 768px) {
      #top #INFO .btn a {
        padding: 15px; } }
  #top #INFO .iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 0 0 20px; }
    #top #INFO .iframe iframe {
      　width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
#top hr {
  border-top: dotted 2px #bababa; }

.corse-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: left; }
  .corse-list li {
    width: 33.2%;
    text-align: center;
    display: inline-block;
    border: solid 1px #ccc;
    border-left: none;
    border-bottom: none; }
    .corse-list li:nth-last-child(-n+3) {
      border-bottom: solid 1px #ccc; }
    @media screen and (max-width: 768px) {
      .corse-list li {
        width: calc(50% - 1px);
        text-align: left;
        font-size: 12px;
        letter-spacing: 0; } }
    .corse-list li a {
      padding: 20px 0;
      display: block; }
      @media screen and (max-width: 768px) {
        .corse-list li a {
          padding: 20px 0px 20px 10px; } }
      .corse-list li a.ico-yazi:before {
        top: 50%;
        right: 20px;
        margin-top: -6px; }
        @media screen and (max-width: 768px) {
          .corse-list li a.ico-yazi:before {
            right: 10px; } }
      .corse-list li a:hover:after {
        transform: scaleX(1);
        transform-origin: left; }
      .corse-list li a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        /*opacity: 1 !important;*/
        mix-blend-mode: multiply;
        transform: scaleX(0);
        transform-origin: right;
        transition: all .4s ease;
        transition-property: transform; }
    .corse-list li:nth-child(3n) {
      border-right: none; }
    @media screen and (max-width: 768px) {
      .corse-list li:nth-child(3n) {
        border-right: solid 1px #ccc; }
      .corse-list li:nth-child(2n) {
        border-right: none; } }
    .corse-list li:nth-child(n + 13) {
      border-bottom: solid 1px #ccc; }
    @media screen and (max-width: 768px) {
      .corse-list li:nth-child(n + 13) {
        border-bottom: none; }
      .corse-list li:nth-child(n + 14) {
        border-bottom: solid 1px #ccc; }
      .corse-list li:nth-last-child(3) {
        border-bottom: none; } }

.news-list li {
  margin-bottom: 20px; }
  .news-list li a data {
    width: 10rem;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding-right: 70px; }
    .news-list li a data:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 30px;
      height: 1px;
      background-color: #bdbdbd; }
    @media screen and (max-width: 768px) {
      .news-list li a data {
        font-size: 12px;
        padding-right: 30px; }
        .news-list li a data:after {
          right: 3px;
          width: 18px; } }
  .news-list li a span {
    width: 6rem;
    font-size: 15px;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .news-list li a span {
        font-size: 12px; } }
  .news-list li a p {
    width: calc(100% - 16rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news-list li a:hover {
    color: #08adbb; }
  @media screen and (max-width: 768px) {
    .news-list li a {
      display: block; }
      .news-list li a p {
        width: 100%; } }

/*#FORM{
  position:relative;
  .content-inner{
    padding: 0 5% !important;
    a{
      display: block;
    }
  }
  &:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 210%;
    top: 200px;
    background-color: #f8f8f8;
    border-radius: 100px 0 0 0;
    @include mq(md) {
      border-radius: 50px 0 0 0 !important;
    }
  }
}*/
#ONLINESPOT-BANNER {
  position: fixed;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  max-width: 334px; }
  @media screen and (max-width: 768px) {
    #ONLINESPOT-BANNER {
      max-width: 100%;
      width: calc(100% - 20px); } }

footer {
  background-color: #f8f8f8;
  border-radius: 100px 0 0 0; }
  @media screen and (max-width: 768px) {
    footer {
      border-radius: 50px 0 0 0; } }
  footer .content-inner {
    max-width: 1000px;
    padding: 140px 5% 20px;
    color: #fff; }
  @media screen and (max-width: 768px) {
    footer .content-inner {
      padding: 100px 5% 0 !important; }
      footer .content-inner .row {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center; }
      footer .content-inner .link-list li {
        border-bottom: solid 1px #ccc; }
        footer .content-inner .link-list li a {
          display: inline-block;
          width: 100%;
          position: relative;
          padding: 12px 12px 12px 0; }
          footer .content-inner .link-list li a:before {
            content: '';
            position: absolute;
            width: 11px;
            height: 11px;
            top: 50%;
            right: 25px;
            margin: auto;
            margin-top: -4px;
            background: url(../img/ico_yazi.png);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: contain; }
    footer .content-inner + .row {
      display: block;
      text-align: center; } }
  footer .pc .sub-menu li a {
    font-size: 15px;
    letter-spacing: 0; }
  footer .footer-inner {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0; }
    footer .footer-inner .content-inner {
      padding: 15px 5%; }
      @media screen and (max-width: 768px) {
        footer .footer-inner .content-inner {
          padding: 15px 5% !important; }
          footer .footer-inner .content-inner li a {
            font-size: 11px;
            display: inline-block;
            border-right: solid 1px #ccc;
            margin-left: 10px;
            padding-right: 10px; }
          footer .footer-inner .content-inner li:last-child a {
            border: none; } }
    footer .footer-inner .row {
      font-size: 15px; }
      footer .footer-inner .row li {
        position: relative; }
  footer .footer-onlinespot {
    border-bottom: none; }
    footer .footer-onlinespot .row {
      justify-content: center; }
      footer .footer-onlinespot .row li a {
        padding: 0 15px; }

#top footer {
  padding-bottom: 70px; }

.sns-box {
  color: #000;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .sns-box {
      padding: 40px 0; } }
  .sns-box:after {
    content: '';
    position: absolute;
    right: 32%;
    width: 15%;
    height: 1px;
    background-color: #bdbdbd; }
    @media screen and (max-width: 768px) {
      .sns-box:after {
        display: none; } }
  .sns-box .row {
    justify-content: right;
    align-items: start; }
    .sns-box .row li {
      margin: 0;
      border-bottom: none; }
      .sns-box .row li a {
        padding: 10px !important; }

.form-btn .btn {
  width: 100%; }
  .form-btn .btn a {
    display: block;
    text-align: center; }

.nav-right .link-list li.sp {
  border-bottom: none; }
  .nav-right .link-list li.sp:after {
    display: none; }

#ico-modal {
  position: relative;
  pointer-events: none; }
  @media screen and (max-width: 1112px) {
    #ico-modal img {
      max-width: 75%; } }
  @media screen and (max-width: 768px) {
    #ico-modal {
      width: 100%;
      pointer-events: inherit; }
      #ico-modal img {
        max-width: 100%;
        width: 100%; }
      #ico-modal:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 30px;
        background: url(../img/icon_plus.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%; } }

/* modal */
#modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #192831;
  display: none;
  z-index: 9999;
  overflow: scroll; }
  #modal-box.active {
    display: flex; }
  #modal-box .concept-block {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block; }
    #modal-box .concept-block img {
      max-width: 80%; }
    #modal-box .concept-block .fukidashi-box {
      padding: 5%;
      margin: 5%; }
      #modal-box .concept-block .fukidashi-box h5 {
        font-size: 1.6rem; }
      #modal-box .concept-block .fukidashi-box p {
        line-height: 1.4;
        font-size: 0.8rem; }
    #modal-box .concept-block .fukidashi-box-01 {
      background-color: #fdbbac;
      margin: 5% 5% 7%; }
      #modal-box .concept-block .fukidashi-box-01:before {
        background-color: #fdbbac;
        width: 30px;
        height: 30px;
        top: 90%;
        left: 70px; }
      #modal-box .concept-block .fukidashi-box-01 h5, #modal-box .concept-block .fukidashi-box-01 p {
        color: #fff;
        text-align: left; }
    #modal-box .concept-block .fukidashi-box-02 {
      background-color: #08adbb;
      margin: 7% 5% 5%; }
      #modal-box .concept-block .fukidashi-box-02:before {
        background-color: #08adbb;
        width: 30px;
        height: 30px;
        top: -8%;
        left: inherit;
        right: 70px; }
      #modal-box .concept-block .fukidashi-box-02 h5, #modal-box .concept-block .fukidashi-box-02 p {
        color: #fff;
        text-align: left; }

#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer; }

.closeModal {
  position: absolute;
  top: 31px;
  right: 31px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 100;
  background: #fff;
  border-radius: 30px; }
  @media screen and (max-width: 768px) {
    .closeModal {
      top: 24px;
      right: 21px; } }

.closeModal::before, .closeModal::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  transform-origin: top left; }

.closeModal::before {
  left: 6px; }

.closeModal::after {
  right: 6px;
  transform: rotate(-45deg);
  transform-origin: top right; }

.modalContent {
  width: 100%;
  padding: 10% 2% 5%;
  margin: auto;
  position: relative;
  text-align: center; }

td.t-title {
  width: 25%;
  background-color: #f8f8f8;
  border: solid 1px #000;
  border-left: 0;
  border-right: 0;
  padding: 3%;
  text-align: right; }

td.t-detail {
  border: solid 1px #000;
  border-right: 0;
  padding: 3%; }
