@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  color: #333;
}
body:has(.lp-siteHeader.is-open) {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}

.lp-siteHeader {
  background-color: #fff;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1000;
  padding: 15px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-siteHeader {
    height: 60px;
  }
}
.lp-siteHeader_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
}
.lp-siteHeader_logo {
  width: 25%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .lp-siteHeader_logo {
    width: 200px;
  }
}
.lp-siteHeader_logo a {
  display: block;
  height: 100%;
}
.lp-siteHeader_logo a:hover {
  opacity: 0.7;
}
.lp-siteFooter {
  background-color: #0D111A;
  padding: 35px 10px;
}
@media screen and (max-width: 768px) {
  .lp-siteFooter {
    padding: 20px 0 70px;
  }
}
.lp-siteFooter p {
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lp-siteFooter p {
    font-size: 10px;
  }
}

.consultationPage_top {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  background-image: linear-gradient(120deg, rgba(81, 205, 219, 0.3411764706), rgba(132, 193, 255, 0.3411764706));
}
@media screen and (max-width: 1024px) {
  .consultationPage_top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .consultationPage_top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.consultationPage_top .sectiontitle-en, .consultationPage_top .sectiontitle-ja {
  color: #002F71 !important;
}
.consultationPage_top .sectiontitle-ja {
  margin-top: 1px;
}
.consultationPage_form {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .consultationPage_form {
    margin-top: 50px;
  }
}
.consultationPage_form .container {
  max-width: 873px;
}
.consultationPage_form form label:has(input[name=form-tel]) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .consultationPage_form form label:has(input[name=form-tel]) {
    width: 100%;
  }
}
.consultationPage_form form .form-privacypolicy {
  text-align: center;
  width: 100%;
  margin: 0;
}
.consultationPage_form form .form-privacypolicy a {
  display: inline-block;
  color: #333;
  cursor: pointer !important;
  margin: 0;
  width: auto;
}
.consultationPage_form form .form-privacypolicy a:hover {
  color: #002F71;
}
.consultationPage_form form input[type=submit] {
  max-width: 440px !important;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .consultationPage_form form input[type=submit] {
    margin-top: 30px;
  }
}
.consultationPage_contact {
  margin-top: 150px;
  background-color: #001A49;
  padding: 70px 0 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .consultationPage_contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .consultationPage_contact {
    margin-top: 50px;
    padding: 60px 0 50px;
  }
}
.consultationPage_contact_logo {
  max-width: 400px;
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .consultationPage_contact_logo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_logo {
    width: 75%;
    max-width: 300px;
  }
}
.consultationPage_contact_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_sns {
    margin-top: 35px;
    gap: 20px;
  }
}
.consultationPage_contact_btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_btns {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
}
.consultationPage_contact_button {
  margin: 0;
  max-width: 350px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  color: #001A49;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_button {
    height: 60px !important;
  }
}
.consultationPage_contact_button-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_button-wrapper {
    font-size: 1.3rem;
    gap: 0;
  }
}
.consultationPage_contact_button-wrapper img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_button-wrapper img {
    width: 19px;
  }
}
.consultationPage_contact_button-info {
  font-size: 0.75rem;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .consultationPage_contact_button-info {
    font-size: 0.7rem;
  }
}