.index-entry_btn2 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-shadow: 0px 0px 3px #cccccc;
  background-color: rgba(100, 100, 100, 0.8);
  border-radius: 99px;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
  min-width: 300px;
  padding: 14px 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* margin-top:330px */
}
/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn2 {
    width: 100%;
    min-width: inherit;
    padding: 12px 10px;
  }
}

.index-entry_btn2::before {
  color: #ffffff;
  content: "";
  background: #d2ef44; /* #ec411e; */
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.index-entry_btn_txt2 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn_txt2 {
    font-size: 28px;
  }
}

/* --------------------------------------- */
@media screen and (min-width: 769px) {
  .index-entry_btn2:hover::before {
    content: "";
    width: 100%;
    right: auto;
    left: 0;
  }
}

.index-entry_btn3 {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-shadow: 0px 0px 3px #cccccc;
  background-color: rgba(100, 100, 100, 0.8);
  border-radius: 99px;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
  min-width: 300px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-right: 30px;
}
/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn3 {
    width: 100%;
    min-width: inherit;
    padding: 22px 10px;
  }
}

.index-entry_btn3::before {
  color: #ffffff;
  content: "";
  background: #d2ef44; /* #ec411e; */
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.index-entry_btn_txt3 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.comind {
  margin: 0 10px 0 500px;
}

.index-entry_btn4 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-shadow: 0px 0px 3px #cccccc;
  background-color: rgba(100, 100, 100, 0.8);
  border-radius: 99px;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
  min-width: 300px;
  padding: 14px 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* margin-top:330px */
  margin-top: 100px;
}
/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn4 {
    width: 100%;
    min-width: inherit;
    padding: 12px 10px;
  }
}

.index-entry_btn4::before {
  color: #ffffff;
  content: "";
  background: #04a1af; /* #ec411e; */
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.index-entry_btn_txt4 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn_txt4 {
    font-size: 28px;
  }
}

/* --------------------------------------- */
@media screen and (min-width: 769px) {
  .index-entry_btn4:hover::before {
    content: "";
    width: 100%;
    right: auto;
    left: 0;
  }
}

.index-entry_btn5 {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0px 0px 3px #cccccc;
  background-color: rgba(100, 100, 100, 0.8);
  border-radius: 99px;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
  padding: 14px 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn5 {
    width: 100%;
    min-width: inherit;
    padding: 12px 10px;
  }
}

.index-entry_btn5::before {
  color: #ffffff;
  content: "";
  background: #d2ef44; /* #ec411e; */
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.index-entry_btn_txt5 {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* --------------------------------------- */
@media screen and (max-width: 768px) {
  .index-entry_btn_txt5 {
    font-size: 28px;
  }
}

/* --------------------------------------- */
@media screen and (min-width: 769px) {
  .index-entry_btn5:hover::before {
    content: "";
    width: 100%;
    right: auto;
    left: 0;
  }
}
