html,body{
  font-family: 'M PLUS Rounded 1c', '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: #1e1e1e;
	line-height: 1.55;
}
a{color: #1e1e1e;transition: opacity 0.3s, color 0.3s;}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }
.red{ color: #e73a4a; }
.bg-re{ background: #e73a4a; }
.bg-re2{ background: #c50b32; }
.bg-pi{ background: #f2969f; }
.bg-gr{ background: #f2f2f2; }
.fv{padding: 1.6vw 0 0;}
.fv h1 img{width: 100%;}
.sec-1{
  padding: 4rem 0 6rem;
}
.sec-2{
  padding: 4rem 0 6rem;
}
.sec-2 h2{
  margin-bottom: 3.5rem;
}
.sec-2 .video{
  display: block;
  width: 100%;
  aspect-ratio: 100/ 56;
  background: #1f2125;
  border-radius: 2rem;
}
.sec-3{
  padding: 6rem 0;
}
.sec-3 h2{
  margin-bottom: 4rem;
}
.sec-3 .img + .img{
  margin-top: 4rem;
}
.sec-3 small{
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}
.sec-4{
  padding: 4.5rem 0;
}
.sec-4 .box{
  background: #fff;
  border-radius: 2rem;
  padding: 3.5rem 10rem 4rem;
}
.sec-4 .box h2 img{
  width: 53rem;
  margin-bottom: 3rem;
}
.sec-4 big{
  font-size: 2.2rem;
  font-weight: 700;
}
.sec-5{
  padding: 4.5rem 0 6rem;
}
.sec-5 h2{
  margin-bottom: 4.5rem;
}
.sec-5 .box{
  background: #fff;
  padding: 5rem 5rem 6rem;
  border-radius: 2rem;
}
.sec-5 .box + .box{
  margin-top: 4rem;
}
.sec-5 .box .img{
  margin: 3rem 0;
}


.sec-6{
  padding: 4rem 0 6rem;
}
.sec-6 h2{
  margin-bottom: 4rem;
}
.sec-6 .box{
  background: #fff;
  padding: 5rem 5rem 6rem;
  border-radius: 2rem;
}
.sec-6 .box + .box{
  margin-top: 4rem;
}
.sec-6 .box h3{
  margin-bottom: 3rem;
}
.sec-7{
  padding: 4.5rem 0 6rem;
}
.sec-7 h2{
  margin-bottom: 4rem;
}
.sec-8{
  padding: 7.5rem 0 8rem;
}
.sec-9{
  padding: 4rem 0 0;
}
.sec-9 h2{
  margin-bottom: 3.5rem;
}
.sec-9 .sec-9-img1{
  margin-bottom: 2rem;
}
.sec-9-img2{
  width: 100%;
}
.cta{
  padding: 4.5rem 0 6rem;
}
.cta .content{
  max-width: 94rem;
}
.cta .term{
  overflow-y: scroll;
  height: 12rem;
  border: 1px solid #1e1e1e;
  font-size: 1.2rem;
}
.cta .term .inner{
  padding: 2rem;
}
.cta .btn-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 4rem;
}
.cta .btn-wrap a.cta-btn{
  opacity: 0.3;
  pointer-events: none;
}
.cta .btn-wrap a.cta-btn.active{
  opacity: 1;
  pointer-events: unset;
}
.checkbox{
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin: 2.5rem 0;
  position: relative;
}
.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(2.3rem + 0.5em);
  line-height: 2.3rem;
  margin-right: 1.5em;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  box-sizing: border-box;
  border: 1px solid #1e1e1e;
  background: #fff;
  border-radius: 0.4rem;
}
.checkbox input[type=checkbox]:checked + span::before{
  border: 1px solid #e7394a;
  background: #e7394a;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.sec-10{
  padding: 6rem 0;
}
.sec-10 h2 img{
  width: 30.7rem;
  margin: 0 auto 6rem;
}
.sec-10 dl dt{
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 6rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec-10 dl dd{
  padding: 0 0 3rem 6rem;
  border-bottom: 1px solid #999999;
  position: relative;
}
.sec-10 dl dt::before,
.sec-10 dl dd::before{
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.sec-10 dl dt::before{
  background: url(../images/sec-10-q.png) center center no-repeat;
  background-size: contain;
}
.sec-10 dl dd::before{
  background: url(../images/sec-10-a.png) center center no-repeat;
  background-size: contain;
}
.sec-10 dl dd + dt{
  margin-top: 3rem;
}
.sec-11{
  padding: 5rem 0 0;
}
.sec-11 h2 img{
  width: 9.5rem;
  margin: 0 auto 6rem;
}
.sec-11 big{
  font-size: 2.2rem;
  font-weight: 700;
}
.sec-11 h2 + p{
  margin-bottom: 7rem;
}
footer{
  background: #1e1e1e;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  padding: 2.5rem 0;
}
footer a{ color: #fff; }
footer .copy{
  margin-top: 0.5em;
}
#loading {
  width: 100%;
  height: 100%;
  background: #e73a4a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader008,
.loader008:after {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}
.loader008 {
  position: relative;
  text-indent: -9999em;
  border-top: 0.6rem solid rgba(255,255,255,0.3);
  border-right: 0.6rem solid rgba(255,255,255,0.3);
  border-bottom: 0.6rem solid rgba(255,255,255,0.3);
  border-left: 0.6rem solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#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: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #c50b32;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}

#fl-btn {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 997;
}
#fl-btn a {
  display: block;
  width: 30.6rem;
  filter: drop-shadow(0.9rem 0.9rem 0.6rem rgba(0, 0, 0, 0.1));
}
#fl-btn a + a{
  margin-top: 0.5rem;
}
@media (min-width: 769px){
.sp{ display: none !important; }

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

.content{
  width: 100%;
	max-width: 110rem;
  padding: 0 5rem;
	margin: 0 auto;
}
@media (max-width: 1100px){
html{ font-size: 0.9vw; }
}}
@media (max-width: 768px){
.pc{ display: none !important; }
html{ font-size: 2.5vw; }
body{ font-size: 1.4rem; }
.content{
	width: 100%;
	padding: 0 1.8rem;
}
.fv{
  padding: 0;
}
.sec-1{
  padding: 2rem 0 3rem;
}
.sec-2{
  padding: 2rem 0 3rem;
}
.sec-2 h2{
  margin-bottom: 2.5rem;
}
.sec-3{
  padding: 3rem 0 3rem;
}
.sec-3 h2{
  margin-bottom: 2rem;
}
.sec-3 .img + .img{
  margin-top: 2rem;
}
.sec-3 small{
  margin-top: 2rem;
}
.sec-4{
  padding: 2rem 0;
}
.sec-4 .box{
  padding: 2rem 1.6rem 3rem;
}
.sec-4 .box h2 img{
  width: 24rem;
  margin: 0 auto 2rem;
}
.sec-4 big{
  font-size: 1.8rem;
}
.sec-5{
  padding: 3rem 0;
}
.sec-5 h2{
  margin-bottom: 3rem;
}
.sec-5 .box{
  padding: 2rem 1.6rem 3rem;
}
.sec-5 .box + .box{
  margin-top: 2rem;
}
.sec-5 .box .img{
  margin: 2rem 0;
}
.sec-6{
  padding: 1.5rem 0 5rem;
}
.sec-6 h2{
  margin-bottom: 1.5rem;
}
.sec-6 .box{
  padding: 2rem 1.6rem 3rem;
}
.sec-6 .box + .box{
  margin-top: 2rem;
}
.sec-6 .box h3{
  margin-bottom: 2rem;
}
.sec-7{
  padding: 3rem 0 5rem;
}
.sec-7 h2{
  margin-bottom: 3rem;
}
.sec-8{
  padding: 4rem 0 5rem;
}
.sec-9{
  padding: 3rem 0 0;
}
.sec-9 h2{
  margin-bottom: 2.5rem;
}
.cta{
  padding: 2.5rem 0 5rem;
}
.cta .term .inner{
  padding: 1.6rem;
}
.cta .btn-wrap{
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.cta .btn-wrap .cta-btn:nth-child(3n){
  margin-top: 2rem;
}
.checkbox{
  font-size: 1.4rem;
}
.sec-10{
  padding: 4rem 0;
}
.sec-10 h2 img{
  width: 14.6rem;
  margin: 0 auto 4rem;
}
.sec-10 dl dt{
  font-size: 1.6rem;
  padding-left: 5rem;
  margin-bottom: 2rem;
}
.sec-10 dl dd{
  padding: 0 0 2rem 5rem;
}
.sec-10 dl dt::before{
  top: -0.45em;
}
.sec-10 dl dd + dt{
  margin-top: 3rem;
}
.sec-11{
  padding: 5rem 0 0;
}
.sec-11 h2 img{
  width: 4.5rem;
  margin: 0 auto 4rem;
}
.sec-11 big{
  font-size: 1.8rem;
}
.sec-11 h2 + p{
  margin-bottom: 5rem;
}
footer{
  padding: 3rem 0 9rem;
}
footer .copy{
  font-size: 1rem;
}
#fl-btn {
  width: 100%;
  bottom: 0;
  right: 0;
}
#fl-btn .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#fl-btn a {
  width: calc(50% - 0.5rem);
  filter: drop-shadow(0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.3));
}
#fl-btn a + a{
  margin-top: 0;
}
}