@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}



.gnav {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .gnav {
    padding-inline: 20px;
    
  }
}
@media (max-width: 767.98px) {
  .gnav {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .gnav {
    min-width: 1340px;
  }
}
.gnav__title {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .gnav__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .gnav__title {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .gnav__title {
    padding-left: 0;
  }
}
.gnav__title-logo {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .gnav__title-logo {
    min-width: 110px;
    margin-right: 10px;
  }
}
.gnav__title-site-link {
  text-decoration: none;
  border-left: 1px solid #333;
  padding-left: 15px;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
@media (max-width: 767.98px) {
  .gnav__title-site-link {
    padding-left: 10px;
    font-size: 12px;
  }
}

.gnav__title-site-link:hover {
  text-decoration: none;
}

.gnav__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gnav__list1 {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 767.98px) {
  .gnav__list1 {
    display: none;
  }
}
.gnav__item1 {
  position: relative;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .gnav__item1 {
    width: 33.33333%;
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.gnav__item1:hover > .gnav__list2 {
  opacity: 1;
  pointer-events: all;
}
.gnav__item1 > .gnav__list2 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.gnav__item1:has(.gnav__list2) .gnav__link1 {
  min-height: 60px;
  position: relative;
}
.gnav__item1:has(.gnav__list2) .gnav__link1::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  bottom: 5px;
}
.gnav__link1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.3;
  color: #16288b;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .gnav__link1 {
    height: 100%;
  }
}
.gnav__link1 img {
  margin-bottom: 4px;
}
.gnav__link1_main {
  background-color: #16288b;
  color: #fff;
}
.gnav__link1_sub1 {
  background-color: #fff100;
}
