@charset "UTF-8";
.adlp-footer {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(144 / 1080 * 100vw), 144px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(254 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
  color: #4C4C4C;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 300;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(123 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
  border-radius: min(calc(9 / 1080 * 100vw), 9px);
  box-shadow: 0px min(calc(12 / 1080 * 100vw), 12px) min(calc(15 / 1080 * 100vw), 15px) 0px rgba(0, 0, 0, 0.12);
}
.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(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: min(calc(12 / 1080 * 100vw), 12px);
    box-shadow: 0px calc(16 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(0, 0, 0, 0.12);
  }
}
.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(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  color: #5C5B5B;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.5L12 11.5L21 2.5' stroke='%23E95383' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(30 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0 min(calc(30 / 1080 * 100vw), 30px);
  margin: 0 min(calc(30 / 1080 * 100vw), 30px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #184C9A;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    margin: 0 calc(40 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid #5C5B5B;
  }
}
.adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .text .small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

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

.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(70 / 1080 * 100vw), 70px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0px min(calc(12 / 1080 * 100vw), 12px) min(calc(37 / 1080 * 100vw), 37px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    filter: drop-shadow(0px calc(16 / 750 * 100vw) calc(50 / 750 * 100vw) rgba(0, 0, 0, 0.1));
  }
}
.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='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32.25' cy='32.5' r='32.25' fill='%23F779A1'/%3E%3Ccircle cx='32.25' cy='32.5' r='30' transform='rotate(-180 32.25 32.5)' fill='white'/%3E%3Cpath d='M34.5 40L27 32.5L34.5 25' stroke='%23F779A1' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    top: calc(200 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='61' viewBox='0 0 60 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30.25' r='29' transform='rotate(-180 30 30.25)' fill='white' stroke='%23F779A1' stroke-width='2'/%3E%3Cpath d='M27 37.25L35 29.75L27 22.25' stroke='%23F779A1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: max(calc(0 / 1080 * 100vw), 0px);
  top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    top: calc(200 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next.swiper-button-disabled, .adlp-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 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(6 / 1080 * 100vw), 6px);
}
@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(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #fff;
  opacity: 1;
}
@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: #E95383;
}
.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);
  }
}

.le-lp-form input, .le-lp-form textarea{
	background-color:white;
	width:100%;
	padding: 6px;
	margin: 6px 0;	
}

.le-lp-form .wpcf7-submit{
	margin-top:20px;
	background-color:#F779A1;
	border-color:#F779A1;
}

.le-lp-form .required{
background: rgba(211, 27, 115, 1);}
/*# sourceMappingURL=lp.css.map */
