@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: none !important;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ▼ タイトル
--------------------------------------- */
#page_title {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
.sp-header {
  width: 100%;
  background: #ccc;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
}
.sp-header .header_inner {
  width: 100%;
  height: 60px;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (min-width: 769px) {
  .sp-header {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    overflow: hidden;
  }
  .sp-header .container {
    padding: 0 20px;
  }
  .sp-header .header_inner {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
}

.menu {
  --menu-width:60px;
  --menu-height:90px;
  --menu-bg-color: none;
  --menu-bar-color:#000;
  --menu-bar-width:18px;
  --menu-bar-height:3.3px;
  --menu-bar-gap:8.5px;
  display: block;
  width: var(--menu-width);
  height: var(--menu-height);
  background: var(--menu-bg-color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
}
.menu .icon {
  display: block;
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  top: 40%;
  right: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
.menu .icon::before, .menu .icon::after {
  content: "";
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  transition: all 0.3s;
  right: 0;
}
.menu .icon::before {
  top: calc(-1 * var(--menu-bar-gap));
}
.menu .icon::after {
  bottom: calc(-1 * var(--menu-bar-gap));
}
.menu .icon span:before {
  content: "";
  color: var(--menu-bar-color);
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.menu .icon.active {
  background: transparent;
}
.menu .icon.active::before, .menu .icon.active::after {
  width: 25px;
  height: 3px;
  background: #5c5c5c;
}
.menu .icon.active::before {
  transform: rotate(-140deg);
  top: 0;
}
.menu .icon.active::after {
  transform: rotate(140deg);
  bottom: 0;
}
.menu .icon.active span:before {
  content: "";
}
@media screen and (min-width: 769px) {
  .menu {
    display: none;
  }
}

/* グローバルナビゲーション */
.gnav {
  display: block;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
  margin: 0;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  transform: translateY(-100%);
}
.gnav.open {
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .gnav {
    background: none;
    height: auto;
    padding-top: 0vh;
    padding: 20% 10% 20% 0;
    transition: 0s;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    overflow: hidden;
  }
}
.gnav .menu-logo, .gnav .menu-list {
  width: 50%;
  margin: 0 auto;
}
.gnav .menu-list {
  display: block;
}
.gnav .menu-list > li {
  width: 100%;
  max-width: 16em;
  margin: 0 auto;
  height: auto;
  text-indent: 0;
  position: relative;
}
.gnav .menu-list > li::before {
  position: absolute;
  top: 50% !important;
  left: 5%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../img/menu-dot.webp);
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
}
.gnav .menu-list > li:not(:last-child) a {
  border-bottom: 2px dotted #41aedd;
}
.gnav .menu-list > li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 70px;
  line-height: 1.2;
  padding-left: calc(5% + 20px);
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .gnav .menu-list > li a {
    font-size: 1vw;
  }
}
.gnav .menu-list > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .gnav .menu-list > li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  background: #333;
  padding: 20px;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 20px 0;
  }
}

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  cursor: pointer;
  padding: 4px;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  font-size: 12px;
  color: #fff;
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 769px) {
  #not_found {
    padding: 8vw 20px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 39px;
  font-family: "Arial", "メイリオ";
}
@media screen and (min-width: 769px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #not_found p.arial + p {
    font-size: 18px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #not_found p.txt {
    line-height: 1.9;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}