.c-totop {
  width: auto;
  position: fixed;
  bottom: 15%;
  right: 3vw;
  opacity: 0;
  transition: 0.4s;
}

@media (max-width: 767.9px) {
  .c-totop {
    top: inherit;
  }
}

.c-totop.active {
  opacity: 1;
}

.c-totop a {
  width: 5rem;
  height: 5rem;
  background: #2D81B0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #2D81B0;
}

.c-totop a svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}

.c-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  opacity: 0;
  transition: 0.4s;
}

@media (max-width: 767.9px) {
  .c-bnr {
    width: 100%;
  }
}

.c-bnr.active {
  opacity: 1;
}

.c-bnr a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  transition: all 0.4s;
}

@media (max-width: 767.9px) {
  .c-bnr a {
    width: 50%;
    font-size: 2rem;
    text-align: center;
    padding: 0.5em 0;
  }
}

.c-bnr a:hover {
  opacity: 0.8;
}

.c-bnr a span {
  color: #fff100;
}

.c-bnr a.mail {
  background: #ff693a;
  border-radius: 15px 0 0 0;
}

@media (max-width: 767.9px) {
  .c-bnr a.mail {
    border-radius: 0;
  }
}

.c-bnr a.line {
  background: #00c625;
}

.p-corporations_tel {
  padding: 7rem 0 10.5rem;
}

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