@charset "UTF-8";
.container {
  width: 94.66666667%;
}

.is-pc {
  display: none !important;
}

.is-sp {
  display: block !important;
}

body, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/*ラッパー*/
#wrapper {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#wrapper.navOpen {
  min-width: 100%;
}

.header__logo {
  position: absolute;
  left: 3rem;
  top: 1.5rem;
  width: 14.5rem;
}

.navBar {
  width: 5rem;
  height: 5rem;
}

.navBar__item {
  width: 1.7rem;
  height: 1px;
  margin-left: -0.85rem;
}

.navBar__item:nth-of-type(1) {
  top: 2rem;
}

.navOpen > .navBar__item:nth-of-type(1) {
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
  -ms-transform: translateY(0.5rem) rotate(-45deg);
  transform: translateY(0.5rem) rotate(-45deg);
}

.navBar__item:nth-of-type(2) {
  top: 2.5rem;
}

.navBar__item:nth-of-type(3) {
  bottom: 1.9rem;
}

.navOpen > .navBar__item:nth-of-type(3) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) rotate(45deg);
  transform: translateY(-0.5rem) rotate(45deg);
}

.mainNav {
  padding-top: 5rem;
}

.mainNav__inner {
  width: calc(100% - 4rem);
  margin: 2rem 2rem 1rem;
}

@media screen and (max-width: 320px) {
  .mainNav__inner {
    margin: 0 2rem;
  }
}

.navTitle {
  font-size: 1.2em;
  line-height: 2.8rem;
  color: #fff;
  margin-bottom: 2rem;
}

@media screen and (max-width: 320px) {
  .navTitle {
    margin-bottom: 1rem;
  }
}

.navList {
  padding: 1.2rem 0;
}

.navList__item {
  padding: 0.85rem 0;
}

@media screen and (max-width: 320px) {
  .navList__item {
    padding: 0.3rem 0;
  }
}

.navList__link {
  font-size: 1.5rem;
  line-height: 2.85rem;
}

.navList__link span {
  font-size: 0.8rem;
}

.navList--inline {
  padding: 3.5rem 0 1rem;
}

@media screen and (max-width: 320px) {
  .navList--inline {
    padding: 1rem 0;
  }
}

.navList--inline__item {
  display: block;
  padding: 0;
  border-left: none;
}

.navList--inline__link {
  font-size: 1.15rem;
  line-height: 3.5rem;
}

.pageTitle {
  height: auto;
}

.pageTitle__bg {
  background: none;
  height: auto;
  width: 100%;
}

.pageTitle__bg img {
  display: block;
  width: 100%;
}

.pageTitle__txt {
  top: 38.178%;
}

.pageTitle__txt img {
  width: 77.73333%;
  min-width: 29.15rem;
  margin: -38.866665% auto 0;
}

.footer {
  background-color: #fff;
  padding: 2.5rem 0 5rem;
}

.footer__inner {
  width: 92%;
  margin: 0 auto;
}

.footerNav {
  font-size: 0;
  text-align: left;
}

.footerNav__item {
  display: block;
}

.footerNav__link {
  font-size: 1.2rem;
  line-height: 3.5rem;
  padding: 0;
}

.copyright {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}

/*# sourceMappingURL=base_sp.css.map */