@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color:#333;
}

.intro-message {
  padding:5vw 0 0 0;
  font-family: 'Noto Serif JP', serif;
  color:#9e98c5;
}

.intro-message span {
  color:#ff4b74;
}

.intro-message span span{
  font-size:5rem;
}

.intro-message h2 {
  border-bottom:1px solid #9e98c5;
  padding-bottom:2rem;
  font-size:3.5rem;
  margin-bottom:3rem;
}

.intro-message h3 {
  font-size:3.5rem;
}

.obi-box {
  background-color:#fff;
  padding:2rem;
  border-radius: 10px;
  box-shadow: 5px 5px #8c84b4;
}

.obi-box h3 {
  text-align:center;
  color:#9e98c5;
  font-weight:900;
  font-size:1.2rem;
}

.whats-panel {
  border-radius: 10px;
  color:#fff;
  font-weight:700;
  font-size:1.1rem;
  text-align:center;
  border:3px solid #9e98c5;
}

.whats-panel img {
  border-radius:10px 0 0 10px;
}

.whats-panel h2 {
  text-align:center;
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:2.3vw;
  line-height:140%;
  margin-top:0.5rem;
}

.whats-panel h3 {
  text-align:center;
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  line-height:140%;
  margin-top:0.5rem;
  font-size:1.8vw;
}

.whats-panel-sub {
  font-weight:700;
  font-size:1.1rem;
  text-align:center;
  padding-top:3rem;
}

.whats-panel-sub h2 {
  text-align:center;
  font-family: 'Noto Serif JP', serif;
  font-weight:900;
  font-size:3vw;
  line-height:140%;
  margin-top:0.5rem;
  color:#9e98c5;
}

.whats-panel-sub h3 {
  text-align:center;
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  line-height:140%;
  margin-top:0.5rem;
  font-size:2.5vw;
  color:#9e98c5;
}

.whats-panel-box p {
  margin-top:1rem;
  margin-bottom:1rem;
}

.whats-panel-box p span{
  color:#ff4b74;
  font-weight:700;

}

.topics-title {
  margin:7rem 0 2rem 0;
}

.topics-title h2 {
  text-align:center;
  font-weight:900;
  color:#666666;
  font-size:2.5rem;
}

.topics-title h3 {
  font-weight:900;
  font-size:1.5rem;
  color:#9e98c5;
  text-align:center;
}

.topics-title h4 {
  margin-top:1.3rem;
  color:#000;
  text-align:center;
  font-weight:700;
  font-size:0.9rem;
}

header {
  height:100vh;
}

.purple-bg {
  background-color:#9e98c5;
}

.grey {
  background-color:#f2f2f2;
}

.reason h2 {
  color:#ff4b74;
  text-align:center;
  font-weight:900;
  font-size:2.5rem;
  margin-top:3rem;
  height:3rem;
  margin-bottom:1rem;
}

.reason h2.d-line {
  color:#ff4b74;
  text-align:center;
  font-weight:900;
  height:3rem;
  margin-bottom:1rem;
  font-size:1.8rem;
  margin-top:3.5rem;
  margin-bottom:0.5rem;
}

.reason h4 {
  color:#ff4b74;
  text-align:center;
  font-weight:900;
  font-size:1.2rem;
  padding-bottom:1.5rem;
  border-bottom:1px solid #ff4b74;
  margin-bottom:2rem;
}

.reason-box {
  background-color:#fff;
  border-radius: 5px;
}

.reason-box img {
  border-radius:5px 5px 0 0;
}

.reason-box h5 {
  color:#ff4b74;
  font-weight:700;
  font-size:1rem;
  text-align:center;
}

.reason-box h3 {
  color:#fff;
  background-color:#9e98c5;
  font-weight:900;
  font-size:1.3rem;
  padding:1.5rem 0;
  text-align:center;
}

.reason-box p{
  padding:1rem 1.5rem;
}

