@charset "UTF-8";
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details, main {
  display: block;
  margin: 0;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
  margin: 0;
}

li img {
  vertical-align: bottom;
}

a, a:link, a:visited {
  outline: none;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  padding: 0;
}

th {
  font-weight: normal;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-size: 1em;
  color: inherit;
  margin: 0;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

address {
  font-style: normal;
}

i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  * {
    max-height: 999999px;
  }
  body {
    background: none;
    -webkit-text-size-adjust: none;
  }
  a {
    display: block;
  }
  p a,
  label a {
    display: inline-block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a img {
    line-height: 100%;
    vertical-align: middle;
  }
  input, button, select, textarea {
    max-width: 100%;
  }
}
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #222;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

a,
a:link,
a:visited {
  color: #2088be;
  text-decoration: none;
}
p a,
p a:link,
p a:visited {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  p a,
  p a:link,
  p a:visited {
    display: inline;
  }
}
p a:hover,
p a:link:hover,
p a:visited:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #222;
    text-decoration: none;
  }
}
#js-loader {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader,
.loader:before,
.loader:after {
  background: #ff8400;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ff8400;
  text-indent: -9999em;
  margin: 50vh auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
#sidenav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #sidenav {
    display: block;
    width: 504px;
    height: 100%;
    min-height: 100vh;
    position: sticky;
    z-index: 100;
    top: 156px;
    left: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  #sidenav::-webkit-scrollbar {
    display: none;
  }
}
@media print, screen and (min-width: 2200px) {
  #sidenav {
    width: 22.9090909091vw;
  }
}
#sidenav .headerIn {
  position: relative;
}

.gnavi {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  overflow: hidden;
}
@media print, screen and (min-width: 2200px) {
  .gnavi {
    font-size: 0.9090909091vw;
  }
}
.gnavi li:not(:first-child) {
  position: relative;
  z-index: 1;
}
.gnavi li:not(:first-child) a {
  color: #222;
  display: block;
  padding: 0.2em 0 0.4em 1.7em;
  position: relative;
  z-index: 1;
}
.gnavi li:not(:first-child) a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 504px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
@media print, screen and (min-width: 2200px) {
  .gnavi li:not(:first-child) a:before {
    width: 22.9090909091vw;
  }
}
.gnavi li:not(:first-child) a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background: url(../img/paw01.svg) no-repeat left center/contain;
}
@media print, screen and (min-width: 2200px) {
  .gnavi li:not(:first-child) a:after {
    width: 0.9090909091vw;
    height: 0.8181818182vw;
  }
}
.gnavi li:not(:first-child) a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gnavi li:not(:first-child).current a:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gnavi li:first-child {
  padding: 0 0 40px;
}
@media print, screen and (min-width: 2200px) {
  .gnavi li:first-child {
    padding: 0 0 1.8181818182vw;
  }
}

#footer {
  padding: 50px;
  font-size: 1rem;
  color: #ccc;
  text-align: center;
}
#footer a {
  color: #ccc;
  text-decoration: none;
}