@charset "UTF-8";
/* =============================================================================================== */
/* 本文 */
/* =============================================================================================== */
/* CSS Document */
@media (min-width: 960px) {
  .wrap-sp-navi {
    display: none;
  }
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 32px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 13px;
  right: 3%;
  z-index: 201;
  transform: translateX(0);
  transition: transform 0.5s;
}
.menu-trigger.active {
  transform: translateX(-85vw);
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all 0.5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.sp-navi {
  width: 85vw;
  min-height: 100%;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  transform: translate(100%);
  transition: all 0.5s;
  overflow: auto;
}
.sp-navi.open {
  transform: translateZ(0);
  overflow-y: scroll;
}
.sp-navi li a {
  padding: 15px 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #000000;
}
.sp-navi li a.br {
  line-height: 1.4;
}

@media (max-width: 320px) {
  .sp-navi li a {
    padding: 12px 0;
  }
}
.use-navi {
  width: 85vw;
  height: 100%;
  padding: 35px 0 0;
  background-color: #5da8ef;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  transform: translate(85vw);
  transition: all 0.5s;
  overflow: auto;
}
.use-navi.open {
  transform: translateZ(0);
}
.use-navi.open::before {
  transform: translateZ(0);
}
.use-navi li a {
  padding: 15px 0;
  text-align: center;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  line-height: 1.6;
}
.use-navi .submenu {
  padding: 0 0;
  display: none;
  background-color: #6d6d6d;
}
.use-navi .submenu li {
  margin: 0px auto;
}
.use-navi .submenu li a {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.use-navi .submenu li a span {
  display: block;
  font-size: 90%;
}

/* ２階層メニュー */
.overlay02 {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay02.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.btn-close {
  display: none !important;
  color: #fff;
  position: absolute;
  left: 19px;
  top: 12px;
  font-size: 32px;
  z-index: 1000;
}
.btn-close.open {
  display: block !important;
}
.btn-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.end {
  pointer-events: none;
}

/* =============================================================================================== */
/* ボタン                                                                                */
/* =============================================================================================== */
.nav-bottom {
  padding-top: 20px;
  text-align: center;
}

.nav-btn {
  background-color: #186cbf;
  padding: 12px;
  margin-top: 15px;
  width: 65%;
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none !important;
}
.nav-btn:hover {
  opacity: 0.8;
}

.down:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 21px;
}

.up:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  font-weight: 400;
  position: absolute;
  right: 15px;
  font-size: 21px;
}

.faq-block:last-child {
  padding: 0 0 60px;
}

.bottom_btn {
  padding: 15px 0px 0;
}
.bottom_btn ul {
  display: flex;
  justify-content: center;
}
.bottom_btn ul li {
  margin: 0 4px;
  width: 30px;
}
.bottom_btn ul li a {
  border-bottom: 0px solid #ccc;
}/*# sourceMappingURL=navi.css.map */