@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');
html,body{
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #323232;
	line-height: 1.75;
	letter-spacing: 0.02em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #777;
  transition: 0.2s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a img:hover{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }





h2.h2-1{
  font-size: 5rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  margin:0 auto;
}
h2.h2-1 span{
  color: #F42A68;
  display: block;
  font-size: 1.8rem;
  margin-top: 0em;
}
h2.h2-2{
  font-size: 5rem;
  color: #020129;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin:0px auto 30px;
}
h2.h2-2 span{
  color: #F42A68;
  display: block;
  font-size: 2rem;
  margin-top: 0em;
}
h2.h2-3{
  font-size: 4rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  position: relative;
  margin:20px auto;
}
h2.h2-3 span{
  color: #F42A68;
  display: block;
  font-size: 1.4rem;
  margin-top: 0em;
}
h2.h2-4{
  font-size: 3rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-top:20px;
  margin-bottom:30px;
}

h4.h4-1 {
  font-size: 2.8rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  margin: 30px 0 15px;
}
h4.h4-1 span{
    color: #fff;
    padding:2px 8px 2px;
    border-radius:5px;
    margin-right:10px;
    background-color: #F0244E;
}
h4.h4-2 {
  font-size: 2.4rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  margin: 10px 0 0px;
}
h4.h4-2 span{
    color: #fff;
    padding:2px 8px 2px;
    border-radius:5px;
    margin-right:10px;
    background-color: #F0244E;
}h4-3 {
  font-size: 2.2rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 {
  font-size: 2.4rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 span{
    color: #abd9e0;
    font-size:80%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}
h4.h4-5 {
  font-size: 3.2rem;
  color: #020129;
  font-weight: 700;
  line-height:3rem;
  text-align: left;
  padding-bottom:0px;
}
h4.h4-5 span{
    color: #020129;
    font-size:50%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}

.btn {
  display: block;
  border: none;
  background: none;
  width: 60rem;
  margin: 0 auto 1rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.btn:hover{
  opacity: 0.7;
}
.btn2 {
  display: block;
  border: none;
  background: none;
  width: 60rem;
  margin: 0 auto 1rem;
  transition: 0.2s;
}
.btn2:hover{
  opacity: 0.7;
}

.box-shabow{
  max-width: 100rem;
  margin: 0 auto;
  background: #fff;
  border-radius:15px;
  box-shadow: 0 0 0rem rgba(0,0,0,0.1);
}

.box-shabow .h2-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19.6rem;
}
.box-shabow .h2-wrap h2.h2-1{
  margin-bottom: 0;
}
.cta .box-shabow .h2-wrap{
  background: url(../images/cta-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-1 .box-shabow .h2-wrap{
  background: url(../images/sec-1-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-2 .box-shabow .h2-wrap{
  background: url(../images/sec-2-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap.item1{
  background: url(../images/sec-4-h2-1-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap.item2{
  background: url(../images/sec-4-h2-2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.inner{
  padding: 3rem 6rem 4rem;
}
strong{
  font-size: 140%;
  font-weight: 700;
  line-height:2rem;
  color: #020129;
}
.big{
  font-size:180%;
}
small{
  font-size:80%;
  line-height:2.4rem;
}
.back{
    padding: 24px;
    border-radius: 15px;
    background: #f3f3f3;
    margin:24px 0;
}
.back2{
    padding: 6px 18px;
    border-radius: 50px;
    border: 2px solid #ddd;
    background: #fff;
    margin:12px 0 30px;
    display: inline-block;
}
@media (max-width: 768px){
    strong{
     font-size: 130%;
     font-weight: 700;
      line-height:2.5rem;
      color: #020129;
    }
    .back{
    padding: 15px;
    border-radius: 10px;
    background: #f3f3f3;
    margin:21px 0;
}
}

em{
  color: #F42A68;
  font-style: normal;
  font-weight: 700;
}
.mark{
    background: linear-gradient(transparent 60%, #fffa6f 40%);
}
.mark2{
    color: #fff;
    background: #F42A68;
    padding:3px 10px;
}
.blue{
    color: #0094F7;
}
.green{
    color: #22B473;
}
.orange{
    color: #FFB922;
}
.purple{
    color: #6C61FF;
}
.leaf{
    color:#85C61D;
}
.navy{
    color:#003BCF;
}

.back-blue {
    padding: 15px;
    border-radius: 12px;
    background: #0094F7;
    margin:15px 0;
}
.back-red {
    padding: 15px;
    border-radius: 12px;
    background: #F42A68;
    margin:15px 0;
}
@media (max-width: 768px){
    .back-blue {
    border-radius: 5px;
    }
    .back-red {
    border-radius: 5px;;
    }
}

header h1 img,
.interval img{
  width: 100%;
}

.scroll {
	overflow:auto;
	height:300px;
	border: 2px solid #f1f1f1;
}

.video{
    width:100%;
    height:490px;
    border-radius:10px;
    margin:15px auto;
}
@media (max-width: 768px){
    .video{
    width:100%;
    height:175px;
    border-radius:10px;
    margin:10px auto;
    }
}

.cta{
  background: #fff;
  padding: 0 0 4rem;
  text-align: center;
}
.cta h2 img{
  width: 69.3rem;
  margin: 0 auto 4rem;
}
.cta img.cta-txt{
  width: 27.2rem;
  margin: 0 auto 3rem;
}
.cta input[type="email"]{
  display: block;
  width: 60rem;
  margin: -2rem auto 2rem;
  border-radius: 0.8rem;
  border: 2px solid #C1C1C1;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
}
.cta button{
  display: block;
  border: none;
  background: none;
  width: 50rem;
  margin: 0 auto 3rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.cta button:hover{
  opacity: 0.7;
}
.cta p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom:40px;
  padding:0 2rem;
}
@media (max-width: 768px){
.cta p.attention{
  font-size: 1rem;
  }
}
.color{
  color: #29abe2;
}
.cta .btn{
  display: block;
  border: none;
  background: none;
  width: 60rem;
  margin: 0 auto 0rem;
  transition: 0.2s;
    animation: pulse 1s infinite;
}
.cta .btn:hover{
  opacity: 0.7;
}
.cta .btn2{
  display: block;
  border: none;
  background: none;
  width: 60rem;
  margin: 0 auto 0rem;
  transition: 0.2s;
}

.sec-1{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}

.background{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}


.sec-2,
.sec-4{
  background: #F0F4F7;
  padding: 3.4rem 0 0;
}
.sec-2 .sec-2-img{
  width:100%;
  margin: 4rem 0;
}


.sec-3{
  background: url(../images/sec-3-bg.png) center center;
  background-size: 15rem auto;
  padding: 4rem 0 4rem;
}
.sec-3 ul{
  margin-top: 9rem;
}
.sec-3 ul li{
  display: block;
  width: 100%;
  height: 29.7rem;

  margin-bottom: 6rem;
  overflow: hidden;
   border-radius:30px;
}
.sec-3 ul li .h3-wrap{
  width: 49.6rem;
  background: #fff;

  box-shadow: 0 0 0rem rgba(0,0,0,0.2);
  text-align: center;
  height: 29.7rem;
  padding: 8rem 0 4rem;
}
.sec-3 ul li .h3-wrap h3{
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}
.sec-3 ul li .h3-wrap h3 b{
  font-size: 120%;
  font-weight: 700;
  color: #FF2C57;
}
.sec-3 ul li .h3-wrap .note{
  font-size: 1.2rem;
}
.sec-3 ul li:nth-child(2n-1) .h3-wrap{
  float: right;
}
.sec-3 ul li.li-1{
  background: url(../images/sec-3-img1.jpg) left center no-repeat;
  background-size: contain;
}
.sec-3 ul li.li-2{
  background: url(../images/sec-3-img2.jpg) right center no-repeat;
  background-size: contain;
}
.sec-3 ul li.li-3{
  background: url(../images/sec-3-img3.jpg) left center no-repeat;
  background-size: contain;
  margin-bottom: 6rem;
}
.sec-3 p{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}


.step{
  padding: 9rem 0;
}
.step h2.h2-1{
  color: #172C57;
}
.step img.step-img{
  width: 86rem;
  margin: 0 auto;
}


footer{
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 2.5rem 0;
}
footer a{
  color: #fff;
}
footer img{
width:300px;
margin: 0 auto;
}  




/* ボタン用アニメーション */
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: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #172C57;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.fl {
    float:left;
    width:240px;
    padding-right:30px;
    padding-bottom:30px;
}

.fr {
    float:right;
    width:280px;
    padding-left:30px;
    padding-bottom:20px;
}

/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
  mix-blend-mode: multiply;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #172C57;
}
#pagetop a img {
  width: 16px;
}




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

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

.content{
  width: 100%;
	max-width: 1100px;
  padding: 0 50px;
	margin: 0 auto;
}




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

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}

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


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

html{ font-size: 2.55vw; }
body{ font-size: 15px; line-height:2.4rem;}

.content{
	width: 100%;
	padding: 0 3%;
}


h2.h2-1{
  font-size: 3rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  padding-top:0px;
}
h2.h2-1 span{
  display: block;
    font-size: 0.8rem;
  margin-top: 0.2em;
}
h2.h2-2{
  font-size: 2.6rem;
  line-height:3rem;
  color: #020129;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top:10px;
  margin:0 auto 15px;
}
h2.h2-2 span{
  display: block;
  font-size: 1.2rem;
  margin-top: 0em;
}
h2.h2-3{
  font-size: 2.4rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  margin: 12px auto 12px;
  padding:0px;
}
h2.h2-3 span{
  display: block;
    font-size: 1.2rem;
  margin-top: 0em;
}
h2.h2-4{
  font-size: 2rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-top:10px;
  margin-bottom:20px;
}

h4.h4-1 {
  font-size: 1.8rem;
  color: #020129;
  font-weight: 700;
  text-align: left;
}
h4.h4-1 span{
    color: #fff;
    font-size:90%;
    padding:2px 6px 2px;
    border-radius:3px;
    margin-right:6px;
    background-color: #020129;
}
h4.h4-2 {
  font-size: 1.5rem;
  color: #020129;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
h4.h4-2 span{
    color: #fff;
    font-size:90%;
    padding:2px 6px 2px;
    border-radius:3px;
    margin-right:6px;
    background-color: #F42A68;
}
h4.h4-3 {
  font-size: 1.7rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 {
  font-size: 1.6rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 span{
    color: #abd9e0;
    font-size:80%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}
h4.h4-5 {
  font-size: 2rem;
  color: #020129;
  font-weight: 700;
  line-height:2rem;
  text-align: left;
  padding-bottom:0px;
}
h4.h4-5 span{
    color: #020129;
    font-size:50%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}




.box-shabow .h2-wrap {
  height: 11.1rem;
}

.inner {
  padding: 2rem 5% 3rem;
}


.cta {
  padding: 0 0 2rem;
}
.cta h2 img {
  width: 30.6rem;
  margin: 0 auto 3rem;
}
.cta img.cta-txt {
  width: 18.6rem;
  margin: 0 auto 1.5rem;
}
.cta input[type="email"] {
  width: 30.5rem;
  margin: -1rem auto 1rem;
  border-radius: 6px;
  font-size: 16px;
  line-height: 3.5em;
}
.cta button {
  width: 29.5rem;
  margin: 0 auto 2rem;
    animation: pulse 1s infinite;

}

.sec-1 {
  background: url(../images/sp/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
}

.background{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

.cta .box-shabow .h2-wrap{
  background: url(../images/sp/cta-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.sec-1 .box-shabow .h2-wrap{
  background: url(../images/sp/sec-1-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-2,
.sec-4 {
  padding: 1rem 0;
}
.sec-2 .box-shabow .h2-wrap{
  background: url(../images/sp/sec-2-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap{
  background: url(../images/sp/sec-4-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-2 .sec-2-img {
  margin: 3rem 0;
}


.sec-3 {
  background: #172C57;
  padding: 2rem 0;
}
.sec-3 ul {
  margin-top: 0;
}
.sec-3 ul li {
  height: auto;
  width: 100%;
  padding: 13rem 0 0;
  margin-bottom: 3rem;
}
.sec-3 ul li .h3-wrap {
  width: 100%;
  padding: 1.4rem 0 2rem;
  height: auto;
}
.sec-3 ul li .h3-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.sec-3 ul li.li-1{
  background: url(../images/sp/sec-3-img1.jpg) left top no-repeat;
  background-size: 100% auto;
}
.sec-3 ul li.li-2{
  background: url(../images/sp/sec-3-img2.jpg) right top no-repeat;
  background-size: 100% auto;
}
.sec-3 ul li.li-3{
  background: url(../images/sp/sec-3-img3.jpg) left top no-repeat;
  background-size: 100% auto;
  margin-bottom: 3rem;
}
.sec-3 p {
  font-size: 1.6rem;
  text-align: left;
}

.fl {
    float:left;
    width:40%;
    padding-left:0px;
    padding-right:20px;
    padding-top:0px;
    padding-bottom:5px;
}

.fr {
    float:right;
    width:40%;
    padding-left:15px;
    padding-bottom:10px;
}

.step {
  padding: 4.5rem 0 3.5rem;
}


footer {
  font-size: 1.2rem;
  padding: 2rem 0 10rem;
}
}/*　スマホここまで */


/*テーブル*/
.table {
	width: 100%;
	margin: 0px auto 60px;
	text-align: left;
	border-collapse: collapse ;
}
thead tr {
	background: #032c5a;
	color: #fff;
	font-size:16px;
}
.table td, .table th {
	border: 1px solid #dedede;
	vertical-align: middle;
	font-size:16px;
	line-height: 2.4rem;
	padding:12px 8px;
}
@media (max-width: 768px){
thead tr {
	background: #032c5a;
	color: #fff;
	font-size:12px;
}
.table td, .table th {
	border: 1px solid #dedede;
	vertical-align: middle;
	font-size:13px;
	line-height:2.2rem;
	padding:6px 4px;
}
}
	.table td:nth-child(1) {
		width: 20%;
	}
	.table td:nth-child(2) {
		width: 80%;
	}
	.table td:nth-child(3) {
		width: 20%;
	}
	.table td:nth-child(4) {
		width: 20%;
	}
	.table td:nth-child(5) {
		width: 20%;
	}
tr.inactive {
	background: #f8f8f8;
	color: #999999;
}
td:first-child {
	background: #f4f4f4;
}
.blink{
	animation:BLINK 1.4s ease-in-out infinite alternate;
	}
@keyframes BLINK {0%{opacity:1.0;}100% {opacity:0;}}

.pt40{
    padding-top:40px
}
.mt40{
    margin-top:40px
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px;
  z-index: 2000;
}

.header__logo {
  display: block;
  width: 180px;
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__nav-item {
  margin-left: 24px;
}

.header__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #030129;
}

@media (max-width: 1057px) {
.header__logo {
  display: block;
  width: 140px;
 }
 .header__nav-item {
  margin-left: 10px;
  }
  .header__nav-link {
  font-size: 14px;
  }
  .header__nav-link.header__nav-link--cta {
  padding: 14px 6px;
  background: #6171FA;
  border-radius: 28px;
  font-size:13px;
  color: #fff;
  }
}

.header__nav-link.header__nav-link--cta {
  padding: 14px 18px;
  background: #6171FA;
  border-radius: 28px;
  color: #fff;
}

.kv {
  margin-top: 92px;
}

body.is-fixed {
  overflow: hidden;
}

@media (max-width: 768px) {
  .header {
    padding: 10px;
    overflow: hidden;
  }
  
  .header__logo {
    width: 148px;
  }

  .header__toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 61px;
    padding: 14px 10px;
    z-index: 2100;
  }

  .header__toggle_bar {
    position: relative;
    display: block;
    width: 90%;
    height: 4px;
    margin: 5px auto 0;
  }

  .header__toggle_bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020028;
    transition: all .2s;
  }

  .header__toggle.is-active .header__toggle_bar:nth-of-type(1)::before {
    transform: translateY(4px) rotate(-28deg);
  }

  .header__toggle.is-active .header__toggle_bar:nth-of-type(2)::before {
    transform: translateY(-5px) rotate(28deg);
  }

  .header__toggle_label {
    display: block;
    font-size: 10px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #020028;
    text-align: center;
    transform-origin: center;
    transform: scale(.9);
  }

  .kv {
    margin-top: 61px;
  }

  .sp-menu__wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.2);
    display: none;
  }

  .sp-menu__wrap.is-active .sp-menu {
    transform: translateX(0);
  }
  
  .sp-menu {
    max-width: 317px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 90px 0 0 20px;
    background: #fff;
    transform: translateX(100%);
    transition: all .5s;
  }

  .sp-menu__logo {
    display: block;
    width: 200px;
  }

  .sp-menu__nav {
    margin-top: 6px;
  }

  .sp-menu__nav-item {
    padding: 18px 0;
    border-bottom: 1px solid #E2E2E2;
    line-height: 1;
  }

  .sp-menu__nav-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #030129;  
  }

  .sp-menu__cta {
    padding-right: 20px;
  }

  .sp-menu__cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 30px;
    border-radius: 28px;
    background: #6171FA;
    color: #fff;
    font-weight: 700;
  }
}