@charset "UTF-8";
.l-header .p-header {
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.6vw 1.4vw;
  border-top: 8px solid #00645b;
  background-color: #fff;
}
.l-header .p-header__logo {
  width: 18vw;
  position: static;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__logo {
    width: 27vw;
    height: 5.4vw;
  }
}
.l-header .p-header__logo img {
  aspect-ratio: auto;
  width: auto;
}
.l-header .p-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 2.5vw;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    height: calc(100dvh - 4rem);
    margin-top: 2.7rem;
    overflow-y: scroll;
    padding-bottom: 10.5rem;
    padding-top: 2.5rem;
    row-gap: 5vw;
    width: 100%;
    flex-direction: column;
    transition: 0.3s;
  }
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav > ul {
    width: 65%;
    margin: 0 auto;
  }
  .l-header .p-header__nav > ul > li::before {
    content: "■";
    position: absolute;
    top: 0;
    left: -5vw;
  }
}
.l-header .p-header__nav ul {
  display: flex;
  column-gap: 2vw;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav ul {
    flex-direction: column;
    row-gap: 5vw;
  }
}
.l-header .p-header__nav ul li {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
}
.l-header .p-header__nav ul li.active ul {
  opacity: 1;
  visibility: visible;
}
.l-header .p-header__nav ul li a {
  font-size: 1.1rem;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav ul li a {
    color: #000;
  }
}
.l-header .p-header__nav ul li ul {
  position: absolute;
  top: calc(100% + 1.45vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5vw;
  row-gap: 1vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav ul li ul {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 1.5vw 3vw;
    opacity: 1;
    visibility: visible;
  }
}
.l-header .p-header__nav ul li ul li {
  white-space: nowrap;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav ul li ul li {
    padding-left: 1.5vw;
  }
  .l-header .p-header__nav ul li ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3vw;
    width: 10px;
    height: 3px;
    background: #000;
  }
}
.l-header .p-header__nav ul li ul li a {
  color: #000;
}
.l-header .p-header__nav .p-fv__btn {
  position: static;
  transform: none;
  width: auto;
}
.l-header .p-header__nav .p-fv__btn .cta__buttons {
  align-items: stretch;
}
.l-header .p-header__nav .p-fv__btn .cta-button {
  width: 16rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button a {
  min-height: auto;
  padding-left: 0.6rem;
  padding-right: 2.5rem;
  align-items: center;
  white-space: nowrap;
}
.l-header .p-header__nav .p-fv__btn .cta-button a::after {
  right: 1vw;
  mask-image: none;
  background-color: transparent;
}
@media only screen and (max-width:768px) {
  .l-header .p-header__nav .p-fv__btn .cta-button a::after {
    right: 2vw;
  }
}
.l-header .p-header__nav .p-fv__btn .cta-button__block {
  margin-top: 0;
}
.l-header .p-header__nav .p-fv__btn .cta-button__icon {
  width: 1.6rem;
  margin-left: 1rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button__text-small {
  font-size: 0.6rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button__text-large {
  font-size: 0.8rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button__text-large span {
  font-size: 0.6rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--line a {
  column-gap: 0.6rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--line .cta-button__text-small {
  margin-left: 2.2rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--tel a {
  column-gap: 1rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--tel a .cta-button__icon {
  width: 1.1rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--tel .cta-button__text-large {
  font-size: 1.1rem;
}
.l-header .p-header__nav .p-fv__btn .cta-button--tel .cta-button__text-small {
  margin-left: 1vw;
}
.l-header .hamburger {
  margin-left: auto;
}
.l-header.is-fixed {
  overflow: visible;
}
.l-header.is-active .p-header__nav {
  opacity: 1;
  visibility: visible;
}

.cta-button::after {
  mask-image: none;
  background-color: transparent;
}

.p-topPage .breadcrumb {
  width: 87.5%;
  max-width: 1440px;
  margin: 0 auto;
}

.breadcrumb {
  font-size: 1.4rem;
  margin-bottom: 1vw;
}
@media only screen and (max-width:768px) {
  .breadcrumb {
    font-size: 1.1rem;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-size: 1rem;
}
@media only screen and (max-width:768px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 0.7rem;
  }
}

.footer__buttons {
  max-width: 100%;
}
@media only screen and (max-width:768px) {
  .footer__buttons {
    flex-direction: column;
  }
}

.p-freeInput__item + .p-freeInput__item {
  margin-top: 64px;
}

/*# sourceMappingURL=lower.css.map */