.reason_new h2 {
  background-color:#9e98c5; color:#fff; padding:1rem 0; text-align:center; border-radius:15px 15px 0 0; font-weight:200; font-size:1.5rem; position: relative; margin-bottom:0;
}
.reason_new h2 img {
width:40px; position: absolute; left:10px; top:10px;
}

.reason_new h3 {
  background-color: #ff4b74; color:#fff; padding:1rem 0; text-align:center; font-weight:900; font-size:1.4rem; position: relative; margin-bottom:0;
}

.reason_new h3 img {
  width:40px; position: absolute; left:10px; top:10px;
}

.reason_new h4 {
  border-radius:0 0 5px 5px; margin-bottom:0;
}

.reason_new h4 img {
  border-radius:0 0 15px 15px;
}

.reason_new h5 {
  font-weight:900; text-align:center; font-size:2rem; color:#ff4b74; border:2px solid #ff4b74; border-radius:15px; padding:1rem 0; margin:1rem 0; background-color:#fff;
}

.reason_new h5 img {
  margin-bottom:0.75rem;
  width:40px;
}

.btnbtn {
  text-align:center;
  background-color:#ff4b74;
  color:#fff;
  font-size:1.2rem;
  font-weight:700;
  border-radius: 30px;
  padding:1.3rem 0;
  display: block;
  width:60%;
  margin:0 auto;
  box-shadow: 5px 5px #ffe0e7;
}

.btnbtn span {
  font-size:0.8rem;
  font-weight:200;
}

.btnbtn:hover,
.btnbtn-mini:hover {
  color:#fff;
  text-decoration:none !important;
  background-color:#a71d3d;
}

.btnbtn-mini {
  font-size:0.8rem;
  font-weight:700;
  padding:0.5rem;
  width:auto;
  margin:0;
  box-shadow: 2px 2px #a71d3d;
  padding-right:0.7rem;
  padding-left:0.7rem;
  color:#fff !important;
}

#header{
/*はじめの高さを設定*/
height: 80px;
position: absolute;
width:100%;
font-weight:700;
font-size:0.8rem;
z-index:9999;
}

#header a {
color:#000;
}


#header a:hover {
text-decoration:underline;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
position: fixed;
z-index: 999;/*最前面へ*/
height:70px;
animation: DownAnime 0.5s forwards;
color:#000;
}

#header.HeightMin a {
color:#000;
}

.navbar {
padding:1rem;
background-color:#fff;
box-shadow: 3px 3px 10px #c2bcdb
}

.site-header {
padding:0 3rem;
}

.main {
height:100svh;
background-color:#fff;
}

.hero {
object-fit: cover;
height: 100%;
width: 100%;
}

.hero {
height:100svh;
}

.mantoman h2 {
color:#9e98c5;
font-weight:900;
font-size:1.5rem;
padding:3rem 0;
}

.mantoman h3 {
color:#ff4b74;
font-weight:900;
text-decoration:underline;
font-size:1.5rem;
padding:3rem 0;
line-height:150%;
}

.text-w {
color:#fff;
}

.ai h2 {
  color:#a594c0;
  font-family: 'Noto Serif JP', serif;
  font-size:3vw;
  padding-top:3rem;
  padding-left:2rem;
  padding-bottom:3rem;
}

.ai p {
  font-size:0.9rem;
  padding-left:2rem;
}





.accordion {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
position: relative;
width: 100%;
}
.accordion-title {
color: #666;
cursor: pointer;
font-weight:700;
font-size: 1rem;
padding: 1.5rem 1rem;
}
.accordion-content {
display: none;
padding: 10px 20px;
}
.accordion-content p {
font-size: 13px;
line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
background-color: #f2f2f2;
border-radius:5px;
}
/* 矢印 */
.accordion-title {
position: relative;
}
.accordion-title::after {
border-right: solid 2px #666;
border-top: solid 2px #666;
content: "";
display: block;
height: 8px;
position: absolute;
right: 25px;
top: 38%;
transform: rotate(135deg);
transition: transform .3s ease-in-out, top .3s ease-in-out;
width: 8px;
}
.accordion-title.open::after {
top: 45%;
transform: rotate(-45deg);
}



