@charset "UTF-8";
.adlp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .adlp-header {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.adlp-header__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .adlp-header__inner {
    justify-content: center;
    gap: min(calc(530 / 1080 * 100vw), 530px);
    padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    justify-content: space-between;
    padding: calc(12 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.adlp-header__logo {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .adlp-header__logo {
    width: min(calc(178 / 1080 * 100vw), 178px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(237 / 750 * 100vw);
  }
}
.adlp-header__logo img {
  display: block;
  width: 100%;
}

.adlp-header__btn {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .adlp-header__btn {
    width: min(calc(285 / 1080 * 100vw), 285px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__btn {
    width: calc(380 / 750 * 100vw);
  }
}
.adlp-header__btn img {
  display: block;
  width: 100%;
}

.adlp-footer {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(42 / 1080 * 100vw), 42px) min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(56 / 750 * 100vw) calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}

.adlp-footer__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: min(calc(920 / 1080 * 100vw), 920px);
  gap: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}

.adlp-footer__logo {
  width: min(calc(228 / 1080 * 100vw), 228px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(304 / 750 * 100vw);
  }
}
.adlp-footer__logo img {
  display: block;
  width: 100%;
}

.adlp-footer__main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(210 / 1080 * 100vw), 210px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__main {
    width: 100%;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
  }
}

.adlp-footer__menu__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}

.adlp-footer__menu {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #20283C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  color: inherit;
  text-decoration: none;
}

.adlp-footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #666;
}
@media screen and (min-width: 768px) {
  .adlp-footer__text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #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);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@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 .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 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;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.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-wrapper .fv {
  position: relative;
}
.adlp-wrapper .fv__bg {
  display: block;
  width: 100%;
}
.adlp-wrapper .fv__bg img {
  display: block;
  width: 100%;
}
.adlp-wrapper .fv__btn {
  position: absolute;
  display: block;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .fv__btn {
    left: min(calc(988 / 1080 * 100vw), 988px);
    top: min(calc(442 / 1080 * 100vw), 442px);
    width: min(calc(360 / 1080 * 100vw), 360px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .fv__btn {
    left: calc(80 / 750 * 100vw);
    top: calc(941 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}
.adlp-wrapper .fv__btn img {
  display: block;
  width: 100%;
}

.sec03 {
  position: relative;
  width: 100%;
}

.sec03__bg {
  display: block;
  width: 100%;
}
.sec03__bg img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec03__slider {
    position: absolute;
    top: calc(347 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    width: calc(720 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sec03 .swiper-sec03 {
    padding-bottom: calc(130 / 750 * 100vw);
  }
  .sec03 .swiper-sec03 .swiper-slide {
    padding: 0 calc(20 / 750 * 100vw);
  }
  .sec03 .swiper-sec03 .swiper-button-prev,
  .sec03 .swiper-sec03 .swiper-button-next {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    top: auto;
    bottom: 0;
    margin-top: 0;
    background-image: url("../img/common/sli_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  .sec03 .swiper-sec03 .swiper-button-prev {
    left: calc(140 / 750 * 100vw);
  }
  .sec03 .swiper-sec03 .swiper-button-next {
    right: calc(195 / 750 * 100vw);
    transform: scaleX(-1);
  }
  .sec03 .swiper-sec03 .swiper-pagination {
    bottom: calc(22 / 750 * 100vw);
    width: fit-content;
    left: 50%;
    transform: translateX(-80%);
  }
  .sec03 .swiper-sec03 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    background: #333;
    opacity: 1;
    margin: 0 calc(12 / 750 * 100vw);
  }
  .sec03 .swiper-sec03 .swiper-pagination-bullet-active {
    background-color: #e8cc47;
  }
}

.sec05 {
  background: #f6f2e7;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(120 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec05__container {
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding: 0 min(calc(45 / 1080 * 100vw), 45px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec05__container {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
    gap: calc(56 / 750 * 100vw);
  }
}

.sec05__heading {
  margin: 0;
  width: min(calc(830 / 1080 * 100vw), 830px);
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    width: calc(630 / 750 * 100vw);
  }
}
.sec05__heading img {
  display: block;
  width: 100%;
}

.sec05__accordion {
  width: 100%;
}
.sec05__accordion .adlp-accordion__wrapper {
  gap: 0;
}
.sec05__accordion .adlp-accordion {
  background: transparent;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion {
    border-top-width: 2px;
  }
}
.sec05__accordion .adlp-accordion:last-child {
  border-bottom: none;
}
.sec05__accordion .adlp-accordion__header {
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__header {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec05__accordion .adlp-accordion__header__inner {
  padding: 0 min(calc(48 / 1080 * 100vw), 48px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__header__inner {
    padding: 0 calc(96 / 750 * 100vw) 0 0;
  }
}
.sec05__accordion .adlp-accordion__header__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #20283c;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05__accordion .adlp-accordion__header::after {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.625' stroke='%2320283C' stroke-width='0.75'/%3E%3Cpath d='M12 9V15M9 12H15' stroke='%2320283C' stroke-width='0.75'/%3E%3C/svg%3E");
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__header::after {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}
.sec05__accordion .adlp-accordion__header.--open::after {
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.625' stroke='%2320283C' stroke-width='0.75'/%3E%3Cpath d='M9 12H15' stroke='%2320283C' stroke-width='0.75'/%3E%3C/svg%3E");
}
.sec05__accordion .adlp-accordion__body__inner {
  padding: 0 0 min(calc(18 / 1080 * 100vw), 18px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__body__inner {
    padding: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec05__accordion .adlp-accordion__body__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #20283c;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec05__accordion .adlp-accordion__body__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07 {
  background: #f6f2e7;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.sec07__container {
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding: 0 min(calc(45 / 1080 * 100vw), 45px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec07__container {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
    gap: calc(56 / 750 * 100vw);
  }
}

.sec07__heading {
  margin: 0;
  width: min(calc(830 / 1080 * 100vw), 830px);
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    width: calc(630 / 750 * 100vw);
  }
}
.sec07__heading img {
  display: block;
  width: 100%;
}

.sec07__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__main {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec07__links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  padding: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sec07__links {
    gap: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
}

.sec07__link a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding-bottom: min(calc(1.5 / 1080 * 100vw), 1.5px);
  border-bottom: 1px solid #20283c;
  color: #20283c;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec07__link a {
    gap: calc(8 / 750 * 100vw);
    padding-bottom: calc(4 / 750 * 100vw);
    border-bottom-width: 2px;
  }
}

.sec07__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  color: #20283c;
}
@media screen and (max-width: 767px) {
  .sec07__link-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07__link-icon {
  width: min(calc(12 / 1080 * 100vw), 12px);
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec07__link-icon {
    width: calc(24 / 750 * 100vw);
  }
}

.sec07__cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec07__cards {
    gap: calc(56 / 750 * 100vw);
  }
}

.sec07__card {
  position: relative;
  background: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07__card {
    border-radius: calc(16 / 750 * 100vw);
  }
}

.sec07__card-img {
  display: block;
  width: 100%;
}
.sec07__card-img img {
  display: block;
  width: 100%;
}

.sec07__btn {
  position: absolute;
  display: block;
  width: min(calc(260 / 1080 * 100vw), 260px);
  right: min(calc(200 / 1080 * 100vw), 200px);
  bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07__btn {
    width: calc(430 / 750 * 100vw);
    left: 50%;
    right: auto;
    bottom: calc(40 / 750 * 100vw);
    transform: translateX(-50%);
  }
}
.sec07__btn img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=lp.css.map */
