@charset "UTF-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: italic;
  vertical-align: middle;
  shape-margin: 0.75rem;
}
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.ispc,
.ispc2 {
  display: block;
}
.issp,
.issp2,
.issp3 {
  display: none;
}
.tc {
  text-align: center;
}
html {
  overflow-y: scroll;
}
html.no-scroll {
  overflow: hidden;
}
.mincho {
  font-family:
    游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}
body {
  font-size: 1rem;
  font-family:
    游ゴシック体,
    Yu Gothic,
    YuGothic,
    ヒラギノ角ゴ Pro,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    MS Pゴシック,
    MS PGothic,
    sans-serif;
  letter-spacing: 0.04em;
}
.pagetop {
  z-index: 500;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: url(/lp/assets/img/pagetop.svg) no-repeat left top;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pagetop.on {
  opacity: 1;
  pointer-events: auto;
}
.header {
  width: 100%;
  text-align: center;
}
.header img {
  width: 100%;
}
.header .txt {
  margin: 0;
  padding: 8px 0;
  background: #c60404;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.footer {
  padding-top: 30px;
  background: #051e67;
  color: #fff;
}
.footer__inner {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto;
}
.footer__con01 {
  display: flex;
  padding: 12px 0;
  border: 1px solid #fff;
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer__con01 > div {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 24px;
}
.footer__con01 > div:last-child {
  padding-right: 15px;
  font-size: 0.6875rem;
}
.footer__con01 > div:last-child > div:first-child {
  width: 150px;
  margin-right: 20px;
}
.footer__con01 > div + div {
  border-left: 1px solid #fff;
}
.footer__con02 {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.footer__con02 > div:first-child {
  width: 247px;
  margin-right: 80px;
}
.footer__con02 > div:last-child {
  flex: 1;
  font-size: 0.6875rem;
  line-height: 1.6;
}
.footer__con03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}
.footer__con03 > div:first-child {
  margin-right: auto;
}
.footer__con03 > div:first-child > div {
  line-height: 1.8;
}
.footer__con03 > div:first-child > div:first-child {
  font-size: 0.8125rem;
}
.footer__con03 > div:first-child > div:last-child {
  margin-top: 10px;
  color: #ffb800;
  font-weight: 600;
  font-size: 1.125rem;
}
.footer__con03 > div:last-child a {
  margin-left: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
}
.footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 0 30px;
  font-size: 0.625rem;
  text-align: center;
}
.hoge {
  font-size: 22px;
}
.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 5fr));
  gap: 20px;
}
.custom-grid div {
  background: #ccc;
}
.carousel {
  overflow: hidden;
}
.carousel .slides {
  display: flex;
}
.carousel .slides .slide {
  flex: 0 0 auto;
  aspect-ratio: 16/9;
  width: 33.3333333333%;
  border: 1px solid #000;
}
.custom-grid2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.custom-grid2 div {
  background: #ff0000;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
a {
  background-color: transparent;
}
small {
  font-size: 80%;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
.micromodal-is-locked {
  overflow: hidden;
}
.modal {
  z-index: 99;
  position: relative;
}
.modal__content {
  position: relative;
  max-width: 640px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  color: #000c;
  color: #fff;
  line-height: 1.5;
}
.modal__content__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.modal__content .list {
  position: relative;
  padding: 22% 0 0;
  overflow: hidden;
}
.modal__content .list li {
  width: 80%;
  margin: 0 auto 6%;
}
.modal__content .list li a {
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal__content .list li a:hover {
  opacity: 0.9;
}
.modal__overlay {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  overflow-y: auto;
}
.modal__overlay:before {
  display: flex;
  width: 1px;
  height: calc(100vh + 1px);
  content: "";
}
.modal__overlay:after {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 640px;
  height: 1484px;
  margin: auto;
  background: url(../../assets/img/common/bg_nav.jpg) repeat-y left bottom;
  background-size: contain;
  content: "";
}
.modal__container {
  box-sizing: border-box;
  width: 100%;
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__title {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}
.modal__close {
  border: 0;
  background: transparent;
}
.modal__header .modal__close:before {
  content: "✕";
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
.modal-video {
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: modal-video;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translateY(100px);
}
.modal-video-body {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.modal-video-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translate(0);
  background-color: #333;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: modal-video-inner;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: -45px;
  right: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -6px;
  border-radius: 5px;
  background: #fff;
  content: "";
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-family: swiper-icons;
}
.swiper,
swiper-container {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  position: absolute;
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}
.l-gr {
  padding: 60px 0 0;
  background: #f4f4f4;
}
.l-gr--02 {
  position: relative;
}
.l-gr--02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 400px;
  margin: auto;
  transform: skewY(10deg) translateY(400px);
  background: #fff;
  content: "";
}
.l-sec {
  padding-top: 35px;
}
.l-sec--btm {
  padding-bottom: 100px;
}
.c-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  border-bottom: 2px solid #ffb800;
  background: url(/lp/assets/img/bg_bnr.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.c-bnr--btm {
  margin-bottom: 65px;
}
.c-bnr__s {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 3px 40px 3px 20px;
  border-radius: 20px;
  background: #fff;
  color: #051e67;
  font-size: 0.9375rem;
  text-decoration: none;
}
.c-bnr__s:before {
  position: absolute;
  top: 7px;
  right: 17px;
  width: 16px;
  height: 12px;
  background: url(/lp/assets/img/icon_link.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.c-bnr__ph {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 5px 20px 2px 40px;
  border-radius: 20px;
  background: #fff;
  color: #051e67;
  text-decoration: none;
}
.c-bnr__ph:before {
  position: absolute;
  top: 2px;
  left: 17px;
  width: 22px;
  height: 22px;
  background: url(/lp/assets/img/icon_phone.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.c-bnr__ph span {
  padding: 0 0 0 10px;
  color: #ff6b00;
}
.c-bnr__entry {
  display: block;
  position: relative;
  margin-bottom: 17px;
  padding: 20px 60px 20px 40px;
  border-radius: 40px;
  background: #ff6b00;
  box-shadow:
    0 4px 4px #00000040,
    inset 0 4px 4px #ffffff40;
  color: #fff;
  font-size: 1.75rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-bnr__entry:hover {
  transform: scale(1.03);
}
.c-bnr__entry:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 30px;
  transform: translateY(-50%);
  background: url(/lp/assets/img/icon_arrow.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
}
.c-bnr__entry:hover {
  text-decoration: none;
}
.c-bnr__entry > span {
  margin-right: 20px;
  padding: 10px 10px 5px;
  transform: translate(-10px);
  border-radius: 20px;
  background: #fff;
  color: #ffa114;
  font-size: 1.25rem;
}
.c-bnr__entry > span span {
  font-size: 1.5rem;
}
.c-bnr__at {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}
.c-bnr__at a {
  color: #fff;
}
.c-pttl {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0 auto 50px;
  background: url(/lp/assets/img/bg_ttl.svg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-weight: 300;
  font-size: 2rem;
  font-family:
    YuMincho,
    Hiragino Mincho ProN,
    Yu Mincho,
    MS PMincho,
    serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-pttl:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -29px;
  width: 96px;
  height: 30px;
  background: #051e67;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-pttl > div {
  position: relative;
  margin-right: 30px;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.c-pttl > div:after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 90%;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}
.c-pttl > div div {
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.c-ttl {
  font-weight: 400;
  font-size: 2.5rem;
  font-family:
    YuMincho,
    Hiragino Mincho ProN,
    Yu Mincho,
    MS PMincho,
    serif;
  text-align: center;
}
.c-ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 3px 30px;
  background: linear-gradient(
    89.2deg,
    #090567 13.59%,
    #71f2ff 86.46%,
    #42ffdd 99.98%
  );
  color: #fff;
  font-size: 1.5rem;
}
.c-sttl {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-sttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  content: "";
}
.c-ttls {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 2.5rem;
  font-family:
    YuMincho,
    Hiragino Mincho ProN,
    Yu Mincho,
    MS PMincho,
    serif;
  text-align: center;
}
.c-ttls--u {
  z-index: 1;
  position: relative;
  margin-top: 240px;
}
.c-ttls--u div {
  display: inline;
  background: linear-gradient(transparent 97%, #000 4%);
}
.c-ttls--u:after {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  width: 360px;
  height: 160px;
  margin: auto;
  background: url(/lp/assets/img/dakara.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.c-ttls--u:before {
  z-index: -1;
  position: absolute;
  top: -70px;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 400px;
  margin: auto;
  transform: skewY(-10deg) translateY(100px);
  background: #fff;
  content: "";
}
.c-ttls--02 {
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}
.c-ttls--02:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 120px;
  margin: auto;
  transform: translate(-50%);
  background: url(/lp/assets/img/bg_sha2.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.c-ttls--02 span {
  display: block;
  z-index: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.5rem;
}
.c-ttls--02 span:before {
  z-index: -1;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 35%;
  background: #ffb800;
  content: "";
}
.c-ttls--03 {
  position: relative;
  overflow: hidden;
}
.c-ttls--03:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 120px;
  margin: auto;
  transform: translate(-50%);
  background: url(/lp/assets/img/bg_sha3.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-faq {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 40px auto 110px;
  line-height: 1.6;
}
.p-faq details {
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: radial-gradient(
      204.55% 204.55% at -4.28% 204.55%,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    #ffffff;
}
.p-faq details.is-opened {
  background: radial-gradient(
      204.55% 204.55% at -14.28% 204.55%,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    #ffffff;
}
.p-faq details.is-opened summary:after {
  top: 2px;
  rotate: 180deg;
}
.p-faq summary {
  display: block;
  position: relative;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;
}
.p-faq summary:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/lp/assets/img/icon_acr.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-faq summary::-webkit-details-marker {
  display: none;
}
.p-faq .content {
  overflow: hidden;
}
.p-faq .content_inner {
  position: relative;
  padding: 24px 30px;
}
.p-faq .content_inner:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  margin: auto;
  background: #c2c2c2;
  content: "";
}
.p-sim {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto 110px;
  border: 1px solid #051e67;
  border-radius: 4px;
  line-height: 1.6;
}
.p-sim__ttl {
  padding: 8px 0;
  background: #051e67;
  color: #ffb800;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.p-sim__list {
  display: flex;
  padding: 48px 32px;
  gap: 0 30px;
}
.p-sim__list > div {
  width: 33%;
  border: 1px solid #051e67;
  border-radius: 4px;
}
.p-sim__list > div > div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 0;
  background: #051e67;
  color: #fff;
  font-size: 0.9375rem;
}
.p-sim__list > div > div:first-child > div {
  display: flex;
  align-items: center;
}
.p-sim__list > div > div:first-child > div div:last-child {
  margin-top: -5px;
}
.p-sim__list > div > div:first-child > div + div {
  position: relative;
}
.p-sim__list > div > div:first-child > div + div:before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}
.p-sim__list > div > div:first-child span {
  padding: 0 0 0 5px;
  font-weight: 700;
  font-size: 1.625rem;
}
.p-sim__list > div > div:nth-child(2) {
  padding: 0 20px;
  font-size: 0.8125rem;
}
.p-sim__list > div > div:nth-child(3) {
  margin: 0 20px;
  border-top: 1px solid #c2c2c2;
  color: #ff6b00;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-sim__list > div > div:nth-child(3) dd {
  font-weight: 600;
}
.p-sim__list dl {
  display: flex;
  justify-content: space-between;
}
.p-sim__list dl dt {
  margin-right: auto;
  font-weight: 700;
}
.p-sim__list dl dd {
  font-weight: 500;
}
.p-loan {
  width: calc(100% - 30px);
  max-width: 1024px;
  margin: 0 auto 110px;
}
.p-loan--02 {
  margin-bottom: 0;
}
.p-loan__list0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.p-loan__list0 li {
  z-index: 1;
  position: relative;
  width: calc(50% - 10px);
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 400;
  font-size: 1.25rem;
}
.p-loan__list0 li sup {
  top: -1em;
  font-size: 0.625rem;
}
.p-loan__list0 li span {
  display: inline;
  position: relative;
  padding-top: 10px;
  background: linear-gradient(transparent 70%, #ffb800 10%);
}
.p-loan__list0 li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background: url(/lp/assets/img/icon_chk.svg) no-repeat left top;
  background-size: contain;
  content: "";
}
.p-loan .at {
  padding: 24px 0;
  border-bottom: 1px solid #c2c2c2;
  font-size: 12px;
}
.p-loan__list1 {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 0;
}
.p-loan__list1 li {
  width: 31%;
  text-align: center;
}
.p-loan__list1 li > div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 240px;
  border: 1px solid #ffffff;
  background: linear-gradient(135deg, #eaeaea 0%, #ffffff 100%);
  box-shadow:
    -10px 10px 20px #d5d5d533,
    10px -10px 20px #d5d5d533,
    -10px -10px 20px #ffffffe6,
    10px 10px 25px #d5d5d5e6,
    inset 1px 1px 2px #ffffff4d,
    inset -1px -1px 2px #d5d5d580;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.p-loan__list1 li > div:before {
  position: absolute;
  top: 0.57%;
  right: 12.5%;
  bottom: 96.04%;
  left: 12.5%;
  background: #0e2c85;
  content: "";
}
.p-loan__list1 li > div:after {
  position: absolute;
  right: 49.69%;
  bottom: -20%;
  left: 50%;
  height: 30%;
  background: #404040;
  content: "";
}
.p-loan__list1 p {
  position: relative;
  width: 80%;
  margin: 20px auto 0;
}
.p-loan__list2 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 80px 0 150px;
  line-height: 1.6;
}
.p-loan__list2 a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 240px;
  padding: 0;
  border: 2px solid #051e67;
  border-radius: 4px;
  background: #fff;
  box-shadow:
    -10px 10px 20px #d5d5d533,
    10px -10px 20px #d5d5d533,
    -10px -10px 20px #ffffffe6,
    10px 10px 25px #d5d5d5e6,
    inset 1px 1px 2px #ffffff4d,
    inset -1px -1px 2px #d5d5d580;
  isolation: isolate;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.p-loan__list2 a:hover div:after {
  bottom: 4px;
}
.p-loan__list2 a:before {
  position: absolute;
  top: -90px;
  left: -90px;
  width: 170px;
  height: 170px;
  content: "";
}
.p-loan__list2 a:nth-child(1):before {
  top: -90px;
  background: url(/lp/assets/img/icon_p01.svg) no-repeat left top;
  background-size: contain;
}
.p-loan__list2 a:nth-child(2):before {
  top: -90px;
  background: url(/lp/assets/img/icon_p02.svg) no-repeat left top;
  background-size: contain;
}
.p-loan__list2 a:nth-child(3):before {
  top: -90px;
  background: url(/lp/assets/img/icon_p03.svg) no-repeat left top;
  background-size: contain;
}
.p-loan__list2 a div:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #051e67;
  content: "";
}
.p-loan__list2 a div:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 23px;
  height: 30px;
  margin: auto;
  background: url(/lp/assets/img/icon_arrow02.svg) no-repeat center center;
  background-size: contain;
  content: "";
  transition: all 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-col2 {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 70px auto 110px;
  line-height: 1.6;
}
.p-col2__wrap {
  overflow-x: hidden;
}
.p-col2--02 {
  margin-bottom: 70px;
}
.p-col2 h4 {
  position: relative;
  margin: 24px 0;
  padding: 4px 0 4px 20px;
  font-weight: 500;
  font-size: 1.25rem;
}
.p-col2 h4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(
    0deg,
    #090567 13.59%,
    #71f2ff 86.46%,
    #42ffdd 99.98%
  );
  content: "";
}
.p-col2 div {
  margin-bottom: 10px;
  font-weight: 600;
}
.p-col2 .ttl {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.p-col2 .txt {
  font-size: 0.9375rem;
  line-height: 2.4;
  letter-spacing: 0;
}
.p-col2 ul {
  padding-left: 2em;
  font-weight: 400;
  font-size: 0.875rem;
}
.p-col2 ul li {
  list-style: disc;
}
.p-col2__img {
  position: relative;
  width: 43%;
  max-width: 480px;
}
.p-col2__img:after {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 100px;
  height: 100px;
  background: url(/lp/assets/img/badge.png) no-repeat left top;
  background-size: contain;
  content: "";
}
.p-col2__img--none:after {
  display: none;
}
.p-col2__img--02:after {
  right: -40px;
  left: inherit;
}
.p-col2__content {
  width: calc(57% - 30px);
}
.p-col2__content p {
  margin: 0;
  font-weight: 400;
  font-size: 0.75rem;
}
.p-col2__content .job {
  padding: 20px;
  background: #f1f1f1;
  font-weight: 500;
  font-weight: 700;
  font-size: 0.875rem;
}
.p-aiful__group {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto 50px;
}
.p-aiful__group h3 {
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family:
    YuMincho,
    Hiragino Mincho ProN,
    Yu Mincho,
    MS PMincho,
    serif;
  text-align: center;
}
.p-aiful__group h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #a9a9a9;
  content: "";
}
.p-aiful__group h3 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-aiful__group h3 span:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  content: "";
}
.p-aiful__acr {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.p-aiful__acr__wrap.open .p-aiful__acr span span {
  opacity: 0;
}
.p-aiful__acr__wrap.open .p-aiful__acr span:after {
  transform: rotate(0);
  transform: rotate(180deg);
}
.p-aiful__acr span {
  display: inline-block;
  position: relative;
  height: 70px;
  background: #fff;
  cursor: pointer;
}
.p-aiful__acr span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  background: url(/lp/assets/img/icon_scr.svg) no-repeat left center;
  background-size: contain;
  content: "";
}
.p-aiful__acr:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  transform: translateY(-50%);
  background: #a9a9a9;
  content: "";
}
.p-aiful__acr__content {
  width: calc(100% - 30px);
  max-width: 1080px;
  height: 0;
  margin: 0 auto;
  opacity: 0;
}
.p-structure {
  padding-bottom: 65px;
}
.p-structure__ttl {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 50px auto 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
.p-structure__txt {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1080px;
  max-width: calc(100% - 30px);
  margin: 16px auto 32px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.p-structure__swiper {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 55px;
  overflow-x: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.p-structure__swiper .swiper-slide {
  width: auto;
  max-width: 271px;
}
.p-structure__swiper .swiper-slide:last-child {
  max-width: 156px;
}
.p-actual {
  padding: 35px 0;
}
.p-actual__item {
  display: flex;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 1.6;
}
.p-actual__item:nth-of-type(1) {
  margin-top: 60px;
}
.p-actual__item > div:first-child {
  width: 156px;
  margin-right: 16px;
}
.p-actual__item > div:first-child p {
  display: none;
}
.p-actual__item > div:first-child div {
  display: none;
}
.p-actual__item > div:last-child {
  flex: 1;
}
.p-actual__item > div:last-child > div:first-child {
  margin-bottom: 12px;
  border-bottom: 1px solid #051e67;
  color: #051e67;
  font-weight: 500;
  font-size: 1.375rem;
}
.p-actual__item > div:last-child > div:first-child span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 20px;
  transform: translateY(1px);
  background: #051e67;
  color: #ff6b00;
}
.p-actual__item > div:last-child > div:last-child {
  display: flex;
  flex-wrap: wrap;
}
.p-actual__item > div:last-child > div:last-child dl {
  display: flex;
  width: 33.3%;
  margin: 0;
  border: 1px solid #c2c2c2;
  border-right: none;
  font-size: 0.9375rem;
}
.p-actual__item > div:last-child > div:last-child dl dt {
  width: 40%;
  padding: 5px 0;
  background: #eaeaea;
  font-weight: 700;
  text-align: center;
}
.p-actual__item > div:last-child > div:last-child dl dd {
  flex: 1;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(1) {
  border-radius: 4px 0 0;
  font-weight: 700;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(1) dt {
  border-radius: 4px 0 0;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(2) dt {
  width: 30%;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(3) {
  border-right: 1px solid #c2c2c2;
  border-radius: 0 4px 0 0;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(3) dt {
  width: 30%;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(3) dd {
  border-radius: 0 4px 0 0;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(4) {
  border-radius: 0 0 0 4px;
  font-weight: 700;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(4) dt {
  border-radius: 0 0 0 4px;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(5) dt {
  width: 30%;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(6) {
  border-right: 1px solid #c2c2c2;
  border-radius: 0 0 4px;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(6) dt {
  width: 30%;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(6) dd {
  border-radius: 0 0 4px;
}
.p-actual__item > div:last-child > div:last-child dl:nth-child(n + 4) {
  margin-top: -1px;
}
.swiper-button-prev {
  display: none !important;
  background: url(/lp/assets/img/prev.svg) no-repeat left center;
  background-size: contain;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next {
  display: none !important;
  background: url(/lp/assets/img/next.svg) no-repeat left center;
  background-size: contain;
}
.swiper-button-next:after {
  display: none;
}
.p-flow {
  padding: 35px 0;
  background: linear-gradient(257.61deg, #eaeaea 0.67%, #ffffff 100.47%);
}
.p-flow__txt {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}
.p-flow__swiper {
  width: calc(100% - 30px);
  max-width: 1085px;
  margin: 0 auto;
  padding: 170px 0 100px;
  overflow-x: hidden;
}
.p-flow__swiper .swiper {
  overflow: visible;
}
.p-flow__swiper .swiper-slide {
  width: auto;
  max-width: 188px;
}
.p-flow__swiper .swiper-slide img {
  image-rendering: -webkit-optimize-contrast;
}
.p-flow__swiper .go {
  max-width: 143px;
}
.p-flow .fu {
  position: relative;
}
.p-flow .fu div {
  position: absolute;
  top: -135px;
  width: 326px;
  height: 273px;
}
.p-company {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto 110px;
  border: 1px solid #c2c2c2;
  font-weight: 500;
  line-height: 1.6;
}
.p-company--a {
  margin-bottom: 30px;
}
.p-company dl {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 30px;
}
.p-company dl + dl {
  border-top: 1px solid #c2c2c2;
}
.p-company dl:nth-child(2n) {
  background: #eaeaea;
}
.p-company dt {
  width: 260px;
  font-weight: 700;
}
.p-company dd {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .p-loan__list1 li > div {
    font-size: calc(16px + 6 * (100vw - 768px) / (1200 - 768));
  }
}
@media only screen and (min-width: 1200px) {
  .p-loan__list1 li > div {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .issp3 {
    display: block;
  }
  .c-pttl {
    height: auto;
    padding: 13px 0;
    text-align: left;
  }
  .p-loan__list2 {
    flex-wrap: wrap;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .p-loan__list2 a {
    width: 100%;
    height: auto;
    padding: 20px 0 60px;
  }
  .p-loan__list2 a + a {
    margin-top: 170px;
  }
  .p-loan__list2 a:before {
    right: 0;
    left: 0;
    margin: auto;
  }
  .p-loan__list2 a:nth-child(1):before {
    top: -150px;
    background: url(/lp/assets/img/icon_p01sp.svg) no-repeat center top;
  }
  .p-loan__list2 a:nth-child(2):before {
    top: -150px;
    background: url(/lp/assets/img/icon_p02sp.svg) no-repeat center top;
  }
  .p-loan__list2 a:nth-child(3):before {
    top: -150px;
    background: url(/lp/assets/img/icon_p03sp.svg) no-repeat center top;
  }
}
@media screen and (max-width: 999px) {
  .footer__con01 {
    flex-wrap: wrap;
    font-size: 0.8125rem;
  }
  .footer__con01 > div {
    width: 100%;
    padding: 0 13px;
  }
  .footer__con01 > div:last-child {
    margin-top: 15px;
  }
  .footer__con01 > div + div {
    border-left: none;
  }
  .footer__con03 {
    flex-wrap: wrap;
  }
  .footer__con03 > div:first-child {
    margin: 0 auto;
  }
  .footer__con03 > div:last-child {
    margin: 20px auto 10px;
  }
  .p-sim__list {
    flex-wrap: wrap;
    padding: 12px;
  }
  .p-sim__list > div {
    width: 100%;
  }
  .p-sim__list > div + div {
    margin-top: 24px;
  }
  .p-sim__list > div > div:first-child > div + div:before {
    left: -18px;
  }
  .p-sim__list > div > div:nth-child(2) {
    padding: 0 30px;
  }
  .p-sim__list > div > div:nth-child(3) {
    margin: 0 30px;
  }
  .p-actual__item {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
  }
  .p-actual__item:nth-of-type(1) {
    margin-top: 30px;
  }
  .p-actual__item > div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .p-actual__item > div:first-child img {
    width: 156px;
    margin-right: 10px;
  }
  .p-actual__item > div:first-child p {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    background: #051e67;
    color: #ff6b00;
    text-align: center;
  }
  .p-actual__item > div:first-child div {
    display: block;
    flex: 1;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .p-actual__item > div:last-child {
    width: 100%;
  }
  .p-actual__item > div:last-child > div:first-child {
    display: none;
  }
  .p-actual__item > div:last-child > div:last-child dl {
    flex-direction: column;
  }
  .p-actual__item > div:last-child > div:last-child dl dt {
    width: 100%;
  }
  .p-actual__item > div:last-child > div:last-child dl:nth-child(2) dt {
    width: 100%;
  }
  .p-actual__item > div:last-child > div:last-child dl:nth-child(3) dt {
    width: 100%;
  }
  .p-actual__item > div:last-child > div:last-child dl:nth-child(5) dt {
    width: 100%;
  }
  .p-actual__item > div:last-child > div:last-child dl:nth-child(6) dt {
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block !important;
  }
  .p-flow .swiper-button-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 889px) {
  .c-pttl > div {
    margin-left: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .issp {
    display: block;
  }
  .issp3 {
    display: none;
  }
  .pagetop {
    width: 35px;
    height: 35px;
  }
  .footer__con01 > div:last-child > div:first-child {
    width: 50%;
  }
  .footer__con01 > div:last-child > div:last-child {
    flex: 1;
  }
  .footer__con02 {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__con02 > div:first-child {
    width: 70%;
    margin: 0 0 10px;
  }
  .footer__con03 > div:first-child > div:last-child {
    line-height: 1.3;
    text-align: center;
  }
  .footer__con03 > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer__con03 > div:last-child a {
    min-width: 42%;
    margin-left: 0;
    font-size: 0.625rem;
    text-align: center;
  }
  .l-gr--02:before {
    height: 1000px;
    transform: skewY(10deg) translateY(250px);
  }
  .c-bnr {
    height: auto;
    padding: 20px 0;
    background: url(/lp/assets/img/bg_bnr_sp.svg) no-repeat center center;
    background-size: cover;
  }
  .c-bnr__ph {
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px 5px 30px;
  }
  .c-bnr__ph:before {
    left: 8px;
  }
  .c-bnr__entry {
    max-width: 354px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 40px 18px 30px;
    font-size: 1rem;
  }
  .c-bnr__entry:after {
    right: 10px;
  }
  .c-bnr__entry > span {
    margin-right: 10px;
    padding: 5px 8px;
    transform: translate(-30px);
    font-size: 0.9375rem;
  }
  .c-bnr__entry > span span {
    font-size: 1rem;
  }
  .c-pttl {
    height: auto;
    padding: 13px 0;
    background: url(/lp/assets/img/bg_ttl_sp.svg) no-repeat center center;
    background-size: cover;
    font-size: 1.5rem;
    text-align: left;
  }
  .c-pttl:after {
    bottom: -23px;
  }
  .c-ttl {
    font-size: 1.5rem;
  }
  .c-sttl {
    padding: 0 20px 20px;
    font-size: 1.25rem;
  }
  .c-ttls {
    font-size: 1.5rem;
  }
  .c-ttls--u {
    line-height: 1.6;
  }
  .c-ttls--02 {
    font-size: 1.125rem;
  }
  .c-ttls--02 span {
    font-size: 2.25rem;
  }
  .c-ttls--02 span:before {
    bottom: 10px;
  }
  .p-faq summary {
    padding-right: 60px;
    padding-left: 14px;
  }
  .p-faq .content_inner {
    padding-left: 18px;
  }
  .p-sim {
    margin-bottom: 65px;
  }
  .p-loan__list0 li {
    padding-left: 40px;
    font-size: 1.1875rem;
  }
  .p-loan__list1 {
    flex-wrap: wrap;
  }
  .p-loan__list1 li {
    width: 100%;
  }
  .p-loan__list1 li + li {
    margin-top: 20px;
  }
  .p-loan__list1 li > div {
    height: 160px;
    font-size: 1.375rem;
  }
  .p-loan__list1 li > div:after {
    bottom: -30%;
    height: 40%;
  }
  .p-col2 {
    flex-wrap: wrap;
    margin: 50px auto 20px;
  }
  .p-col2__img {
    width: 100%;
    max-width: 100%;
  }
  .p-col2__img:after {
    left: -20px;
  }
  .p-col2__img--02:after {
    right: inherit;
    left: -20px;
  }
  .p-col2__content {
    width: 100%;
    max-width: 100%;
  }
  .p-col2__content--02 {
    order: 2;
  }
  .p-structure__ttl {
    margin-top: 25px;
  }
  .p-structure__swiper {
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 30px 0 30px 15px;
  }
  .p-structure__swiper .swiper {
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-structure__swiper .swiper-wrapper {
    padding-right: 15px;
  }
  .p-actual__item > div:last-child > div:last-child dl dd {
    font-size: 0.875rem;
  }
  .p-flow__txt {
    padding: 0 15px;
  }
  .p-flow__swiper {
    width: 100%;
    margin-left: 0;
    padding: 170px 15px 65px 0;
  }
  .p-flow__swiper .swiper {
    padding-left: 15px;
  }
  .p-company dt {
    width: 30%;
  }
  .p-company dd {
    text-align: left;
  }
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-slide,
swiper-slide {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}
.swiper-button-prev {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-pagination {
  z-index: 10;
  position: absolute;
  transform: translateZ(0);
  text-align: center;
  transition: 0.3s opacity;
}