.accordion-title {
position: relative;
}

.accordion-title::after {
border-right: solid 2px #666;
border-top: solid 2px #666;
content: "";
display: block;
height: 8px;
position: absolute;
right: 25px;
top: 38%;
transform: rotate(135deg);
transition: transform .3s ease-in-out, top .3s ease-in-out;
width: 8px;
}
.accordion-title.open::after {
top: 45%;
transform: rotate(-45deg);
}

.customer-voice {
border:3px solid #9e98c5;
border-radius:5px;
padding:2rem;
font-size:0.9rem;
}

.customer-voice h2 {
color:#9e98c5;
font-weight:900;
font-size:1.2rem;
}

.customer-voice img {
  border-radius:50%;
  margin-bottom:2rem;
}

.flow-box {
background-color: #f2f2f2;
border-radius:5px;
font-size:0.8rem;
}

.flow-box h2 {
color:#666666;
font-size:1.5rem;
line-height:150%;
font-weight:900;
}

.flow-box h3 {
font-size:0.9rem;
font-weight:900;
color:#666666;
}

.service h3 {
text-align:center;
font-size:1.2rem;
font-weight:900;
}

.service h4 {
font-size:1.2rem;
font-weight:900;
}

.price-box {
background-color:#fff;
border-radius:5px;
padding:1.5rem;
}

.price-box h2 {
  color:#cccccc;
  font-weight:900;
  font-size:2.5rem;
  text-align:center;
  margin-bottom:1.5rem;
}

.price-box small {
  font-weight:900;
  font-size:70%;
}

.price-box h3 {
  text-align:center;
  color:#ff4b74;
  font-weight:900;
  font-size:1.3rem;
  margin-bottom:2rem;
}

.price-box h4 {
  text-align:center;
  color:#666;
  font-weight:900;
  font-size:1.5rem;
}

.price-box h4 span {
  font-size:140%;
}

.price-box h4 small {
  font-weight:900;
  font-size:70%;
}

.pink-price {
  color:#ff4b74;
  font-size:2.7rem !important;
  border:1px solid #ff4b74;
  padding:0 0.5rem;
}

.price-box02 {
  background-color:#fff;
  border-radius:5px;
  padding:1.5rem;
  text-align:center;
  }

.price-box02 h2 {
  color:#000;
  font-weight:900;
  font-size:1.4rem;
}

.price-box02 h2 span {
  font-size:150%;
}

.price-box02 h3 {
  color:#ff4b74;
  font-weight:900;
}

.price-box02 h3 small {
  font-weight:900;
  font-size:60%;
  color:#666;
}

.price-box02 h4 {
  color:#666;
  font-weight:900;
}

.price-box02 h4 span {
  font-size:80%;
}

.pink {
  color:#ff4b74;
  font-size:115% !important;
}

.price-box02 h5 {
  font-size:0.8rem;
}

.price-box03 {
  background-color:#fff;
  border-radius:5px;
  padding:0.5rem 1.5rem;
  text-align:center;
  }

.price-box03 dl {
  margin-bottom:0;
  font-weight:900;
  color:#000;
}

.price-box03 dt {
  text-align:left;
  font-size:1.3rem;
  padding-top:0.7rem;
}

.price-box03 dd {
  color:#ff4b74;
  font-size:2rem;
}



.or-box {
background-color:#ff4b74;
color:#fff;
font-weight:900;
border-radius:50%;
text-align:center;
width:70px;
height:70px;
position:absolute;
top:35%;
right:-35px;
font-size:20px;
padding-top:18px;
z-index:9998;
}

.swiper-slide img {
  max-width:100%;
  max-height:100%;
}

.swiper {
  margin-bottom:2.5rem;
}

