@charset "UTF-8";
.adlp-footer {
  background-color: #008080;
  padding: min(calc(56 / 1080 * 100vw), 56px) 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(33 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
    margin-top: calc(144 / 750 * 100vw);
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  text-align: center;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 180%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(64 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid #008080;
  background: var(--base-FFFFFF, #FFF);
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: calc(24 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #008080;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(154 / 750 * 100vw) calc(40 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2295_2625)'%3E%3Cg clip-path='url(%23clip1_2295_2625)'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23008080'/%3E%3Cpath d='M13 19.4998L6.5 9.38867L19.5 9.38867L13 19.4998Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2295_2625'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_2295_2625'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    right: calc(56 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(38 / 1080 * 100vw), 38px);
  margin: 0 min(calc(40 / 1080 * 100vw), 40px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #008080;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: calc(50 / 750 * 100vw) 0;
    margin: 0 calc(56 / 750 * 100vw);
    border-top: calc(4 / 750 * 100vw) solid #008080;
  }
}
.adlp-accordion__body__inner .text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner ul {
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner ul {
    margin-top: calc(18 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner ul li {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 180%;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner ul li {
    font-size: calc(30 / 750 * 100vw);
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2192 / 1080 * 100vw), 2192px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4302 / 1080 * 100vw), 4302px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(6804 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(3402 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  width: 100%;
  /* ページネーションの余白 */
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-swiper .swiper-slide .swiper-slide {
  padding: 0 calc(20 / 750 * 100vw);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
