.bs_header-01.bs_header-01-drop+.bs_header-spacer {
  height: 100px;
}

.header-cta {
  height: 100px;
  font-family: "Noto Serif JP", serif;
  margin-left: 40px;
}

.header-cta-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  height: 100%;
}

.header-cta-item {
  width: 120px;
  height: 100%;
  list-style: none;
}

.header-cta-link {
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  padding-top: 28px;
  line-height: 1.4;
  position: relative;
}

.header-cta-link:hover,
.header-cta-link:focus {
  text-decoration: none;
  background-color: #fff;
}

.header-cta-link::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  align-items: center;
  font-size: 1.6rem;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-cta-link-demo {
  background-color: #05387b;
}

.header-cta-link-inquiry {
  background-color: #377735;
}

.header-cta-link-contact {
  background-color: #c7454a;
}

.header-cta-link-demo:hover,
.header-cta-link-demo:focus {
  color: #05387b;
  border-color: #05387b;
}

.header-cta-link-inquiry:hover,
.header-cta-link-inquiry:focus {
  color: #377735;
  border-color: #377735;
}

.header-cta-link-contact:hover,
.header-cta-link-contact:focus {
  color: #c7454a;
  border-color: #c7454a;
}

.header-cta-link-demo::before {
  content: "\EA01";
}

.header-cta-link-inquiry::before {
  content: "\EA02";
}

.header-cta-link-contact::before {
  content: "\EA03";
}

.header-tel {
  justify-content: end;
}

.bs_header-01.navbar-light .header-tel .tel {
  font-size: 1.125rem;
}

.bs_header-01.navbar-light .header-tel .small {
  font-size: 0.75rem;
  text-align: end;
  color: #333;
}

.bs_header-01.bs_header-01-drop .navbar-nav {
  min-height: auto;
  padding: 0;
}

.bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
  height: auto;
}

.navbar-item:not(:first-child) {
  margin-left: 20px;
}

.navbar-link {
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #05387b;
  text-decoration: none;
  border-color: #05387b;
}

.navbar-link-hasChildren {
  position: relative;
  display: inline-block;
  padding-right: 22px;
}

.navbar-link-hasChildren::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 42%;
  right: 0;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: transform 0.3s;
}

.navbar-link-hasChildren.is-open {
  color: #05387b;
  border-color: #05387b;
}

.navbar-link-hasChildren.is-open::after {
  top: 56%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-link-hasChildren:hover::after,
.navbar-link-hasChildren:focus::after,
.navbar-link-hasChildren.is-open::after {
  border-color: #05387b;
}

.navChild {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.navChild-inner {
  display: flex;
}

.navChild-header {
  background-color: #05387b;
  width: 40%;
  max-width: 500px;
  position: relative;
}

.navChild-header-inner {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.navChild-header-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

.navChild-header-link {
  min-width: 180px;
  display: block;
  color: #05387b;
  background-color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding: 10px 24px 10px 10px;
  margin-top: 30px;
  position: relative;
  border: 1px solid #05387b;
}

.navChild-header-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #05387b;
  border-right: 2px solid #05387b;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.navChild-header-link:hover,
.navChild-header-link:focus {
  text-decoration: none;
  background-color: #05387b;
  color: #fff;
  border-color: #fff;
}

.navChild-header-link:hover::after,
.navChild-header-link:focus::after {
  border-color: #fff;
}

.navChild-content {
  padding: 50px;
}

.navChild-content-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px 24px;
}

.navChild-content-item {
  max-width: 260px;
}

.navChild-content-link {
  display: block;
}

.navChild-content-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.navChild-content-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 8px;
}

@media screen and (min-width: 992px)and (max-width: 1320px) {
  .bs_header-01.bs_header-01-drop.global-nav+.bs_header-spacer {
    height: 100px;
  }

  .bs_header-01.bs_header-01-drop #navbar-01 {
    flex-flow: row;
  }

  .bs_header-01.bs_header-01-drop #navbar-01>div {
    padding: 0 !important;
    margin: 0 0 0 40px;
  }

  .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav {
    min-height: auto;
  }

  .header-tel {
    padding: 0;
  }
}

@media(max-width: 1199.98px) {
  .bs_header-01 .navbar-brand img {
    height: 50px;
  }

  .p-main-visual {
    padding: 150px 0 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .bs_header-01.bs_header-01-drop+.bs_header-spacer {
    height: 50px;
  }

  .bs_header-01.bs_header-01-drop .navbar-brand img {
    height: 34px;
  }

  .global-nav_inner {
    align-items: center !important;
  }

  .global-nav_inner .navbar-brand {
    width: auto;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .bs_header-01.bs_header-01-drop+.bs_header-spacer {
    height: 44px;
  }

  .bs_header-01 .navbar-brand {
    padding-left: 1rem !important;
  }

  .bs_header-01 .navbar-brand img {
    height: 34px;
  }

  .header-tel {
    display: none;
  }

  .header-cta {
    margin: 0;
  }

  .header-cta-item {
    width: 33.33%;
  }

  .bs_header-01.bs_header-01-drop .navbar-nav {
    justify-content: center;
    padding: 4px 0;
  }

  .navbar-link {
    font-size: 0.8rem;
  }

  .header-cta {
    display: none;
  }

  .header-cta-link {
    font-size: 0.8rem;
    padding-top: 26px;
  }

  .navChild-inner {
    flex-direction: column;
  }

  .navChild-header {
    width: 100%;
    max-width: none;
  }

  .navChild-header-inner {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .navChild-header-title {
    font-size: 1rem;
  }

  .navChild-header-link {
    min-width: auto;
    margin-top: 0;
    margin-left: 20px;
    font-size: 0.8rem;
  }

  .navChild-content {
    padding: 8px;
  }

  .navChild-content-title {
    font-size: 0.8rem;
    margin: 4px 0;
  }

  .navChild-content-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  .navChild-content-item {
    max-width: none;
    display: inline-block;
  }

  .p-main-visual {
    padding: 90px 0 40px;
  }

}