.l-header__inner {
  justify-content: center;
}

.p-global-nav > ul {
  margin-left: 8vw;
}

@media screen and (min-width: 768px) {
  .p-global-nav > ul > li > a {
    padding: 0 13px;
  }
}

.switching-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 2vw;
}
@media screen and (max-width: 1199px) {
  .switching-btn {
    margin-left: 0;
    gap: 2px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 71px;
  }
}
.switching-btn * {
  transition: all 0.3s ease;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .switching-btn * {
    font-size: 14px;
  }
}
.switching-btn p {
  color: #82a8d4;
}
.switching-btn a {
  cursor: pointer;
}
.switching-btn a:hover {
  color: #82a8d4;
}

@media screen and (max-width: 530px) {
  .l-header__logo img {
    height: 13vw;
  }
}

.grecaptcha-badge {
  bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}

html:not(:has(.b-form)) .grecaptcha-badge {
  display: none;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  content: "";
  background-image: url(../svg/noto-ic.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  transform: translate(24%, 30%);
}

.grecaptcha-badge {
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-content03 {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-content03 > div {
    width: 100% !important;
    max-width: 33.33%;
  }
}/*# sourceMappingURL=style.css.map */