.p-trainer-name {
  font-weight:900;
  color:#9e98c5;
  font-size:1.2rem;
}

.p-trainer-name img {
  border-radius:50%;
  margin-bottom:1.5rem;
}

.sarani {
  border:1px solid #fff;
  text-align:center;
  padding:0.5rem 0;
  margin:3rem 0;
  font-weight:900;
  font-size:2rem;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 70px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 50%);
  margin-bottom:0;
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: 'もっと見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #9e98c5;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 1s;
}
.cp_box input:checked + label {
	display: none ;
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	transition: all 0.5s;
}


main.form-con {
  margin-top:5.5rem;
}

.komekome {
  background-color:#f2f2f2;
  font-size:0.8rem;
}

.nec {
  color:red;
  font-weight:900;
  font-size:0.8rem;
}

#mailform h2 {
  text-align:center;
  font-weight:900;
  margin:3rem 0;
  font-size:1.5rem;
  color:#a594c0;
}

.privacy {
  font-size:0.8rem;
  line-height:150%;
}

.privacy h2 {
  font-weight:700;
  color:#333;
  font-size:1em;
  border-bottom:1px solid #ccc;
  padding-bottom:0.5rem;
  margin-bottom:1rem;
}

.privacy-box {
  margin-bottom:3rem;
}

#floatingmenu {
  font-weight: bold;
  font-size: 12px;
  padding-top:1svh;
  height:11svh;
  color: #fff;
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9997;
  text-align: center;
}

.fukidashi{
  position:relative;
  width:50%;
  background:#9e98c5;
  padding:20px;
  text-align:center;
  border:4px solid #9e98c5;
  color:#fff;
  font-weight:900;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  text-shadow:0px 1px 1px #ADADAD ;
}
.fukidashi:after,.fukidashi:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:50%;
}
.fukidashi:after{
  border-color: rgba(247, 221, 51, 0);
  border-top-width:20px;
  border-bottom-width:20px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-bottom-color:#9e98c5;
}
.fukidashi:before{
  border-color: rgba(30, 144, 255, 0);
  border-top-width:28px;
  border-bottom-width:28px;
  border-left-width:14px;
  border-right-width:14px;
  margin-left: -14px;
  margin-bottom: 4px;
  border-bottom-color:#9e98c5;
}

.fukidashi span {
  font-size:5rem;
  color:#ff4b74;
}

.cta {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 16vh;
  /* display: none; */
}

