@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Inter:wght@200;500;700&display=swap');
html,body{
  font-family: 'Inter' ,'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0D141C;
	line-height: 1.7;
  letter-spacing: 0.04rem;
  font-feature-settings: "palt";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
a{
  color: #0D141C;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.big{ font-size: 120%; }
.blue{ color: #0076c1; }
.yellow{ color: #fff200; }
.maker{ background: linear-gradient(to bottom,transparent 75%,#fff200 75%); }


.nav{
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 15rem;
  margin: 0 auto 0 3rem;
  position: relative;
  z-index: 2;
}
.nav a.logo.bl{
  display: none;
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
}
.nav ul.nav-li li{
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 4rem;
}
.nav ul.nav-li li a{
  color: #0D141C;
}
.nav a.nav-btn{
  display: block;
  width: 17.5rem;
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
  margin-right: 3rem;
}
@media (max-width: 1300px){
.nav a.logo{
  margin: 0 auto 0 2.5rem;
}
.nav ul.nav-li{
  margin-right: 0.5rem;
}
.nav ul.nav-li li{
  margin-right: 2.5rem;
}
.nav a.nav-btn{
  margin-right: 2.5rem;
}
}


/* nav付加クラス　*/
.nav.transform{
  position: fixed;
  animation: nav-anime 0.3s;
  background: #FFF;
}
.nav.transform a.logo{ display: none; }
.nav.transform a.logo.bl{ display: block; }
.nav.transform ul.nav-li li a{ color: #0D141C; }

@keyframes nav-anime {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}


.fv{
  background: url(../images/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 1.6rem;
  font-weight:normal;
}
.fv h1 img{
  width: 120rem;
  margin: 0 auto;
  padding:0 2rem;
}
.fv h2 img{
  width: 119rem;
  margin: 0 auto;
  padding:0 2rem 1rem;
}

.ttl{
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}

.sec-1{
  padding: 2.4rem 0 1rem;
  text-align: center;
}

.small{font-size:14px;line-height:2rem;text-align:left;margin:2rem 0 0; color:#a1a1a1;}

.flow-item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}

.flow-item:first-of-type {
  border-top: 1px solid #dcdcdc;
}

.flow-item:last-child {
  border-bottom: none;
}

.flow-img img {
  width: 260px;
  border-radius: 6px;
  object-fit: cover;
}

.flow-text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}

.flow-text p {
  max-width: 720px;
  text-align: left;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .flow-item {
    flex-direction: column;
    gap: 20px;
  }
  .flow-img img {
    width: 100%;
    margin: 0 auto;
  }
  .flow-text h3 {
    font-size: 1.8rem;
    line-height:2.6rem;
    margin-bottom: 8px;
  }
  .flow-text p {
  }
}

.sec-2{
  background: url(../images/sec-2-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 2rem 0 6rem;
  position: relative;
}
.sec-2 h2 img{
  width: 74rem;
  margin: 0 auto;
}
.sec-2 a.cta-btn{
  display: block;
  width: 52.8rem;
  margin: 1rem auto 0;
  filter: drop-shadow(0.8rem 1.3rem 0.7rem rgba(0, 0, 0, 0.2));
}


.sec-3{
  background: linear-gradient(to right,#0D141C,#0076c1);
  padding: 10rem 0;
}
.sec-3 h2 img{
  width: 98.4rem;
  margin: 0 auto;
}
.sec-3 .video{
  display: block;
  width: 84rem;
  height: 47rem;
  background: #0D141C;
  margin: 3rem auto 5rem;
}
.sec-3 img.sec-3-txt{
  width: 83.9rem;
  margin: 0 auto;
}


.sec-4{
  background: url(../images/sec-4-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 16.5rem 0 14rem;
  position: relative;
}
.sec-4 .wrap{
  max-width: 52rem;
  margin-left: 6rem;
}
.sec-4 h2 img{
  margin-bottom: 3rem;
}
.sec-4 img.sec-4-img{
  width: 34.7rem;
  position: absolute;
  left: 50%;
  top: 6rem;
  margin-left: 13rem;
}


.sec-5{
  background: url(../images/sec-5-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 0 15rem;
}
.sec-5 img.sec-5-txt{
  width: 43.2rem;
  margin: 0 auto -5rem;
  position: relative;
  z-index: 2;
}
.sec-5 .box{
  max-width: 100rem;
  background: #fff;
  padding: 9.5rem 8rem;
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec-5 .box h2{
  max-width: 40.2rem;
  margin-bottom: 3rem;
}
.sec-5 .box img.sec-5-img{
  width: 34rem;
  position: absolute;
  right: 8rem;
  top: 4rem;
}
.sec-5 h3 img{
  width: 59.5rem;
  margin: 8rem auto 3rem;
}
.results-swiper-wrap{
  max-width: 92rem;
  margin: 0 auto;
  position: relative;
}
.results-swiper .swiper-slide{
  border-radius: 0.5rem;
  border: 0.8rem solid #0D141C;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
.swiper-button-prev,
.swiper-button-next{
  width: 4rem;
  height: 4rem;
}
.swiper-button-prev{
  background: url(../images/arrow-prev.png) center center no-repeat;
  background-size: cover;
  left: -7rem;
}
.swiper-button-next{
  background: url(../images/arrow-next.png) center center no-repeat;
  background-size: cover;
  right: -7rem;
}


.sec-6{ 
  background: #000000;
  background: url(../images/about_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
}
.sec-6 .wrap{
  max-width: 72rem;
  margin:4rem auto 0;
  color:#fff;
}
.sec-6 h2 img{
  width: 69.3rem;
  margin: 0 auto;
}


.sec-7{
  background: linear-gradient(45deg,#e6eff8,#fff,#e6eff8);
  padding: 4rem 0 11.5rem;
}
.sec-7 h2 img{
  width: 38.3rem;
  margin: 0 auto 7rem;
}
.sec-7 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 92rem;
  margin: 0 auto;
  margin-top: 6.4rem;
}
.sec-7 ul li:nth-child(2n){
  flex-direction: row-reverse;
}
.sec-7 ul li + li{
  margin-top: 4.4rem;
}
.sec-7 ul li .img{
  width: 33.3rem;
}
.sec-7 ul li .txt{
  width: calc(100% - 38.3rem);
}
.sec-7 ul li .txt .num{
  width: auto;
  height: 5.5rem;
  margin-bottom: 2.5rem;
}
.sec-7 ul li .txt h3{
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}


.sec-8{
  padding: 4.8rem 0 6rem;
}
.voice-swiper{
  overflow: unset;
}
.voice-swiper .swiper-slide{
  width: 37.8rem;
  height: auto;
  padding: 7.5rem 3rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.15);
  margin-top: 8rem;
  text-align: left;
  position: relative;
}
.voice-swiper .swiper-slide img.img{
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  object-fit: cover;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice-swiper .swiper-slide h3{
  font-size: 2.4rem;
  text-align: center;
}
.voice-swiper .swiper-slide .name{
  width: fit-content;
  line-height: 4rem;
  border-radius: 2rem;
  background: linear-gradient(to right,#0D141C,#0076c1);
  color: #fff;
  font-weight: 700;
  padding: 0 1.2em;
  margin: 1.5rem auto;
}


.company-block {
  padding: 56px 0 20px;
  margin: 0 auto;
}
.company-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.company-lead {
  margin: 0 auto 40px;
}
.company-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.company-card {
  background: #f7f7f7;
  padding: 24px 20px;
  border: 0px solid #e0e0e0;
  border-radius: 10px;
  text-align: center;
}

.company-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.company-card p {
  text-align: left;
}
/* スマホ対応 */
@media screen and (max-width: 768px) {
  .company-block {
    padding: 32px 0 0px;
    margin: 0 auto;
  }
  .company-lead {
     margin: 0 auto 20px;
  }
  .company-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }
  .company-card {
    text-align: center;
    padding: 10px 16px 16px;
  }
  .company-card p{
    text-align: left;
  }
}



.sec-9{
  background: url(../images/sec-9-bg.png) center center no-repeat;
  background-size: cover;
  padding: 11.5rem 0 13.5rem;
}
.sec-9 h2 img{
  width: 56.1rem;
  margin: 0 auto 6rem;
}
@media (min-width: 769px){
.reasons-swiper{
  max-width: 102rem;
}
.reasons-swiper .swiper-wrapper{
  transform: unset !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
}
.reasons-swiper .swiper-slide{
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.reasons-swiper .swiper-slide h3{
  font-size: 2.4rem;
  text-align: center;
}
.reasons-swiper .swiper-slide img.img{
  width: 10.4rem;
  margin: 1rem auto;
}
.reasons-swiper .swiper-slide p{
  font-size: 1.4rem;
}


.sec-10{
  padding: 6rem 0 3.5rem;
}
.sec-10 h2 img{
  width: 87rem;
  margin: 0 auto;
}


img.obi{ width: 100% }


.sec-11{
  background: linear-gradient(45deg,#e6eff8,#fff,#e6eff8);
  padding: 7rem 0 10rem;
}
.sec-11 h2 img{
  width: 92.3rem;
  margin: 0 auto;
}


.sec-12{
  /* background: url(../images/sec-12-bg.png) center bottom no-repeat;*/
  background-size: 100% auto;
  padding: 0;
  margin-top:-10rem;
}
.sec-12 h2{
  background:#111;
  padding: 2.4rem 0;
  margin-bottom: 7rem;
  position: relative;
}
.sec-12 h2::before{
  content: "";
  display: block;
  width: 4rem;
  height: 2.5rem;
  background: url(../images/sec-12-arrow.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-12 h2 img{
  width: 48rem;
  margin: 0 auto;
}
.sec-12 h3{
  width: fit-content;
  line-height: 4.5rem;
  background: #0076c1;
  color: #fff;
  padding: 0 1.5em;
  font-size: 2.2rem;
  margin: 0 auto 3rem;
}
.backtests-swiper-wrap{
  max-width: 92rem;
  margin: 0 auto;
  position: relative;
}
.backtests-swiper-wrap .swiper-slide{
  border-radius: 0.5rem;
  border: 0.2rem solid #0D141C;
}


.sec-13{
  background: url(../images/sec-13-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 8rem 0 12rem;
  position: relative;
}
.sec-13 h2 img{
  width: 63.6rem;
  margin: 0 auto 4rem;
}
.sec-13 p{
  width: 80rem;
  text-align: left;
  margin: 0 auto;
}


.sec-14{
  background: #fff;
  padding: 4rem 0 0;
  position: relative;
}
.sec-14::before{
  content: "";
  display: block;
  width: 100%;
  height: 9vw;
  background: #fff;
  clip-path: polygon(50% calc(100% - 1px), 100% 0, 100% 100%, 0 100%, 0 0);
  position: absolute;
  top: calc(1px - 9vw);
  left: 0;
}
.sec-14 h2 img{
  width: 88rem;
  margin: 0 auto;
}


.sec-15{
  background: url(../images/sec-15-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 8rem;
  color: #fff;
  position: relative;
}
.sec-15 h2 img{
  width: 72rem;
  margin: 0 auto 5rem;
}
.sec-15 p{
  width: 80rem;
  text-align: left;
  margin: 0 auto;
}


.sec-16{
  background: url(../images/sec-16-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0;
  position: relative;
}
.sec-16 .wrap{
  margin-left: 9rem;
}
.sec-16 h2 img{
  width: 44.8rem;
  margin-bottom: 3rem;
}
.sec-16 img.sec-16-img{
  width: 33.7rem;
  position: absolute;
  left: 50%;
  top: 11rem;
  margin-left: 10rem;
}


.sec-17{
  background: url(../images/sec-17-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 12rem 0 11rem;
  position: relative;
}
.sec-17::before{
  content: "";
  display: block;
  width: 153.7rem;
  height: 46rem;
  background: url(../images/sec-17-img.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  left: 50%;
  margin-left: -86rem;
}
.sec-17 h2{
  font-size: 5.6rem;
  margin-bottom: 2rem;
}


.sec-18{
  padding: 15rem 0 10rem;
  position: relative;
}
.sec-18::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 19rem);
  background: linear-gradient(45deg,#e6eff8,#fff,#e6eff8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec-18 .box{
  background: #fff;
  padding: 7rem 5rem;
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.15);
  position: relative;
}
.sec-18 .box img.sec-18-txt{
  width: 68.4rem;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-18 .box h2 img{
  width: 62.6rem;
  margin: 0 auto 3rem;
}


.sec-19{
  background: url(../images/sec-13-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 8rem;
}
.sec-19 h2 img{
  width: 92rem;
  margin: 0 auto 2rem;
}
.sec-19 .wrap{
  max-width: 96.3rem;
  margin: 0 auto;
  position: relative;
}
.sec-19 .wrap img.sec-19-txt1{
  width: 26.4rem;
  position: absolute;
  left: -9.6rem;
  top: -6.4rem;
}
.sec-19 img.sec-19-txt2{
  width: 90.2rem;
  margin: 6rem auto 0;
}


.sec-20{
  background: linear-gradient(to right,#0D141C,#0076c1);
  clip-path: polygon(0 8rem, 100% 0, 100% 100%, 0 calc(100% - 5rem));
  margin: -8rem 0 -5rem;
  padding: 6rem 0 7rem;
}
.sec-20 h2 img{
  width: 80rem;
  margin: 0 auto;
}


.sec-21{
  background: linear-gradient(45deg,#e6eff8,#fff,#e6eff8);
  padding: 9rem 0 10rem;
}
.sec-21 h2{
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-21 img.sec-21-img{
  width: 109.2rem;
  margin: 0 auto;
}


.sec-22{
  background: url(../images/sec-22-bg.png) center center no-repeat;
  background-size: cover;
  padding: 0 0 11rem;
}
.sec-22 h2{
  max-width: 105.2rem;
  margin: 0 auto;
  transform: translate(12rem,-4rem);
}
.sec-22 .law{
  background: #fff;
  height: 23rem;
  overflow-y: scroll;
  font-size: 1.6rem;
}
.sec-22 .law .inner{
  padding: 3rem 4rem;
}
.sec-22 .law h4{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.sec-22 .law b{
  display: block;
  margin: 1em 0 0.5em;
}


.checkbox{
  display: flex;
  justify-content: center;
  position: relative;
  margin: 3.5rem 0 7rem;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(1.29em + 0.6em);
  line-height: 1.29em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.29em;
  height: 1.29em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.14em;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #0D141C;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.39em;
  width: 0.36em;
  height: 0.64em;
  transform: rotate(43deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
}


.price-swiper{
  max-width: 108rem;
  margin: 0 auto;
}
.price-swiper .swiper-slide{
  height: auto;
  background: #fff;
  padding: 5rem 3rem;
}
.price-swiper .swiper-slide h3 img{
  width: auto;
  height: 9.5rem;
  margin: 0 auto 3rem;
}
.price-swiper .swiper-slide a.price-btn{
  display: block;
  filter: drop-shadow(0.4rem 0.9rem 0.4rem rgba(0, 0, 0, 0.2));
}
.price-swiper .swiper-slide a.price-btn + a.price-btn{
  margin-top: 2.6rem;
}
.price-swiper .swiper-slide a.price-btn.invalid,
.price-swiper .swiper-slide a.price-btn.invalid-surely{
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}


.sec-23{
  padding: 8rem 0 8rem;
}
.sec-23 dl{
  max-width: 84rem;
  margin: 0 auto;
}
.sec-23 dl dt{
  font-size: 2rem;
  font-weight: 700;
  margin-top:2.4rem;
}
.sec-23 dl dt,
.sec-23 dl dd{
  display: flex;
  align-items: center;
  padding-left: 4.2rem;
  position: relative;
}
.sec-23 dl dt::before,
.sec-23 dl dd::before{
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-23 dl dt::before{
  background: url(../images/sec-23-q.png) center center no-repeat;
  background-size: contain;
}
.sec-23 dl dd::before{
  background: url(../images/sec-23-a.png) center center no-repeat;
  background-size: contain;
}
.sec-23 dl dt{
  min-height: 2rem;
}
.sec-23 dl dd{
  min-height: 11rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 2rem;
}
.sec-23 dl dd + dt{
  margin-top: 4rem;
}


footer{
  background: #0D141C;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  padding: 3rem 0;
}
footer a{ color: #fff;font-size: 1.4rem;opacity:0.7;text-align: center; }
footer .copy{
  margin-top: 1em;
  text-align: center;
  opacity:0.7;
}




/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3) {
  transition-property: opacity, transform;
}


/* ボタン用アニメーション
button img{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
} */


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #0D141C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 32rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  width: 4rem;
  height: 4rem;
  background: #0D141C;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}

/* 自動文字スライド */
.slide-bg {
  overflow: hidden;
  white-space: nowrap;
}
.slide-inner {
  display: inline-flex;
  animation: slideLoop 45s linear infinite;
}
.slide-inner span {
  display: inline-block;
  font-size: 160px;
  line-height:1;
  font-weight: 700;
  padding-right: 4rem;
  color: rgba(0,0,0,0.05);
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px){
  .slide-inner span {
  font-size: 80px;
  line-height:1;
  color: rgba(0,0,0,0.05);
  font-family: 'Inter' ,'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  }
}

/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.7rem; }

.content{
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem;
  margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1160px){

html{ font-size: 0.862vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.5rem; }

.content{
	width: 100%;
	padding: 0 2rem;
}


.nav{
  height: 5rem;
}
.nav a.logo{
  width: 14rem;
  margin: 0 auto 0 1.2rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #0D141C;
  height: 1px;
  width: 2.4rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.6rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s, background .3s;
}
#nav-open span:after {
  bottom: -0.6rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s, background .3s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.3;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  background: #0D141C;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s, background .3s;
}
#nav-open.active span:after {
  background: #0D141C;
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s, background .3s;
}


/* nav付加クラス　*/
.nav.transform #nav-open span,
.nav.transform #nav-open span:before,
.nav.transform #nav-open span:after {
  background: #0D141C;
}
.nav.transform #nav-open.active span {
  background: transparent;
}
.nav.transform #nav-open.active span:before {
  background: #0D141C;
}
.nav.transform #nav-open.active span:after {
  background: #0D141C;
}


#nav-content .content{
  /* display: flex; */
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 4rem 2rem;
}
ul.sp-nav-li{
  width: 100%;
  border-top: 1px solid #dedede;
}
ul.sp-nav-li li{
  border-bottom: 1px solid #dedede;
}
ul.sp-nav-li li a{
  display: block;
  padding: 1em 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0D141C;
  position: relative;
}
ul.sp-nav-li li a::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/sp/arrow-btm.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.7rem;
  top: 0;
}


.fv{
  background: url(../images/sp/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
}
.fv h1 img{
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateX(0);
}
.fv h2 img{
  width: 100%;
  margin:0rem auto 0rem;
  padding:0 2rem 0rem;
}

.ttl{
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}

.sec-1{
  padding: 2rem 0 1rem;
}
.sec-1 p{
  text-align: left;
}

.small{font-size:12px;line-height:1.8rem;text-align:left;margin:2rem 0 0; color:#a1a1a1;}

.sec-2{
  background: url(../images/sp/sec-2-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0rem 0 4rem;
}
.sec-2 h2 img{
  width: 100%;
}
.sec-2 a.cta-btn{
  width: 100%;
  margin: 1.5rem auto 1.5rem;
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}


.sec-3{
  padding: 4rem 0;
}
.sec-3 h2 img{
  width: 30.7rem;
}
.sec-3 .video{
  width: 100%;
  height: 21rem;
  margin: 2rem auto 2.5rem;
}
.sec-3 img.sec-3-txt{
  width: 25.2rem;
}


.sec-4{
  background: url(../images/sp/sec-4-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-4 .wrap{
  margin-left: 0;
}
.sec-4 h2 img{
  width: 28.4rem;
  margin: 0 auto 1rem;
}
.sec-4 img.sec-4-img{
  width: 13.4rem;
  position: unset;
  margin: 0 auto 1rem;
}


.sec-5{
  background: url(../images/sp/sec-5-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 0 6rem;
}
.sec-5 img.sec-5-txt{
  width: 24.8rem;
  margin: 0 auto 1.5rem;
}
.sec-5 .box{
  padding: 2rem 1.6rem;
}
.sec-5 .box h2{
  max-width: 22rem;
  margin: 0 auto 2rem;
}
.sec-5 .box img.sec-5-img{
  width: 18.5rem;
  position: unset;
  margin: 0 auto 1.5rem;
}
.sec-5 h3 img{
  width: 31.6rem;
  margin: 4.5rem auto 2rem;
}
.results-swiper .swiper-slide{
  border: 0.3rem solid #0D141C;
}


.sec-6{ 
  background: #000000;
  background: url(../images/about_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
}
.sec-6 .wrap{
  max-width: 72rem;
  margin:2rem auto 0;
  color:#fff;
}
.sec-6 h2 img{
  width: 100%;
}


.sec-7{
  padding: 2rem 0 4rem;
}
.sec-7 h2 img{
  width: 20.6rem;
  margin: 0 auto 2rem;
}
.sec-7 ul li{
  display: block;
  margin-top: 4rem;
}
.sec-7 ul li + li{
  margin-top: 2.8rem;
}
.sec-7 ul li .img{
  width: 12rem;
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.sec-7 ul li:nth-child(2n) .img{
  float: right;
  margin: 0 0 1.5rem 0.5rem;
}
.sec-7 ul li .txt{
  width: 100%;
  padding-top: 1.8rem;
}
.sec-7 ul li .txt .num{
  height: 3rem;
  margin-bottom: 1.5rem;
}
.sec-7 ul li .txt h3{
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.sec-7 ul li .txt p{
  clear: both;
}


.sec-8{
  padding: 3rem 0;
}
.voice-swiper .swiper-slide{
  width: 29.6rem;
  height: 100%;
  padding: 7.5rem 3rem 3rem;
  margin-top: 6rem;
}
.voice-swiper .swiper-slide img.img{
  width: 12rem;
  height: 12rem;
  top: -6rem;
}
.voice-swiper .swiper-slide h3{
  font-size: 2rem;
}
.voice-swiper .swiper-slide .name{
  line-height: 3rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  margin: 1.2rem auto;
}


.sec-9{
  background: url(../images/sp/sec-9-bg.png) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.sec-9 h2 img{
  width: 28.7rem;
  margin: 0 auto 3rem;
}
.reasons-swiper .swiper-slide{
  padding: 2.5rem;
}
.reasons-swiper .swiper-slide h3{
  font-size: 2rem;
}
.reasons-swiper .swiper-slide img.img{
  width: 8.8rem;
  margin: 1.5rem auto;
}
.reasons-swiper .swiper-slide p{
  font-size: 1.6rem;
}


.sec-10{
  padding: 3rem 0 2rem;
}
.sec-10 h2 img{
  width: 98%;
}


.sec-11{
  padding: 1.5rem 0 4rem;
}
.sec-11 h2 img{
  width: 27.7rem;
}


.sec-12{
  /* background: url(../images/sp/sec-12-bg.png) center bottom no-repeat; */
  background-size: 100% auto;
  padding: 3rem 0 0;
  margin-top:-8rem;
}
.sec-12 h2{
  padding: 2rem 0 2.5rem;
  margin-bottom: 3rem;
}
.sec-12 h2::before{
  width: 1.6rem;
}
.sec-12 h2 img{
  width: 19.7rem;
}
.sec-12 h3{
  line-height: 3rem;
  font-size: 1.6rem;
  margin: 0 auto 1.5rem;
}
.backtests-swiper-wrap{
  max-width: 50.5rem;
}
.backtests-swiper-wrap .swiper-slide{
  border: 0.2rem solid #0D141C;
}
.swiper-button-prev,
.swiper-button-next{
  width: 4rem;
  height: 4rem;
}
.swiper-button-prev{
  left: -2rem;
}
.swiper-button-next{
  right: -2rem;
}


.sec-13{
  background: url(../images/sp/sec-13-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 2rem 0 6.5rem;
}
.sec-13::before{
  width: 32.5rem;
  height: 11.3rem;
  background: url(../images/sp/sec-13-img.png) center center no-repeat;
  background-size: contain;
  top: 11.5rem;
  margin-left: -16.5rem;
}
.sec-13 img.sec-13-txt{
  width: 24.8rem;
  margin: 0 auto 1.5rem;
}
.sec-13 h2 img{
  width: 18.5rem;
  margin: 0 auto 2rem;
}
.sec-13 p{
  width:100%;
  text-align: left;
}
.sec-13 a.sec-13-btn{
  width: 31.1rem;
  margin: 2rem auto 0;
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}


.sec-14{
  padding: 3rem 0 1rem;
}
.sec-14::before{
  height: 4rem;
  top: calc(1px - 4rem);
}
.sec-14 h2 img{
  width: 100%;
}


.sec-15{
  background: url(../images/sp/sec-15-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.sec-15 h2 img{
  width: 25rem;
  margin: 0 auto 2rem;
}
.sec-15 p{
  width:100%;
  text-align: left;
}


.sec-16{
  background: url(../images/sp/sec-16-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
}
.sec-16 .wrap{
  margin-left: 0;
}
.sec-16 h2 img{
  width: 27.7rem;
  margin: 0 auto 2rem;
}
.sec-16 img.sec-16-img{
  width: 17.7rem;
  position: unset;
  margin: 0 auto 1.5rem;
}


.sec-17{
  background: url(../images/sp/sec-17-bg.png) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.sec-17::before{
  width: 100%;
  background: url(../images/sp/sec-17-img.png) center top no-repeat;
  background-size: contain;
  top: 1.8rem;
  left: 0;
  margin-left: 0;
}
.sec-17 h2{
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}


.sec-18{
  padding: 5.5rem 0 3.5rem;
}
.sec-18::before{
  height: calc(100% + 9rem);
}
.sec-18 .box{
  padding: 6rem 1.5rem 2rem;
}
.sec-18 .box img.sec-18-txt{
  width: 27.6rem;
  top: -3.2rem;
}
.sec-18 .box h2 img{
  width: 25.1rem;
  margin: 0 auto 1.5rem;
}
.sec-18 .sec-18-img{
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.sec-18 .sec-18-img img{
  max-width: 220%;
}


.sec-19{
  background: url(../images/sp/sec-13-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 4rem;
}
.sec-19 .wrap img.sec-19-txt1{
  width: 13.5rem;
  left: 1rem;
  top: -4rem;
}
.sec-19 img.sec-19-txt2{
  width: 31.8rem;
  margin: 0.5rem auto 0;
}


.sec-20{
  clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0 calc(100% - 1rem));
  margin: -2.5rem 0 -1rem;
  padding: 3.5rem 0 2.5rem;
}
.sec-20 h2 img{
  width: 31rem;
}


.sec-21{
  padding: 5rem 0 3rem;
}
.sec-21 h2{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.sec-21 img.sec-21-img{
  width: 92%;
  transform: translateX(-3.5%);
}


.sec-22{
  background: url(../images/sp/sec-22-bg.png) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 3rem;
}
.sec-22 h2{
  margin: 0 auto 2rem;
  transform: unset;
}
.sec-22 .law{
  height: 16.4rem;
  font-size: 1.4rem;
}
.sec-22 .law .inner{
  padding: 1.5rem 2rem 2rem;
}
.sec-22 .law h4{
  font-size: 1.8rem;
}


.checkbox{
  margin: 1.5rem 0 3rem;
}
.checkbox input[type=checkbox] + span{
  font-size: 2rem;
}


.price-swiper{
  padding-bottom: 4rem;
}
.price-swiper .swiper-slide{
  padding: 3.5rem 2rem 3rem;
}
.price-swiper .swiper-slide h3 img{
  height: 8rem;
  margin: 0 auto 2rem;
}
.price-swiper .swiper-slide a.price-btn{
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}
.price-swiper .swiper-slide a.price-btn + a.price-btn{
  margin-top: 1.2rem;
}
.swiper-pagination-bullet{
  background: #fff;
}


.sec-23{
  padding: 4rem 0;
}
.sec-23 dl dt{
  font-size: 1.8rem;
}
.sec-23 dl dt,
.sec-23 dl dd{
  padding-left: 4rem;
}
.sec-23 dl dt::before,
.sec-23 dl dd::before{
  width: 2.8rem;
  height: 2.8rem;
}
.sec-23 dl dt{
  min-height: 4.4rem;
  line-height: 1.4;
}
.sec-23 dl dd{
  min-height: 6.4rem;
  padding-bottom: 2rem;
  margin-top: 1.5rem;
}
.sec-23 dl dd + dt{
  margin-top: 2rem;
}


footer{
  font-size: 1.5rem;
  padding: 2.5rem 0;
}
footer a{ color: #fff;font-size: 1.2rem;opacity:0.7;text-align: center; }
footer .copy{
  margin-top: 1em;
  text-align: center;
  opacity:0.7;
}


#loading img {
  width: 24rem;
}


#fl-btn {
  display: none;
  width: 100%;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}




}/*　スマホここまで */



.pulse {
  margin: 0 auto;
  animation: pulse 1s infinite;
  overflow: hidden;
  display: block;
}
@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}
