@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #303034;
  position: relative;
  width: 100%;
  line-height: 1.4;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
  color: #1d1d1d;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
video {
  vertical-align: bottom;
}

time {
  display: inline-block;
}

sup {
  font-size: 50%;
  position: relative;
  top: -0.1em;
  vertical-align: super;
}

sub {
  position: relative;
  top: -0.1em;
}

section {
  position: relative;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(48, 48, 52, 0.88);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-open.hide {
  opacity: 0;
  visibility: hidden;
  right: -20px;
}
.header-open > span {
  position: absolute;
  width: 35px;
  height: 5px;
  background-color: #acacac;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-open > span:nth-of-type(1) {
  top: 10px;
}
.header-open > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-open > span:nth-of-type(3) {
  bottom: 10px;
}
.header-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-close > span {
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #acacac;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-close > span:nth-of-type(1) {
  rotate: 45deg;
}
.header-close > span:nth-of-type(2) {
  rotate: -45deg;
}
.header-menu {
  background-color: rgba(48, 48, 52, 0.88);
  padding: 30px 30px 20px;
  position: absolute;
  top: 0;
  right: -20px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header-menu > ul > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.header-menu > ul > li > a {
  color: #fff;
  font-size: 2.8rem;
}

.nav {
  background-color: #303034;
  position: relative;
}
.nav.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.nav-inner {
  height: 50px;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
.nav-link > li > a {
  letter-spacing: 2px;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-link > li > a.on {
  color: #f80d3f;
}
.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-sns > li {
  width: 30px;
}

.footer {
  background-color: #292929;
  color: #fff;
  background-image: url(/assets/img/footer_bg.jpg);
  background-position: center top;
  background-size: cover;
}
.footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 200px;
  padding: 150px 0 140px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #292929), to(transparent));
  background: -webkit-linear-gradient(#292929 60%, transparent);
  background: linear-gradient(#292929 60%, transparent);
}
.footer-logo {
  width: 310px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px 250px;
}
.footer-menu-link > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.footer-menu-link > li > a {
  color: #fff;
  font-size: 2.6rem;
}
.footer-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
}
.footer-menu-sns > li {
  width: 50px;
}
.footer-copyright {
  height: 50px;
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.36);
}
@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.3rem;
  }
  #wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .nav.fixed {
    visibility: hidden;
  }
  .nav {
    display: none;
  }
  .footer-inner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #292929), to(transparent));
    background: -webkit-linear-gradient(#292929 30%, transparent);
    background: linear-gradient(#292929 30%, transparent);
    padding: 50px 0 55px;
    gap: 0 55px;
    padding-right: 20px;
  }
  .footer-logo {
    width: 155px;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu-link > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .footer-menu-link > li > a {
    font-size: 1.4rem;
  }
  .footer-menu-sns {
    gap: 0 20px;
  }
  .footer-menu-sns > li {
    width: 35px;
  }
  .footer-copyright {
    height: 25px;
    font-size: 1.2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}
@media screen and (min-width: 701px), print {
  .sp {
    display: none !important;
  }
  .header {
    display: none;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  .footer-inner {
    gap: 0 150px;
    padding-right: 60px;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}