@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@700&display=swap");
.adlp-accordion {
  background: #fff;
  border-radius: min( 0.9259259259vw, 10px );
  box-shadow: min( 0.5555555556vw, 6px ) min( 0.5555555556vw, 6px ) 0 0 #004098;
  padding: min( 2.4074074074vw, 26px ) min( 3.7037037037vw, 40px );
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: 1.3333333333vw;
    box-shadow: 0.8vw 0.8vw 0 0 #004098;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min( 1.8518518519vw, 20px ) min( 7.4074074074vw, 80px ) min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min( 1.8518518519vw, 20px );
  height: min( 1.1111111111vw, 12px );
  right: min( 4.1666666667vw, 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: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.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( 1.8518518519vw, 20px );
  width: min( 0.1851851852vw, 2px );
  right: min( 4.537037037vw, 49px );
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min( 1.8518518519vw, 20px );
  height: min( 0.1851851852vw, 2px );
  right: min( 3.7037037037vw, 40px );
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .--lead {
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    margin-right: 2.6666666667vw;
  }
}

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

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min( 1.8518518519vw, 20px );
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min( 32.4074074074vw, 350px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: 2.6666666667vw;
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-card__title {
  font-size: min( 2.7777777778vw, 30px );
  background: #fff;
  flex: 1;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: 5.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: 2.6666666667vw;
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: 2.6666666667vw;
  }
}
.adlp-card__img {
  width: min( 4.6296296296vw, 50px );
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: 10.6666666667vw;
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 13.8888888889vw, 150px );
  height: min( 13.8888888889vw, 150px );
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: 20vw;
    height: 20vw;
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: 4.2666666667vw;
  }
}
.adlp-circle__text .text02 {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: 2.6666666667vw;
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min( 5.5555555556vw, 60px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(8vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min( 4.3518518519vw, 47px );
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min( 1.8518518519vw, 20px );
  padding: min( 3.7037037037vw, 40px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    grid-gap: 6.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min( 0.3703703704vw, 4px );
  height: calc(100% - min( 7.4074074074vw, 80px ));
  position: absolute;
  top: min( 3.7037037037vw, 40px );
  left: min( 12.2222222222vw, 132px );
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: 4vw;
  }
}
.adlp-flow__img {
  width: min( 17.1296296296vw, 185px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: 25.3333333333vw;
  }
}
.adlp-flow__body {
  width: min( 48.8888888889vw, 528px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: 54.6666666667vw;
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min( 3.8888888889vw, 42px );
  margin-right: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: 6.6666666667vw;
    margin-right: 1.6vw;
  }
}
.adlp-flow__head .--title {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: 4.2666666667vw;
  }
}

.adlp-flow02 {
  gap: min( 0.9259259259vw, 10px );
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min( 7.4074074074vw, 80px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: 92vw;
    margin: 2.6666666667vw auto 0;
    gap: 6.6666666667vw;
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min( 0.3703703704vw, 4px );
  width: 100%;
  position: absolute;
  top: min( 6.4814814815vw, 70px );
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: 4vw;
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: 32vw;
  }
}
.adlp-flow02__body {
  width: min( 12.962962963vw, 140px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: 4vw;
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: 3.2vw;
  }
}

.sec01 .sec01__slider {
  position: absolute;
  width: min( 85.1851851852vw, 920px );
  left: 50%;
  transform: translateX(-50%);
  top: min( 32.1296296296vw, 347px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__slider {
    width: 100vw;
    top: 55.0666666667vw;
  }
}

.adlp-swiper {
  position: relative;
  padding-bottom: min( 4.6296296296vw, 50px );
  width: 100%;
  height: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: 10.6666666667vw;
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  height: auto;
}
.adlp-swiper .swiper-slide-item {
  height: 100%;
}
.adlp-swiper .slider {
  width: min( 79.6296296296vw, 860px );
  margin: auto;
  border: min( 0.3703703704vw, 4px ) solid #004098;
  padding: min( 4.6296296296vw, 50px ) min( 6.4814814815vw, 70px ) min( 2.7777777778vw, 30px );
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider {
    width: 84vw;
    border: 0.8vw solid #004098;
    padding: 5.3333333333vw 4.8vw 4vw;
  }
}
.adlp-swiper .slider__head {
  display: flex;
  align-items: flex-end;
  gap: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__head {
    display: block;
  }
}
.adlp-swiper .slider__head01 {
  flex: 0 0 min( 37.7777777778vw, 408px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__head01 {
    flex: 0 0 54.4vw;
  }
}
.adlp-swiper .slider__inner01 {
  display: flex;
  gap: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__inner01 {
    gap: 1.8666666667vw;
  }
}
.adlp-swiper .tex01 {
  background-color: #004098;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: min( 0.3703703704vw, 4px );
  padding: min( 0.3703703704vw, 4px ) min( 1.1111111111vw, 12px );
  font-size: min( 1.4814814815vw, 16px );
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .tex01 {
    border-radius: 0.5333333333vw;
    padding: 0.2666666667vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.adlp-swiper .slider__inner02 {
  margin: min( 1.6666666667vw, 18px ) 0 0;
  background-color: #F6F6F6;
  padding: min( 1.8518518519vw, 20px ) min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__inner02 {
    margin: 3.2vw 0 0;
    padding: 3.7333333333vw 4vw;
  }
}
.adlp-swiper .tex02 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .tex02 {
    font-size: 3.4666666667vw;
  }
}
.adlp-swiper .tex02 .blue {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .tex02 .blue {
    font-size: 3.4666666667vw;
  }
}
.adlp-swiper .slider__head02 {
  flex: 1 1 auto;
}
.adlp-swiper .slider__copy {
  width: fit-content;
  margin: 0 min( 1.8518518519vw, 20px ) min( 0.5555555556vw, 6px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy {
    margin: 4vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-swiper .slider__copy .pc_line {
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
    line-height: 1;
  }
  .adlp-swiper .slider__copy .pc_line + .pc_line {
    margin: min( 0.9259259259vw, 10px ) auto 0;
  }
  .adlp-swiper .slider__copy .pc_line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: min( 1.3888888889vw, 15px );
    background-color: #FCFF62;
  }
  .adlp-swiper .slider__copy .pc_line span {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .sp_line {
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
    line-height: 1;
  }
  .adlp-swiper .slider__copy .sp_line + .pc_line {
    margin: 2.6666666667vw auto 0;
  }
  .adlp-swiper .slider__copy .sp_line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2vw;
    background-color: #FCFF62;
  }
  .adlp-swiper .slider__copy .sp_line span {
    position: relative;
    z-index: 2;
  }
}
.adlp-swiper .slider__copy .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: min( 2.037037037vw, 22px );
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .sub {
    font-size: 4.8vw;
  }
}
.adlp-swiper .slider__copy .main {
  color: #EE4147;
  text-align: center;
  font-size: min( 5.5555555556vw, 60px );
  font-weight: 900;
  line-height: 100%;
}
.adlp-swiper .slider__copy .main.-small {
  font-size: min( 4.4444444444vw, 48px );
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .main {
    font-size: 8vw;
  }
  .adlp-swiper .slider__copy .main.-small {
    font-size: min( 5.5555555556vw, 60px );
  }
}
.adlp-swiper .slider__copy .num {
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: min( 6.6666666667vw, 72px );
  line-height: 90%;
  letter-spacing: 0em;
  color: #ee4147;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .num {
    font-size: 11.2vw;
  }
}
.adlp-swiper .slider__copy .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min( 2.7777777778vw, 30px );
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #ee4147;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .yen {
    font-size: 5.3333333333vw;
  }
}
.adlp-swiper .slider__copy .kome {
  color: #333;
  text-align: center;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  display: inline-block;
  margin: min( 1.8518518519vw, 20px ) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__copy .kome {
    font-size: 2.6666666667vw;
    margin: 0;
  }
}
.adlp-swiper .slider__list {
  margin: min( 3.7037037037vw, 40px ) 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__list {
    margin: 5.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .adlp-swiper .slider__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: max( 0vw, 0px );
    grid-row-gap: max( 0vw, 0px );
    gap: 0 min( 2.5925925926vw, 28px );
  }
  .adlp-swiper .slider__list .slider__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .adlp-swiper .slider__list .slider__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .adlp-swiper .slider__list .slider__item:nth-child(3) {
    grid-area: 1/2/2/3;
    border-top: min( 0.0925925926vw, 1px ) dashed #DDDDDD;
    justify-content: space-between;
  }
  .adlp-swiper .slider__list .slider__item:nth-child(4) {
    grid-area: 2/2/3/3;
    justify-content: space-between;
  }
}
.adlp-swiper .slider__item {
  border-bottom: min( 0.0925925926vw, 1px ) dashed #DDDDDD;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item {
    padding: 2.6666666667vw 0;
    border-bottom: 0.2666666667vw dashed #DDDDDD;
  }
}
.adlp-swiper .slider__item:nth-child(1) {
  border-top: min( 0.0925925926vw, 1px ) dashed #DDDDDD;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item:nth-child(1) {
    border-top: 0.2666666667vw dashed #DDDDDD;
  }
}
.adlp-swiper .slider__item .slider__term {
  flex: 0 0 min( 12.037037037vw, 130px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item .slider__term {
    flex: 0 0 24.5333333333vw;
  }
}
.adlp-swiper .slider__item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min( 2.037037037vw, 22px );
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item .text {
    font-size: 4.2666666667vw;
  }
}
.adlp-swiper .slider__item .num .main {
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: min( 5.1851851852vw, 56px );
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item .num .main {
    line-height: 90%;
    font-size: 9.3333333333vw;
  }
}
.adlp-swiper .slider__item .num .yen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min( 2.7777777778vw, 30px );
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .slider__item .num .yen {
    line-height: 100%;
    font-size: 5.3333333333vw;
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min( 3.7037037037vw, 40px );
  height: min( 3.7037037037vw, 40px );
  background-repeat: no-repeat;
  background-position: center;
  background-size: min( 3.7037037037vw, 40px ) min( 3.7037037037vw, 40px );
  top: min( 19.4444444444vw, 210px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background-size: 9.3333333333vw 9.3333333333vw;
    top: 53.3333333333vw;
  }
}
.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 xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23004098'/%3E%3Cpath d='M11.25 20L23.75 10.625V29.375L11.25 20Z' fill='white'/%3E%3C/svg%3E");
  left: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: 2.6666666667vw;
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23004098'/%3E%3Cpath d='M28.75 20L16.25 10.625V29.375L28.75 20Z' fill='white'/%3E%3C/svg%3E");
  right: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: 2.6666666667vw;
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min( 0.7407407407vw, 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 1.0666666667vw;
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min( 1.1111111111vw, 12px );
  width: min( 1.1111111111vw, 12px );
  background-color: transparent;
  border: 2px solid #004098;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border: 0.2666666667vw solid #004098;
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #004098;
}
.adlp-swiper__wrapper {
  padding-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: 8vw;
  }
}
/*# sourceMappingURL=lp.css.map */
