:root {
  --nav-hover-color: #2d4f9b;
  --accent-color: #2d4f9b;
}

.header {
  padding: 8px 0;
}
.header .navmenu a {
  font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.header .navmenu a:hover {
  color: #2d4f9b;
}
@media (max-width: 1200px) {
  .header .navmenu a i {
    background: #2d4f9b;
    color: #ffffff;
  }
}
.header .navmenu a:focus i:hover {
  background: #2d4f9b;
}
.header .navmenu .active {
  color: #2d4f9b;
}
.header .navmenu .active i {
  background: #2d4f9b;
}
.header .navmenu .active i:hover {
  background: #2d4f9b;
}
.header .navmenu .dropdown ul a:hover {
  color: #2d4f9b;
}
.header .logo img {
  max-height: 32px;
  max-width: 189px;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer .footer-top {
  border: none;
  background-color: #221e1f;
  padding: 64px 0 40px 0;
}
.footer .footer-top .row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer .footer-top .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer-top .row .logo {
  max-width: 280px;
  margin: 0;
}
.footer .footer-top .row .logo img {
  width: 100%;
}
.footer-list {
  display: flex;
  gap: 0 64px;
  justify-content: flex-end;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .footer-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .footer-list {
    gap: 16px 40px;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer-list {
    gap: 16px 32px;
  }
}
.footer-list li {
  list-style: none;
}
.footer-list li a {
  color: #ffffff;
}
.footer .copyright {
  margin: 0 auto !important;
  border: 0;
  padding: 8px 0;
}

.scroll-top {
  background-color: #2d4f9b;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.scroll-top:hover {
  background: #ffffff;
  border: solid 1px #2d4f9b;
}
.scroll-top:hover i {
  color: #2d4f9b;
}

.swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #2d4f9b;
  opacity: 1;
}

.card {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: none;
}
.card-content {
  flex: 1;
}
.card-content img {
  border-radius: 8px;
}

.btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.btn {
  font-size: 12px;
  border-radius: 20px;
  border: none;
  background-color: #2d4f9b;
  color: #ffffff;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: all 0.3s ease;
  border: solid 1px #2d4f9b;
}
.btn:hover {
  color: #2d4f9b;
  background: #ffffff;
  border: solid 1px #2d4f9b;
}

.bi {
  font-size: 40px;
  color: #2d4f9b;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  width: 100%;
}

.section-title {
  padding-bottom: 48px;
}
@media (max-width: 600px) {
  .section-title {
    padding-bottom: 40px;
  }
}
.section-title h2 {
  font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
@media (max-width: 600px) {
  .section-title h2 {
    margin-bottom: 0;
  }
}
.section-title h2:after {
  background: #2d4f9b;
}

.off-white-background {
  background: #f6f6f6;
  margin-top: -220px;
  padding-bottom: 220px;
  margin-bottom: -220px;
}
.off-white-background .section-title p {
  color: #2d4f9b;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.off-white-background .section-title h2 {
  font-size: 26px;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 16px;
}
.off-white-background .section-title h2:after {
  background: #cecece;
}
/*# sourceMappingURL=style.css.map */
