@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: sans-serif;
}
img, svg, picture {
  display: block;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
ul, ol, dl, li, dt, dd {
  list-style: none;
}
.lp-l-container {
  width: 100%;
  margin: auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.lp-l-wrapper {
  width: 100%;
  max-width: 750px;
  margin: auto;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .lp-l-wrapper {
    box-shadow: 0px 0px min(100px, 13.3333333333vw) 0px rgba(0, 0, 0, 0.25);
  }
}
.caption{
  padding:0 min(24px, 3.2vw);
  width:auto;
  font-size:16px;
}
.d-flex {
  display: flex;
  justify-content: center;
  gap: 0.8em;
  align-items: stretch;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 999px;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.lp-l-nav {
  margin-top: calc(min(24px, 3.2vw) * -1);
  background: linear-gradient(146deg, #005FBE 41.28%, #00478E 97.31%);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform ease-in-out 250ms;
}
.lp-l-nav.is-view {
  transform: translateY(0);
}
.lp-l-nav .lp-p-cta__inner {
  padding-top: min(24px, 3.2vw);
  padding-bottom: min(24px, 3.2vw);
}
.lp-l-main {
  background-color: #FFF;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
}

.lp-l-sec {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: #333333;
}
.lp-l-footer {
  background: #fff;
  color: #121212;
  padding: min(60px, 8vw);
}
.lp-l-footer__about {
  text-align: center;
}
.lp-l-footer__about a {
  display: inline-block;
  text-align: center;
  
  margin-bottom: min(20px, 2.6666666667vw);
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
  color: #121212;
  text-decoration: underline;
}
.lp-l-footer__copy {
  margin-top: min(60px, 8vw);
  text-align: center;
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.lp-l-footer__logo {
  margin: min(60px, 8vw) min(120px, 16vw);
  text-align: center;
}
.lp-c-btn {
  filter: drop-shadow(0px 13px 20px rgba(0, 0, 0, 0.2));
}
.cv_tel {
  padding: min(24px, 3.2vw);
  margin: 0 0 min(52px, 6.9333333333vw) 0;
}
.white {
  color: #fff;
}
.danger {
  color: #E82A2A;
}
.header {
  padding: min(12px, 1.6vw) min(16px, 2.1333333333vw);
}
@media screen and (min-width: 768px) {
  .header_tel {
    display: none;
  }
}
.lp-c-note {
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lp-c-note.--align-r {
  text-align: right;
}
.lp-c-note.--align-c {
  text-align: center;
}
.lp-c-collapse-pannel__head__txt {
  margin: 0 auto;
  background: #333;
  color: #F7F7F5;
  text-align: center;
  
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.16em;
  padding: min(8px, 1.0666666667vw) 0 min(10px, 1.3333333333vw);
}
.lp-c-collapse-pannel__body {
  margin-top: min(28px, 3.7333333333vw);
}
.lp-c-collapse-pannel__body__txt {
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1485714286em;
}

.lp-c-acc-pannel {
  padding: min(12px, 1.6vw);
}
.lp-c-acc-pannel__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  position: relative;
  padding: 0 min(24px, 3.2vw);
  border-radius: 0.5em;
  background: #121212;
  color: #fff;
}
.lp-c-acc-pannel__head::after {
  content: "";
  display: block;
  width: min(28px, 3.7333333333vw);
  aspect-ratio: 28/36;
  background: url(../img/icon-btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform ease-in 250ms;
}
.lp-c-acc-pannel__head__txt {
  
  font-size: min(28px, 3.7333333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 47.6px */
  letter-spacing: 0.12em;
}
.lp-c-acc-pannel__body {
  width: 100%;
  margin: min(20px, 2.6666666667vw) 0 0 0;
  padding-top: min(20px, 2.6666666667vw);
}
.lp-c-acc-pannel__body__txt {
  
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1485714286em;
  word-break: break-word;
  white-space: inherit;
}
.lp-c-acc-pannel__body__txt > a {
  color: #333;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
  text-decoration-line: underline;
  margin-top: min(24px, 3.2vw);
}
.lp-c-acc-pannel.is-open .lp-c-acc-pannel__head::after {
  transform: translateY(-50%) rotate(-180deg);
}
.lp-c-acc-pannel2 {
  padding: min(24px, 3.2vw);
  margin-bottom: min(36px, 4.8vw);
  background: #E9F2FA;
}
.lp-c-acc-pannel2__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  position: relative;
  padding: 0 min(4px, 0.5333333333vw);
  color: #004FE9;
}
.lp-c-acc-pannel2__head::after {
  content: "";
  display: block;
  width: min(28px, 3.7333333333vw);
  aspect-ratio: 28/36;
  background: url(../img/icon-btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform ease-in 250ms;
}
.lp-c-acc-pannel2__head__txt {
  font-size: min(28px, 3.7333333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 47.6px */
  letter-spacing: 0.12em;
}
.lp-c-acc-pannel2__body {
  width: 100%;
  margin: min(16px, 2.1333333333vw) 0 0 0;
  padding-top: min(16px, 2.1333333333vw);
  border-top: 1px solid #004FE9;
}
.lp-c-acc-pannel2__body__txt {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1485714286em;
  word-break: break-word;
  white-space: inherit;
}
.lp-c-acc-pannel2__body__txt > a {
  color: #333;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
  text-decoration-line: underline;
  margin-top: min(24px, 3.2vw);
}
.lp-c-acc-pannel2.is-open .lp-c-acc-pannel__head::after {
  transform: translateY(-50%) rotate(-180deg);
}
.lp-c-acc-ttl {
  margin: 0 auto;
  background: #333;
  color: #F7F7F5;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.16em;
  padding: min(8px, 1.0666666667vw) 0 min(10px, 1.3333333333vw);
}
.lp-p-cv {
  background: url(../img/fv_under.webp) center top/cover no-repeat;
  overflow: hidden;
}
.lp-p-cv__note {
  color: #A7A7A7;
  text-align: center;
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.lp-p-cta__inner {
  padding: min(32px, 4.2666666667vw) min(60px, 8vw) 0;
}
.lp-p-cta__head {
  margin-bottom: min(36px, 4.8vw);
}
.lp-p-faq-list.--has-shadow .lp-c-acc-pannel:nth-child(n+2) {
  margin-top: min(20px, 2.6666666667vw);
}
.lp-p-faq-list.--has-line .lp-c-acc-pannel {
  border: 1px solid #000;
}
.lp-p-faq-list.--has-line .lp-c-acc-pannel:nth-child(n+2) {
  margin-top: min(28px, 3.7333333333vw);
}
.lp-p-faq-list .lp-c-collapse-pannel__head {
  margin-top: min(40px, 5.3333333333vw);
}