@charset "UTF-8";
/* inline */
/*shadow*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * note: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.loader_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 29;
}

#loader_type1 .loader,
#loader_type1 .loader:before,
#loader_type1 .loader:after {
  background: #F79428;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
#loader_type1 .loader {
  color: #F79428;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
#loader_type1 .loader:before,
#loader_type1 .loader:after {
  position: absolute;
  top: 0;
  content: "";
}
#loader_type1 .loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
#loader_type1 .loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

#loader_type2 .loader,
#loader_type2 .loader:before,
#loader_type2 .loader:after {
  border-radius: 50%;
}
#loader_type2 .loader {
  color: #F79428;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  transform: translateZ(0);
}
#loader_type2 .loader:before,
#loader_type2 .loader:after {
  position: absolute;
  content: "";
}
#loader_type2 .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  transform-origin: 5.2em 5.1em;
  animation: load2 2s infinite ease 1.5s;
}
#loader_type2 .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  transform-origin: 0px 5.1em;
  animation: load2 2s infinite ease;
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader_type3 .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #F79428;
  background: linear-gradient(to right, #F79428 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
#loader_type3 .loader:before {
  width: 50%;
  height: 50%;
  background: #F79428;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#loader_type3 .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader_type4 .loader {
  color: #F79428;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

#loader_type5 .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #F79428, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #F79428, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #F79428, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #F79428, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #F79428, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #F79428, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #F79428, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #F79428;
  }
}

#loader_type6 .loader {
  color: #F79428;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader_type7 .loader,
#loader_type7 .loader:before,
#loader_type7 .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
#loader_type7 .loader {
  color: #F79428;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
#loader_type7 .loader:before,
#loader_type7 .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
#loader_type7 .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
#loader_type7 .loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#loader_type8 .loader,
#loader_type8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loader_type8 .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #F79428;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  font-display: swap;
  color: #000;
  overflow-x: hidden;
}
html *, body * {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  position: relative;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul li {
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
  line-height: 1.5;
}
body a {
  color: #000;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
}
body ul, body li, body dl, body dt, body dd {
  margin: 0;
  padding: 0;
}
body ul, body li {
  list-style: none;
}

.bodyWrapper {
  overflow: hidden;
  min-height: 100vh;
}

header, main, aside, footer {
  margin: 0 auto;
  width: 100vw;
}

table {
  margin: 2rem auto;
}

[id^=error] {
  width: 100vw;
  padding: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
[id^=error] span {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
[id^=error] span::before, [id^=error] span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
[id^=error]::after {
  display: block;
  font-size: 1rem;
}

#error401 span::before {
  content: "\f059";
}
#error401 span::after {
  content: " Authorization Required";
}
#error401::after {
  content: "認証ができませんでした。入力内容にお間違いはありませんか？";
}

#error403 span::before {
  content: "\f070";
}
#error403 span::after {
  content: " Forbidden";
}
#error403::after {
  content: "現在、このページは閲覧できません。";
}

#error404 span::before {
  content: "\f059";
}
#error404 span::after {
  content: " Not Found";
}
#error404::after {
  content: "お探しのページが見つかりません。URLにお間違いはありませんか？";
}

#error500 span::before {
  content: "\f071";
}
#error500 span::after {
  content: " Internal Server Error";
}
#error500::after {
  content: "サーバーに問題がおきています。しばらくしてからアクセスしてみてください。";
}

#error503 span::before {
  content: "\f071";
}
#error503 span::after {
  content: " Service Temporarily Unavailable";
}
#error503::after {
  content: "サーバーが混雑しているようです。しばらくしてからアクセスしてみてください。";
}

[id^=error]:not(#error401):not(#error403):not(#error404):not(#error500):not(#error503) span::before {
  content: "\f5c8";
}
[id^=error]:not(#error401):not(#error403):not(#error404):not(#error500):not(#error503) span::after {
  content: " Error";
}
[id^=error]:not(#error401):not(#error403):not(#error404):not(#error500):not(#error503)::after {
  content: "原因不明のエラーがおきています。";
}

.fadeIn {
  animation: fadeIn 2.5s ease-out 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-contents {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.check, .menu-btn, .close-menu {
  display: none;
}

.contentsWrapper {
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
}

.externallink::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 0.2rem;
  opacity: 0.7;
}

a.call {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}

a.call.fontawesome::before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

.max350 {
  display: none;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: 600ms opacity;
  background: initial;
  min-height: 60px;
}

.lazyloaded {
  opacity: 1;
  transition: 10ms opacity;
}

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

.flex_column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.disp_none {
  display: none;
}

.disp_block {
  display: block;
}

.disp_li {
  display: list-item;
}

.forsp {
  display: none;
}

footer .forpc {
  display: none;
}
footer .forsp.andfooter {
  display: list-item;
}

.dummy1 {
  display: none !important;
}

.ppbox {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pos_ab {
    position: absolute !important;
  }
  .pos_fix {
    position: fixed !important;
  }
  .bodyWrapper #mainnavi {
    width: 100vw;
    height: 100px;
    padding-top: 60px;
    background: linear-gradient(to bottom, #F79428 0%, #F79428 60px, #fff 70px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    transition: 0.3s;
  }
  .bodyWrapper #mainnavi.hide {
    transform: translateY(-200%);
  }
  .bodyWrapper #mainnavi::after {
    content: "";
    display: block;
    width: 100vw;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
  .bodyWrapper #mainnavi ul {
    width: 100%;
    border-bottom: solid 2px #F79428;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: center;
  }
  .bodyWrapper #mainnavi ul li {
    width: 100px;
    height: 90px;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
  }
  .bodyWrapper #mainnavi ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .bodyWrapper #mainnavi ul li.index {
    border-left: solid 1px #ccc;
  }
  .bodyWrapper #mainnavi ul li.lazyloaded {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.index {
    background-image: url(assets/img/navi_top_off.jpg?ver=ut5eb5c);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.index:hover {
    background-image: url(assets/img/navi_top_on.jpg?ver=ut5eb5e);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.facility {
    background-image: url(assets/img/navi_facility_off.jpg?ver=ut5eb5n);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.facility:hover {
    background-image: url(assets/img/navi_facility_on.jpg?ver=ut5eb5q);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.lesson {
    background-image: url(assets/img/navi_lesson_off.jpg?ver=ut5eb5t);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.lesson:hover {
    background-image: url(assets/img/navi_lesson_on.jpg?ver=ut5eb64);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.staff {
    background-image: url(assets/img/navi_staff_off.jpg?ver=ut5eb6v);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.staff:hover {
    background-image: url(assets/img/navi_staff_on.jpg?ver=ut5eb7k);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.voice {
    background-image: url(assets/img/navi_voice_off.jpg?ver=ut5eb87);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.voice:hover {
    background-image: url(assets/img/navi_voice_on.jpg?ver=ut5eb8j);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.area {
    background-image: url(assets/img/navi_area_off.jpg?ver=ut5eb9b);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.area:hover {
    background-image: url(assets/img/navi_area_on.jpg?ver=ut5eb9y);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.bus {
    background-image: url(assets/img/myk_menu_icon_access_over.png?ver=ut5eba0);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.bus:hover {
    background-image: url(assets/img/myk_menu_icon_access.png?ver=ut5ebay);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.camp {
    background-image: url(assets/img/New_navi_camp_off.jpg?ver=ut5ebbb);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.camp:hover {
    background-image: url(assets/img/New_navi_camp_on.jpg?ver=ut5ebbi);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.faq {
    background-image: url(assets/img/navi_faq_off.jpg?ver=ut5ebbm);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.faq:hover {
    background-image: url(assets/img/navi_faq_on.jpg?ver=ut5ebbt);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.enroll {
    background-image: url(assets/img/navi_enroll_off.jpg?ver=ut5ebcq);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.enroll:hover {
    background-image: url(assets/img/navi_enroll_on.jpg?ver=ut5ebcs);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.inquiry {
    background-image: url(assets/img/navi_inquiry_off.jpg?ver=ut5ebcw);
  }
  .bodyWrapper #mainnavi ul li.lazyloaded.inquiry:hover {
    background-image: url(assets/img/navi_inquiry_on.jpg?ver=ut5ebcz);
  }
  .bodyWrapper #mainnavi ul li:last-of-type {
    margin-right: 0;
  }
  .bodyWrapper .navi_top {
    width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 12px;
  }
  .bodyWrapper .navi_top .inner + .inner {
    margin-left: 0.5rem;
  }
  .bodyWrapper .navi_top_boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .bodyWrapper .navi_header {
    width: 184px;
    height: 60px;
    margin-right: 3rem;
  }
  .bodyWrapper .navi_header.lazyloaded {
    background-image: url(assets/img/navi_header_logo.png?ver=ut5ebdn);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bodyWrapper .navi_header a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bodyWrapper .navi_freedial, .bodyWrapper .navi_tel, .bodyWrapper .navi_recruit {
    height: 42px;
    color: #F79428;
    background-color: #fff;
    font-weight: bold;
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: center;
  }
  .bodyWrapper .navi_freedial.lazyloaded::before, .bodyWrapper .navi_tel.lazyloaded::before, .bodyWrapper .navi_recruit.lazyloaded::before {
    margin-right: 0.5rem;
  }
  .bodyWrapper .navi_freedial a, .bodyWrapper .navi_tel a, .bodyWrapper .navi_recruit a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bodyWrapper .navi_recruit:hover {
    background-color: #ff9e5e;
    color: #fff;
  }
  .bodyWrapper .navi_freedial.lazyloaded::before {
    content: url(assets/img/icon_freedial.png?ver=ut5ebea);
  }
  .bodyWrapper .navi_tel.lazyloaded::before {
    content: url(assets/img/icon_tel.png?ver=ut5ebeo);
  }
  .top0 {
    top: 0 !important;
  }
  .top0::after {
    content: "";
    display: block;
    width: 100vw;
    height: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 20;
  }
}
body {
  padding-top: 150px;
}

article {
  width: 1024px;
  margin: 0 auto;
}
article h2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 1rem auto;
}
article a {
  color: #F79428;
}
article a.call {
  color: #000;
}

header.index.lazyloaded {
  background-image: url(assets/img/3_common_bg_city.jpg?ver=ut5ebf2);
  background-position: center bottom;
  background-repeat: no-repeat;
}

#slider_area {
  width: 100vw;
  height: 880px;
  position: relative;
  padding-top: 4rem;
}
#slider_area .slick-prev, #slider_area .slick-next {
  width: 80px !important;
  height: 80px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  z-index: 13;
}
#slider_area .slick-prev::before, #slider_area .slick-next::before {
  font-size: 80px !important;
  color: #F79428 !important;
}
#slider_area .heading {
  width: 405px;
  height: 237px;
  position: absolute;
  top: 2rem;
  left: calc((100vw - 1024px) / 2);
  z-index: 10;
  font-size: 0;
}
#slider_area .heading.lazyloaded {
  background-image: url(assets//img/top_heading1.png?ver=ut5ebfb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page_heading {
  margin: 0 auto;
}
.page_heading.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.point_box {
  width: 1024px;
  margin: 5rem auto 8rem;
  position: relative;
}
.point_box:nth-of-type(4) {
  margin: 5rem auto 4rem;
}
.point_box .heading {
  position: absolute;
  top: -1.5rem;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  z-index: 12;
}
.point_box .heading h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: center;
  background-color: #5FCED8;
  font-size: 1.5rem;
  padding: 0.2rem 0.5rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
}
.point_box .heading span {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.point_box .heading::before {
  content: url(assets/img/top_img_car.png?ver=ut5ebfl);
  margin-right: 0.5rem;
}
.point_box p {
  margin: 2rem auto;
  line-height: 2;
  text-align: center;
}

.point_image {
  width: 100% !important;
  height: calc(1024px * 0.273);
}
.point_image.lazyloaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.point1 .point_image.lazyloaded {
  background-image: url(assets/img/top_img01.jpg?ver=ut5ebfw);
}

body.index .page_heading {
  width: 181px;
  height: 111px;
}
body.index .page_heading.lazyloaded {
  background-image: url(assets/img/page_heading_point.jpg?ver=ut5ebgd);
}
body.index .slick-track * {
  outline-color: #fff !important;
}
body.index #slider .slick-slide div:not([class^=top_slider_]) {
  width: 760px !important;
  height: 570px !important;
}
body.index #slider .slick-slide:nth-child(odd) {
  width: 760px !important;
  height: 570px !important;
}
body.index #slider .slick-slide:nth-child(even) {
  width: 760px !important;
  height: 690px !important;
  padding-top: 120px;
}
body.index #slider .slick-slide + .slick-slide {
  margin-right: 150px;
}
body.index #slider .slick-slide:not(.slick-active) {
  opacity: 0.3;
}
body.index #slider .slick-slide:not(.slick-active) a {
  pointer-events: none;
  text-decoration: none;
}
body.index #slider .slick-prev {
  left: calc((100vw - 1024px) / 2) !important;
}
body.index #slider .slick-next {
  right: calc((100vw - 1024px) / 2) !important;
}
body.index #slider .inner {
  position: relative;
  outline: none;
}
body.index #slider .top_slider_img, body.index #slider .top_slider_bg {
  width: 90% !important;
  height: 90% !important;
  position: absolute;
}
body.index #slider .top_slider_img {
  bottom: 2rem;
  right: 2rem;
  z-index: 6;
  background-color: #F79428;
}
body.index #slider .top_slider_img img {
  width: 100%;
  height: 100%;
  border: solid 4px #F79428;
  box-sizing: border-box;
}
body.index #slider .top_slider_bg {
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: #ff9e5e;
}
body.index #slider .top_slider_title {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  z-index: 7;
}
body.index #slider .top_slider_desc {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  color: #000;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  z-index: 9;
}
body.index #slider .top_slider_ul {
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 8;
}
body.index #slider .top_slider_ul ul li {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  border: solid 5px #000;
  margin-bottom: 0.5rem;
}
body.index #slider .top_slider_ul ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
body.index #slider .top_slider_ul ul li a::before {
  content: url(assets/img/icon_aroow.png?ver=ut5ebgv);
  margin-right: 0.5rem;
  line-height: 1;
}
body.index #slider .top_slider_ul ul li a:hover::before {
  content: url(assets/img/icon_aroow2.png?ver=ut5ebhm);
}
body.index .hoveranime {
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body.index .hoveranime:hover {
  color: #fff;
}
body.index .hoveranime:hover::after {
  transform: scale(2) rotate(180deg);
  background-color: #F79428;
}
body.index .hoveranime::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .contentsWrapper {
    background-color: #fff;
  }
  .headerWrapper {
    background: linear-gradient(to bottom, #ff9e5e 0%, #ff9e5e 30%, #fff 50%);
  }
  article {
    width: 100vw;
    box-sizing: border-box;
  }
  .forsp {
    display: list-item;
  }
  .forpc {
    display: none;
  }
  header.index {
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }
  header.index.lazyloaded {
    background-image: url(assets/img/3_common_bg_city.jpg?ver=ut5ebi8);
    background-position: center bottom -38px;
    background-repeat: no-repeat;
  }
  body.index #slider_area, body.index #slider {
    width: 100%;
    height: 100%;
  }
  body.index #slider_area {
    position: relative;
    padding-top: 0;
  }
  body.index #slider_area .heading {
    width: 80vw;
    height: 46.8vw;
    max-width: 405px;
    max-height: 237px;
    position: absolute;
    top: 5vw;
    left: 5vw;
    z-index: 10;
    font-size: 0;
  }
  body.index #slider_area .heading.lazyloaded {
    background-image: url(assets/img/top_heading1.png?ver=ut5ebii);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.index #slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
  }
  body.index #slider .inner {
    position: relative;
  }
  body.index #slider .inner .top_slider_title {
    position: absolute;
    right: 5vw;
    bottom: -3rem;
  }
  body.index #slider .inner .top_slider_ul {
    position: absolute;
    bottom: -5rem;
    left: 5vw;
  }
  body.index #slider .inner .top_slider_ul ul li {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    border: solid 5px #000;
    margin-bottom: 0.5rem;
  }
  body.index #slider .inner .top_slider_ul ul li:last-of-type {
    margin-bottom: 0;
  }
  body.index #slider .inner .top_slider_ul ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
  }
  body.index #slider .inner .top_slider_ul ul li a::before {
    content: url(assets/img/icon_aroow.png?ver=ut5ebio);
    margin-right: 0.5rem;
    line-height: 1;
  }
  body.index #slider .inner .top_slider_desc {
    position: absolute;
    top: auto;
    right: 5vw;
    bottom: -5rem;
    color: #000;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  }
  body.index #slider .inner .top_slider_img {
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    right: 0;
  }
  body.index #slider .inner .top_slider_img img {
    width: 100%;
    height: clac(78.1vw);
    border: solid 2vw #F79428;
    box-sizing: border-box;
  }
  body.index #slider .inner .top_slider_bg {
    display: none;
  }
  body.index #slider .slick-slide:nth-child(even) {
    padding-top: 0;
  }
  body.index #slider .slick-slide div:not([class^=top_slider_]) {
    width: 100vw !important;
    height: 75vw !important;
    max-width: 680px;
    max-height: 510px;
  }
  body.index #slider .slick-slide:nth-child(odd), body.index #slider .slick-slide:nth-child(even) {
    width: 100vw !important;
    height: 100vw !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
  }
  body.index #slider .slick-slide:not(.slick-active) {
    opacity: 1;
  }
  body.index #slider .slick-list {
    padding: 0 !important;
  }
  body.index #slider .slick-slide {
    width: 100vw;
  }
  body.index #slider .slick-prev {
    left: calc((100vw - 680px) / 2 + 2rem) !important;
  }
  body.index #slider .slick-next {
    right: calc((100vw - 680px) / 2 + 2rem) !important;
  }
  body.index #slider .slick-prev, body.index #slider .slick-next {
    width: 50px !important;
    height: 50px !important;
  }
  body.index #slider .slick-prev::before, body.index #slider .slick-next::before {
    font-size: 50px !important;
  }
  body.index .point_box {
    width: 100%;
    margin: 5rem auto;
    position: relative;
  }
  body.index .point_box .heading {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
  }
  body.index .point_box .heading::before {
    display: none;
  }
  body.index .point_box .heading h3 {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 5vw;
    background-color: #5FCED8;
  }
  body.index .point_box .heading span {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  body.index .point_box .heading::before {
    content: url(assets/img/top_img_car.png?ver=ut5ebjn);
    margin-right: 0.5rem;
  }
  body.index .point_box p {
    margin: 2rem auto;
    line-height: 2;
    text-align: left;
  }
  body.index .point_box p br {
    display: none;
  }
  body {
    padding-top: 0;
  }
  .contentsWrapper {
    background-color: #fff;
  }
  .navi_top {
    display: none;
  }
  article h2 {
    padding: 0 5vw;
  }
  .bodyWrapper #mainnavi {
    box-sizing: border-box;
    background-position: top right;
  }
  .bodyWrapper #mainnavi ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow-x: auto;
    padding: 60px 0 calc(60px * 2);
    box-sizing: border-box;
  }
  .bodyWrapper #mainnavi ul li {
    width: 100%;
    text-align: center;
    margin: 1vh 0;
    color: #fff;
  }
  .bodyWrapper #mainnavi ul li a {
    color: #fff;
    text-decoration: underline;
  }
  .bodyWrapper #mainnavi ul li a::before, .bodyWrapper #mainnavi ul li a::after {
    display: none;
  }
  .bodyWrapper #mainnavi ul li hr {
    border-top: solid 1px #fff;
    opacity: 0.5;
  }
  .bodyWrapper #mainnavi ul li:last-of-type {
    margin-bottom: 0;
  }
  .drawer-contents {
    width: 100vw;
    padding: 0;
    margin: 0;
    transition-property: all;
    transition-delay: 0.3s;
    transition-duration: 0.5s;
  }
  .check:checked ~ .drawer-contents {
    transition-delay: 0s;
    transform: translateX(-300px);
  }
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    width: 300px;
    min-height: 100vh;
    background-color: #ff9e5e;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transform-origin: right center;
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    height: 100%;
    overflow-y: auto;
  }
  .menu-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 23;
  }
  .close-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    overflow-x: hidden;
  }
  .check:checked ~ .drawer-menu {
    transition-delay: 0.3s;
    transform: none;
    opacity: 1;
    z-index: 22;
  }
  .check:checked ~ .close-menu {
    transition-duration: 1s;
    transition-delay: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 24;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
    transform-origin: left top;
  }
  .bar.top {
    top: 10px;
  }
  .bar.middle {
    top: 21px;
    opacity: 1;
  }
  .bar.bottom {
    top: 32px;
    transform-origin: left bottom;
  }
  .menu-btn__text {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    transition: all 0.5s;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 60px;
    top: 8px;
    left: 11px;
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 60px;
    top: 49.5px;
    right: -17px;
    transform: rotate(-45deg);
  }
  #mainnavi.pos_ab, #mainnavi.pos_fix {
    position: fixed;
  }
  a.call {
    color: #fff;
    pointer-events: auto;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  #mainnavi ul {
    justify-content: space-between;
  }
  body.index .point_box {
    margin: 3.5rem auto;
  }
  body.index #slider .inner .top_slider_title {
    top: 5vw;
    left: 5vw;
    right: initial;
    bottom: initial;
  }
  body.index #slider .inner .top_slider_title img {
    width: 40vw;
  }
  body.index #slider .slick-slide {
    padding-top: 3rem;
  }
  body.index #slider .inner .top_slider_title {
    bottom: -2rem;
  }
  body.index #slider .inner .top_slider_desc {
    display: none;
  }
  body.index #slider .inner .top_slider_ul {
    bottom: -2rem;
  }
  body.index #slider .slick-prev {
    left: 1rem !important;
  }
  body.index #slider .slick-next {
    right: 1rem !important;
  }
  aside .guide_box_text2 span {
    font-size: 1rem;
  }
  .aside_freedial, .aside_tel {
    font-size: 1rem;
  }
  .aside_freedial.lazyloaded:before, .aside_tel.lazyloaded:before {
    display: block;
    margin-right: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .aside_freedial + .aside_tel {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  body.index #slider .inner .top_slider_ul {
    transform-origin: left bottom;
    transform: scale(0.8, 0.8);
    bottom: -1rem;
  }
}
@media screen and (max-width: 1023px) {
  html, body {
    background-color: rgb(80.0224215247, 43.1748878924, 2.9775784753);
  }
}/*# sourceMappingURL=inline.css.map */