@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* footer */
/*========*/
/* footer
-----------------------------------*/
footer {
  color: #FFF;
  background-color: #7CA6D6;
  padding-bottom: 20px;
  margin-top: min(120px, 9.9vw);
}
@media (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .f-block {
  display: flex;
  justify-content: space-between;
  padding: min(104px, 8.58vw) 0;
  font-size: clamp(16px, 1.5vw, 18px);
}
@media (max-width: 767px) {
  footer .f-block {
    display: block;
    padding: 60px 0;
    font-size: 14px;
  }
}
footer .f-block .f-info {
  font-size: max(15px, 0.8em);
  line-height: 2;
}
@media (max-width: 767px) {
  footer .f-block .f-info {
    font-size: 14px;
  }
}
footer .f-block .f-info .f-logo {
  margin-bottom: min(40px, 2vw);
}
@media (max-width: 767px) {
  footer .f-block .f-info .f-logo {
    margin-bottom: 20px;
  }
}
footer .f-block .f-info .f-logo img {
  width: clamp(263px, 100vw, 320px);
}
@media (max-width: 767px) {
  footer .f-block .f-info .f-logo img {
    width: 208px;
  }
}
footer .f-block .f-nv {
  line-height: 2.5;
  border-left: 1px solid #F5F5F5;
  display: flex;
  justify-content: space-evenly;
  margin-left: min(72px, 3.75vw);
  white-space: nowrap;
  width: 50%;
  min-width: 384px;
}
@media (max-width: 767px) {
  footer .f-block .f-nv {
    line-height: 1;
    border-left: none;
    border-top: 1px solid #F5F5F5;
    width: 100%;
    min-width: inherit;
    margin: 32px 0 0;
  }
}
footer .f-block .f-nv ul {
  margin-left: min(72px, 3.75vw);
}
@media (max-width: 767px) {
  footer .f-block .f-nv ul {
    margin: 0;
  }
  footer .f-block .f-nv ul li {
    margin-top: 40px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
    text-align: left;
  }
}

/* ptop
-----------------------------------*/
.ptop {
  color: #FFF;
  background: #0A3977;
  width: 64px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  cursor: pointer;
  transition: 0.4s;
  position: fixed;
  bottom: 16px;
  right: 0;
  line-height: 1;
  z-index: 10;
}
@media (min-width: 768px) {
  .ptop:hover {
    background: #333;
  }
}
@media (max-width: 767px) {
  .ptop {
    width: 42px;
    height: 42px;
    font-size: 10px;
    padding-bottom: 8px;
  }
}
.ptop:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 18px;
  margin: auto;
}
@media (max-width: 767px) {
  .ptop:before {
    width: 9px;
    height: 9px;
    top: 11px;
  }
}

/* リキャプチャ位置調整
-----------------------------------*/
.grecaptcha-badge {
  bottom: 96px !important;
}
@media (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 74px !important;
  }
}

body.contact footer .f-block {
  padding-bottom: 132px;
}
@media (max-width: 767px) {
  body.contact footer .f-block {
    padding-bottom: 90px;
  }
}
/*# sourceMappingURL=footer.css.map */