@charset "UTF-8";
#cta-680f0e15cc6d60b99394d13b .component.cta {
  /* スマホ用 */
  /* PC用 */
}
#cta-680f0e15cc6d60b99394d13b .component.cta body {
  margin: 0;
  font-family: Arial, sans-serif;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .navbar-top {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .logo {
  max-height: 75px;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .hamburger div {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
  transition: all 0.3s ease;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .top-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .contact-button, #cta-680f0e15cc6d60b99394d13b .component.cta .request-button {
  background-color: black;
  color: white;
  border: 2px solid black;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  text-decoration: none;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .contact-button:hover, #cta-680f0e15cc6d60b99394d13b .component.cta .request-button:hover {
  background-color: transparent;
  color: black;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #00306d, #1eb9ee);
  padding: 3px 0;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .menu-item {
  color: white;
  text-decoration: none;
  padding: 3px 15px;
  line-height: 56px;
  font-size: 10pt;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .menu-item:hover {
  opacity: 0.8;
}
#cta-680f0e15cc6d60b99394d13b .component.cta .close-button {
  display: none;
  color: white;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 5px;
  line-height: 2;
}
@media (max-width: 768px) {
  #cta-680f0e15cc6d60b99394d13b .component.cta .navbar-top {
    padding: 10px 15px;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .top-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .logo {
    max-height: 30px;
    max-width: 167px;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .hamburger {
    display: flex;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .top-buttons {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 118px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00306d, #1eb9ee);
    z-index: 999;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .menu.active {
    display: flex;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .close-button.active {
    display: block;
  }
}
@media (min-width: 769px) {
  #cta-680f0e15cc6d60b99394d13b .component.cta .navbar-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .top-row {
    width: auto;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .logo {
    max-height: 60px;
    max-width: 334px;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .top-buttons {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .hamburger {
    display: none;
  }
  #cta-680f0e15cc6d60b99394d13b .component.cta .menu {
    flex-direction: row;
    height: 56px;
  }
}