@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap');

html{
  scroll-behavior: smooth;
}

body{
  height:100vh;
  width: 100%;
  background-image: linear-gradient(150deg, #fff7f7 33%, #fdd6aa);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

/* scroll */
.scroll_up{
  transition: 0.7s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on{
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left{
  transition: 0.7s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_right{
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.wrap {
  width: 100%;
}

.main__wrap{
  /* background-image: linear-gradient(0deg, #ffffc8, #ffeed6 74%); */
  background-image: linear-gradient(0deg, #FFFAFA , #ffeed6 74%);
  /* #FFFAFA */
  height: 50vh;
}

.main__inner{
  display: flex;
  justify-content: space-between;
}

.main-visual{
  width: 60%;
  height: auto;
}

.main-visual img{
  width: 100%;
  height: auto;
}

.main-title{
  width: 100%;
  font-size: 30px;
  line-height: 140%;
  /* letter-spacing: 3px; */
  margin: 50px 0 15px 20px;
  background: -webkit-linear-gradient(-30deg, #ffaa32 25%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-style: italic;
  font-family: "Kaisei HarunoUmi", serif;
  white-space: nowrap;

  position: relative;
  z-index: 2;
}

.title-text{
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 4px;
  font-weight: 400;
  margin-left: 20px;
  white-space: nowrap;
}

/* ----------------------- */
.fv-inner {
  width: 100%;
  height: 40vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.fv-image {
  width: 55%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fv-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* ----------------------- */

.intro__wrap{
  background-image: url(../images/dot.png);
  background-size: cover;
  background-position:top center;
  background-repeat: no-repeat;
  aspect-ratio: 448 / 659;
  margin-bottom: 100px;
}

.intro__biz{
  width: 20%;
  height: auto;
  margin: 30px 30px 30px auto;
}

.intro__biz img{
  width: 100%;
  height: auto;
}

.intro__inner{
  position: relative;
  display: inline-block;
  width: 100%;
  padding:26px 0 0 0;
}

.sparkle{
  position: absolute;
  top: -3px;
  right: 30px;
  width: 35px;
}

.sparkle2{
  position: absolute;
  bottom: 30px;
  left: 28px;
  width: 50px;
}

.intro-title{
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 50px auto;
  background: -webkit-linear-gradient(0deg, #ffaa32 20%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.intro-text{
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
}

.intro-img{
  width: 75%;
  height: auto;
  margin: 35px auto 80px auto;
}

.intro-img img{
  width: 100%;
  height: auto;
}


.section__title{
  font-size: 23px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.actual__subtitle{
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  background: -webkit-linear-gradient(0deg, #ffaa32 25%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.actual__list{
  width:50%;
  height: auto;
  margin: 0 auto;
}

.actual__list img{
  width:100%;
  height: auto;
  margin-bottom: 70px;
}

.actual__text{
  font-size: .75rem;
  line-height: 200%;
  text-align: center;
  font-weight: 500;
}

.actual__text2{
  font-size: 1.1rem;
  text-align: center;
  color: #fa4696;
  font-weight: 700;
}

.project__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 95px 0 150px;
}

.project{
  width: 75%;
  border-radius: 33px;
  padding: 17px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 0;
}

.project::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 33px;
  padding: 5px;
  background: linear-gradient(35deg,#ffaa32 10%,#ff648c);
  mask:linear-gradient(#000 0 0) content-box,
  linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.project__title{
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.divider{
  height: 2.5px;
  background: #ffaa32;
  margin: 12px 0;
}

.project__inner{
  display: flex;
  align-items: center;
  gap: 12px;
}

.project__img{
  width: 38%;
  height: auto;
}

.project__img img {
  width:100%;
  height: auto;
}

.project__text{
  text-align: center;
  width: 70%;
}

.products-name {
  font-size: 18px;
  margin-bottom: 18px;
  background: -webkit-linear-gradient(0deg, #ffaa32 25%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.products-result{
  font-size: 13px;
  line-height: 130%;
  white-space: nowrap
}

.result{
  font-size: 15px;
  background-color: #ff8451;
  padding: 2px 8px;
  border-radius: 6px;
  color: #FFFAFA;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.asterisk{
  color:#333;
  font-size: 13px;
}

.operation__menu{
  margin-top: 50px;
  margin-bottom: 100px;
}

.operation__list{
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.schedule__gril{
  background-image: url(../images/bg_lightblue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top center;
  padding-top: 50px;
  aspect-ratio: 448 / 300;
}

.girl2{
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.girl2 img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.schedule__inner{
  width: 100%;
  height: auto;
  background-color: #ffffc8;
}

.operation__list img,.schedule__inner img{
  width: 100%;
  height: auto;
}

.features__wrap{
  background-image: url(../images/triangle_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top center;
  aspect-ratio: 448 / 835;
}


.features-title{
  font-size: 23px;
  line-height: 140%;
  letter-spacing: 2px;
  text-align: center;
  padding: 60px 0 20px 0;
  background: -webkit-linear-gradient(0deg, #ffaa32,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.features__list{
  width: 80%;
  height: auto;
  margin: 30px auto 50px auto;
}

.features__list img{
  width: 100%;
  height: auto;
}

.features__text{
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin: 60px auto;
}

.features__text2{
  font-size: 1.3rem;
  line-height: 150%;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #ffaa32,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* 問題 */
.trouble-bg{
  background-image: url(../images/bg_blue_dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top center;
  padding-top: 80px;
  margin-top: 100px;
  aspect-ratio: 448 / 808;
}

.section__girl{
  width: 55%;
  height: auto;
  margin: 40px auto 0 auto;
}

.section__girl img{
  width: 100%;
  height: auto;
}

.trouble__list1{
  width: 80%;
  height: auto;
  margin: -8px auto 25px auto;
}

.trouble__list{
  width: 80%;
  height: auto;
  margin: 0 auto 25px auto;
}

.trouble__list1 img,.trouble__list img{
  width: 100%;
  height: auto;
}


.solution__inner{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.sparkle3{
  transform: scale(-1, 1);
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 45px;
}

.sparkle4{
  transform: scale(1, -1);
  position: absolute;
  top: 18px;
  left: 55px;
  width: 48px;
}

.solution__text{
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: center;
  margin: 35px auto 40px auto;
  font-weight: 600;
}

.solution__text2{
  font-size: 20px;
  background: -webkit-linear-gradient(0deg, #ffaa32 20%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.solution-img{
  width: 100%;
  height: auto;
}

.solution-img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.acc__wrap{
  margin:-74px auto 0;
  padding-bottom: 50px;
  background-image: url(../images/bg_acc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  aspect-ratio: 448 / 820;
  position: relative;
  z-index: 10px;
}

details{
  width: 100%;
}

summary{
  list-style: none;
}

summary::-webkit-details-marker{
  display: none;
}

.details-summary {
  width: 35%;
  text-align: center;
  margin: 15px auto;
	cursor: pointer;
  padding: 10px 0 13px;
	border-radius: 100px;
	font-size: 23px;
  background-color: #ffb464;
  color: #fff;
  font-weight: 600;
}

/* hover */
.details-summary:hover{
  background-color: #ff96c8;
}

.acc-menu{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40%;
  margin: 0 auto;
}

.details{
  padding: 0;
}

.acc__list{
  width: 34%;
  height: auto;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.acc__list img{
  width: 100%;
  height: auto;
}

.acc-name{
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  border-radius: 50px;
  background-color: #fff;
  padding: 8px 1px;
  width: 168px;
  height:12px;
  line-height: 14px;
}

.step{
  margin: 60px auto 95px auto;
  text-align: center;
}

.step__title{
  color: #ff6fae;
  font-size: 20px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(0deg, #FF8CA0 35%, #ff41f2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.step__text{
  font-size: 16px;
  font-weight: 300;
}

.qanda__wrap{
  width: 100%;
  height: auto;
  background-color: #ffffea;
  padding-bottom: 50px;
}

.qanda__title{
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding: 16px 0;
  background-color: #fa4696;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
}

.qanda__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fa4696 transparent transparent;
  translate: -50% 100%;
}

.qanda__inner{
  width: 80%;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  margin: 30px auto 50px;
}

.qanda-row{
  display: flex;
  gap: 20px;
  align-items: center;
}

.qanda-mark{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  min-width: 32px;
}

.q{
  background: linear-gradient(135deg, #ffaa32 40%, #ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.a{
  background: linear-gradient(135deg, #ff6fb1 40%, #ff3bd4);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.q-text{
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.a-text{
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.qanda-divider{
  border-top: 2px dotted #ff6fb1;
  margin: 16px 0;
}

.contact{
  margin: 70px auto 100px auto;
  letter-spacing: 4px;
}


.contact__inner{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* totop */
button{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(175px);
  bottom: 30px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  transition: .2s;
}

button p{
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
  height: 85px;
  margin: 0;
  letter-spacing: 5px;
  text-align: right;
  color:#ffaa32;
  font-weight: 700;
}

button p:before{
  content: "";
  position: absolute;
  top: 34px;
  right: -5px;
  width: 2px;
  height: 20px;
  background: #ffaa32;
  transform: skewX(-150deg);
}

button p:after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 2px;
  height: 53px;
  background: #ffaa32;
}

.consult{
  background-image: radial-gradient(circle at 100% 0%, #d0415b 45%,#ffbff5);
}

.download{
  background-image: radial-gradient(circle at 100% 0%, #ff8741 45%,#fff58c);
}

.is-active{
  opacity: 1;
  visibility: visible;
}

footer{
  background-color: #ffffea;
  padding: 20px 0;
}

footer p{
  font-size: 12px;
  text-align: center;
  color: #333;
}

.footer__address{
  margin: 13px auto 20px;
}

.footer__policy a:link{
  color:#333;
  text-decoration: underline;
}

.footer__policy a:visited{
  color:#333;
  text-decoration: underline;
}

.footer__copyright{
  margin: 3px 0;
  font-size: 10px;
}


.btn__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 20px auto;
}



/* pc */
@media screen and (min-width:1081px) {
  .left {
    width: calc((100% - 448px) / 2);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
  }

  .right {
    width: calc((100% - 448px) / 2);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
  }

   .center {
    width:448px ;
    background-color: #FFFAFA;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* tb・sp_header */
   header,.menu,.btn__wrap-mainsp{
    display: none;
  }

  /* left-logo */
  .header__wrap-left{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .header__logo-wrap{
    width: 45%;
    height: auto;
  }

  .header__logo{
    width: 100%;
    height: auto;
  }

  .btn__wrap{
    height: 90vh;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }

  .btn-label{
    position: absolute;
    top: -16px;
    width: 150px;
    height: 16px;
    line-height: 16px;
    background: #FFF095;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 999px;
    z-index: 2;
    text-align: center;
  }

  .btn__text:link{
    content: "";
    display: block;
    width: 230px;
    height: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }

  .btn__text:visited{
    content: "";
    display: block;
    width: 230px;
    height: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }

  .btn__text:hover{
    opacity: .8;
  }
}


/* tb */
@media screen and (min-width:600px) and (max-width:1080px) {
  .left{
    width: calc((100% - 448px) / 2);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
  }

  .right{
    width: calc((100% - 448px) / 2);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
  }

  .center {
    width: 448px;
    background-color: #FFFAFA;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  header,.btn__wrap-mainsp{
    display: none;
  }

   /* left-logo */
  .header__wrap-left{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  
  .header__logo-wrap{
    width: 75%;
    height: auto;
  }

  .header__logo{
    width: 100%;
    height: auto;
  }

  .btn__wrap{
    height: 90vh;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }

  .btn-label{
    position: absolute;
    top: -14px;
    width: 130px;
    height: 13px;
    line-height: 13px;
    background: #FFF095;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 2px;
    border-radius: 999px;
    z-index: 2;
    text-align: center;
  }

  .btn__text:link{
    content: "";
    display: block;
    width: 165px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }

  .btn__text:visited{
    content: "";
    display: block;
    width: 165px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }

  .btn__text:hover{
    opacity: .8;
  }
}


/*  sp */
@media screen and (max-width:599px) {
  .left,.right{
    display: none;
  }

  .center {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #FFFAFA;
  }

  .main__wrap{
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .header__wrap2{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #FFFAFA;
    position: fixed;
    z-index: 999;
  }

  .header__logo2{
    width: 40%;
    height: auto;
    margin-left: 20px;
  }

  .header__logo2 img{
    width: 100%;
    height: auto;
  }

  .menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 120;
    margin: 0 auto;
  } 

  .menu__line{
    background: #ffaa32;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }

  .menu__line--center{
    top: 9px;
  }

  .menu__line--bottom{
    bottom: 0;
  }

  .menu__line--top.active{
    top: 8px;
   transform: rotate(45deg);
   background: #ffaa32;
  }

  .menu__line--center.active{
    transform:scaleX(0);
  }

  .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #ffaa32;
  }

  .full-screen-nav{
    background: rgb(255, 250, 250,84%);
    display: none;
    height: 100%;
    position: fixed;
    top:0;
    width: 100%;
    z-index:111;
  }

  .gnav__wrap{
    align-items:center;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .btn__inner-sp{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 50px;
  }

  .intro__inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0 0 0;
  }

  .sparkle{
    position: absolute;
    top:3px;
    right: 20px;
    width: 20px;
  }

  .sparkle2{
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 35px;
  }

  .intro-title{
  font-size: 1.15rem;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 50px auto;
  background: -webkit-linear-gradient(0deg, #ffaa32 20%,#ff648c);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

  .project__title{
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  }

  .schedule__gril{
    background-image: url(../images/bg_lightblue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    padding-top: 50px;
    aspect-ratio: 448 / 698;
    padding-bottom: 5px;
  }

  .girl2{
    width: 60%;
    height: auto;
    margin: 0 auto -8px auto;
    z-index: -1;
  }

  .girl2 img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .solution__inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
  }

  .sparkle3{
    transform: scale(-1, 1);
    position: absolute;
    bottom: 18px;
    right: 30px;
    width: 35px;
  }

  .sparkle4{
    transform: scale(1, -1);
    position: absolute;
    top: 18px;
    left: 30px;
    width: 38px;
  }

  .qanda__inner{
    width: 75%;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    margin: 30px auto 50px;
  }

  .q-text{
    font-size: 15px;
    line-height: 150%;
    font-weight: 500;
  }

  .a-text{
    font-size: 13px;
    line-height: 150%;
    font-weight: 500;
  }


  /* totop */
  button{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(calc(50vw - 53px));
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: none;
    transition: .2s;
    bottom: calc(env(safe-area-inset-bottom) + 40px);
  }

  .mainsp-inner{
    margin-top: 30px !important;
  }

  .btn-label{
    position: absolute;
    top: -16px;
    width: 175px;
    height: 16px;
    line-height: 16px;
    background: #FFF095;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 999px;
    z-index: 2;
    text-align: center;
  }

  .btn__text:link{
    content: "";
    display: block;
    width: 250px;
    height: 12px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }

  .btn__text:visited{
    content: "";
    display: block;
    width: 250px;
    height: 12px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 999px;
    text-decoration: none;
  }
}