.cta__wrap {
  display: flex;
  flex-direction: column;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.cta__contact {
  background-color: #ff4b74;
  padding: 1rem 0 1.6rem;
  margin-bottom: 2.4rem;
  flex-direction: column;
  justify-content: center;
  animation: cta1 2s ease-in-out infinite;
}

.cta__contact, .cta__line {
  border-radius: 8px 0 0 8px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 4rem;
  display: flex;
}

.cta a {
  transition: all .3s ease-out;
}

.cta p {
margin:0;
}

.cta__contact .small {
  font-size: 0.8rem;
  margin-left: 4px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B";
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: rgb(255, 226, 0);
  font-weight:900;
}

.cta__contact .large {
  font-size: 1rem;
  font-family: "A+EqpB-游ゴシック体 Pr6N B";
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  font-weight:900;
}

.cta__line {
  background-color: #fff;
  padding: 1rem 0;
  align-items: center;
  animation: cta2 2s ease-in-out infinite;
  font-weight:900;
}

.cta__line p {
  font-size: 1rem;
  font-family: "A+EqpB-游ゴシック体 Pr6N B";
  line-height: 1.3;
  color: rgb(19, 188, 110);
}

.cta__line img {
width:2rem;
margin-bottom:0.5rem;
}
.cta a:hover {
text-decoration:none;
}

.recruit h3 {
  text-align:center;
  font-weight:900;
  font-size:1.2rem;
  margin-bottom:3rem;  
}

.recruit2 h4 {
  margin-top:3rem;
  text-align:center;
  font-weight:900;
  font-size:1.5rem;
  margin-bottom:3rem;
}

.recruit2 h4 span {
  background-color:#9e98c5;
  padding:0.5rem;
  color:#fff;
}

.recruit3,
.recruit4 {
  margin-top:8rem;
}

.recruit3b {
  padding:5rem 0;
  color:#fff;
}

.recruit3b h3 {
  font-weight:900;
  text-align:center;
  margin-bottom:2rem;
}

.recruit2 h2,
.recruit3 h2,
.recruit4 h2 {
  color:#666;
  font-weight:900;
  text-align:center;
  margin-bottom:3rem;
  margin-top:3rem;
}

.recruit2 h3 {
  font-weight:900;
  border-bottom:1px dotted #ccc;
  padding-bottom:1rem;
  margin-bottom:1rem;
  text-align:center;
  color:#9e98c5;
}

.recruit2-box01 {
  border:1px solid #9e98c5;
  border-radius:15px;
  padding:1.5rem;
  background-color:#f2f2f2;
}

.recruit2-box02 {
  border:1px solid #9e98c5;
  border-radius:15px;
  padding:1.5rem;
  background-color:#9e98c5;
  color:#fff;
}

.recruit2-box02 h3 {
  color:#fff;
}

.recruit3b-box {
  border:1px solid #fff;
  padding:1.5rem;
}

.whats00 {
  background:url(../img/whats00b.jpg) no-repeat left center;
  background-size:cover;
  height:100%;
}

.whats01 {
  background:url(../img/whats01b.jpg) no-repeat center center;
  background-size:cover;
  height:100%;
}

.whats02 {
  background:url(../img/whats02b.jpg) no-repeat center center;
  background-size:cover;
  height:100%;
}

.whats03 {
  background:url(../img/whats03b.jpg) no-repeat center center;
  background-size:cover;
  height:100%;
}

.whats-icon {
  padding:3rem 0 1rem 1rem;
}


@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.7rem;
padding-left: 0.7rem;
}
}
@media (max-width: 768px) {

.main {
  margin-top:5rem;
  height:40svh;
}
.hero {
  height:40svh;
  }

  .cta {
    position: fixed;
    z-index: 99;
    right: 50%;
    transform: translatex(50%);
    bottom:3.5svh;
    /* bottom: calc((15 / 375) * 100vw); */
}

.cta__wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta__contact {
    padding: calc((8 / 375) * 100vw);
    margin-bottom: 0;
    margin-right: calc((16 / 375) * 100vw);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta__contact, .cta__line {
    position: relative;
    border-radius: calc((30 / 375) * 100vw);
    writing-mode: horizontal-tb;
    width: calc((163 / 375) * 100vw);
    height: calc((46.51 / 375) * 100vw);
    display: flex;
}

.cta__contact .small {
    font-size: calc((9 / 375) * 100vw);
    margin-left: 0;
}

.cta__contact .large {
    font-size: calc((13 / 375) * 100vw);
}

.cta__contact::after {
    right: calc((12 / 375) * 100vw);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.cta__contact::after, .cta__line::after {
    position: absolute;
    content: '';
    width: calc((6 / 375) * 100vw);
    height: calc((6 / 375) * 100vw);
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
}

.cta__line {
    padding: calc((2 / 375) * 100vw) 0 0 calc((12 / 375) * 100vw);
}

.cta__line p {
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.416666;
}

.cta__line img {
  width:2rem;
  padding-right:0.5rem;
}
}


@media (max-width: 599px) {
  main {
    margin-bottom:10rem;
  }

  .btnbtn-mini {
    display:none;
  }
  .or-box {
    top:95%;
    right:40%;
  }

  .topics-title h2 {
    font-size:1.2rem;
  }

  .topics-title h3 {
    font-size:1rem;
  }

  .whats-panel,
  .whats-panel-sub   {
    font-size:0.8rem;
  }

  .whats-panel h2   {
    font-size:1.7rem;
  }

  .whats-panel-sub h2 {
    font-size:2rem;
  }

  .whats-panel img {
    border-radius:10px 10px 0 0;
    margin-bottom:1.5rem;
  }

  .whats-panel h3,
  .whats-panel-sub h3 {
    font-size:1.5rem;
  }

  .topics-title {
    margin-top:4rem;
  }

  .reason-box h3 {
    font-size:1rem;
  }

  .reason h2 {
    font-size:1.5rem;
    height:2.5rem;
    margin-bottom:0;
    margin-top:1rem;
  }

  .reason h2.d-line {
    font-size:1.5rem;
    height:5rem;
    margin-bottom:0;
    margin-top:1rem;
  }

  img.head-logo {
    width: 200px;
  }

  .navbar-toggler {
    border:0;
  }

  .btnbtn {
    width:auto;
    font-size:1rem;
    padding:0.5rem 0;
  }

  .mantoman h3 {
    font-size:1rem;
    padding:1.5rem 0;
  }

  .sarani {
    font-size:1.5rem;
    margin:0 0 2rem 0;
  }

  .pink-price {
    font-size:2.2rem !important;
  }

  .price-box h4 {
    line-height:200%;
  }

  .intro-message h2 {
    font-size:2rem;
    text-align:center;
    line-height:150%;
  }

  .intro-message span span {
    font-size:3.5rem;
  }

  .intro-message h3 {
    text-align:center;
    font-size:2rem;
    line-height:130%;
    margin-top:2rem;
  }

  .ai h2 {
    font-size:1.5rem;
    padding-left:0;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }
  
  .ai p {
    font-size:1rem;
    padding-left:0;
  }

  .customer-voice {
    padding:1rem;
  }

  .accordion-item .accordion-title {
    font-size:0.8rem;
  }

  .main {
    margin-top:0;
    height:85svh;
  }

  .hero {
    height:85svh;
  }

    .intro-message {
      padding:10vw 0 0 0;
    }

    .cp_box .cp_container {
      height:300px;
    }

    .cp_box label {
      height:150px;
    }

    .reason_new h2,
    .reason_new h3 {
      font-size:1.2rem;
    }

    .reason_new h2 img,
    .reason_new h3 img {
      width:30px;
    }

    .reason_new h5 {
      font-size:1.3rem;
    }

    .fukidashi {
      width:100%;
    }

    dd {
      padding-left:3rem;
    }

    .recruit2 h2, .recruit3 h2, .recruit4 h2,
    .recruit2 h3, .recruit3b h3 {
      font-size:1.2rem;
    }

    .recruit2 h4 {
      font-size:1rem;
      margin-top:0;
      margin-bottom:0;
    }

    .whats00,
    .whats01,
    .whats02,
    .whats03 {
      height:20rem;
    }

    .whats-icon {
      padding:1rem 0 1rem 0;
    }

    .whats-icon img {
      margin-bottom:0.5rem;
    }

    .vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
      top:3svh;
    }

    .navbar {
      padding:0.5rem 1rem;
    }

    .price-box03 dd {
      padding:0;
    }

    .recruit4 dd {
      padding-left:3rem;
    }
  }

  @keyframes cta1 {
    0%{
      box-shadow: none;
    }
    33%{
      box-shadow: 0 0 0 3px rgba(234, 85, 50, 0.5);
    }
    66% {
      box-shadow: 0 0 0 6px rgba(234, 85, 50, 0.2);
    }
    100%{
      box-shadow: none;
    }
  }
  @keyframes cta2 {
    0%{
      box-shadow: none;
    }
    33%{
      box-shadow: 0 0 0 3px rgba(19, 188, 110, 0.5);
    }
    66% {
      box-shadow: 0 0 0 6px rgba(19, 188, 110, 0.2);
    }
    100%{
      box-shadow: none;
    }
  }