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

@media only screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}

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

@media only screen and (max-width: 768px) {
  .-inline_sp {
    display: inline;
  }
}

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

@media only screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .-inline_pc {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .-inline_pc {
    display: none;
  }
}

body {
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  color: #000;
  position: relative;
}

@media only screen and (min-width: 769px) {
  body {
    padding: 80px 0 0 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding: 12% 0 0 0;
    font-size: 3.4vw;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

.-wrapper, .-sect-wrapper {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .-wrapper, .-sect-wrapper {
    width: 90%;
    max-width: 900px;
  }
}

@media only screen and (max-width: 768px) {
  .-wrapper, .-sect-wrapper {
    width: 90%;
  }
}

@media only screen and (min-width: 769px) {
  .-sect-wrapper {
    padding: 60px 0 100px 0;
  }
}

@media only screen and (max-width: 768px) {
  .-sect-wrapper {
    padding: 10% 0;
  }
}

.header {
  background-color: #179ED0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .header-wrapper {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header-wrapper {
    padding: 10px 5% 10px 0;
    height: 60px;
  }
}

.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .header-logo {
    width: 88px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logo {
    width: 60px;
  }
}

@media only screen and (min-width: 769px) {
  .header-tel {
    width: 164px;
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .header-tel {
    display: none;
  }
}

.header-drawer_btn {
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .header-drawer_btn {
    width: 40px;
    height: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .header-drawer_btn {
    width: 34px;
    height: 26px;
    margin: 0 0 0 auto;
  }
}

.header-drawer_btn-item {
  width: 100%;
  background-color: #fff;
  display: block;
  left: 0;
  position: absolute;
  border-radius: 10px;
}

@media only screen and (min-width: 769px) {
  .header-drawer_btn-item {
    height: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .header-drawer_btn-item {
    height: 4px;
  }
}

.header-drawer_btn-item:nth-child(2) {
  top: 50%;
}

@media only screen and (min-width: 769px) {
  .header-drawer_btn-item:nth-child(2) {
    margin: -3px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .header-drawer_btn-item:nth-child(2) {
    margin: -2px 0 0 0;
  }
}

.header-drawer_btn-item:nth-child(3) {
  bottom: 0;
}

.header-btn {
  background-color: #29667C;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .header-btn {
    display: none;
  }
}

.header-btn-email {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .header-btn-email {
    width: 32px;
  }
}

.-ttl {
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .-ttl {
    font-size: 36px;
    margin: 0 0 47px 0;
  }
}

@media only screen and (max-width: 768px) {
  .-ttl {
    font-size: 6vw;
    margin: 0 0 8% 0;
  }
}

.-ttl-txt {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
}

.-ttl-txt::before, .-ttl-txt::after {
  display: block;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.-ttl-txt::before {
  width: 100%;
  background-color: #E8E7E7;
}

.-ttl-txt::after {
  width: 32px;
  background-color: #179ED0;
}

.footer {
  background-color: #179ED0;
}

@media only screen and (min-width: 769px) {
  .footer-wrapper {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer-wrapper {
    padding: 12px 0;
  }
}

.footer-copyright {
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1em;
}

.drawer {
  position: fixed;
  height: 100%;
  background-color: #179ED0;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .drawer {
    left: -300px;
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .drawer {
    left: -100%;
    width: 100%;
  }
}

.drawer-close {
  position: absolute;
  z-index: 50;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .drawer-close {
    left: 10px;
    top: 15px;
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .drawer-close {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
}

.drawer-close-item {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin: -3px 0 0 0;
  border-radius: 20px;
}

@media only screen and (min-width: 769px) {
  .drawer-close-item {
    height: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .drawer-close-item {
    height: 4px;
  }
}

.drawer-close-item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-close-item:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-wrapper {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .drawer-wrapper {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .drawer-wrapper {
    padding: 60px 0 0 0;
  }
}

.drawer-list {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.drawer-list-item {
  color: #fff;
  display: block;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-list-item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.drawer-list-ttl {
  font-weight: 500;
  padding: 20px 30px;
}

.drawer-list-content-item {
  display: block;
  padding: 20px 30px;
  background-color: #fff;
  color: #179ED0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-list-content-item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.-drawer-open .drawer {
  left: 0;
}
/*# sourceMappingURL=common.css.map */