.hello_img {
    width: 13em;
    
}

.bottom_block {
    position: absolute;
    bottom: 8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: -1;
}

.bottom_block.fix {
  position: fixed;
}

.description {
    color: #ffffff;
    font-size: 0.75em;
    text-align: center;
    margin-bottom: 1em;
}

.bottom_block.reg {
  bottom: 2.5em;
}

.description a {
    font-size: 1em;
}

/* #cont_2 {
    display: none;
} */

.start_slider_image {
    width: 6.25em;
}


.progress-circle {
    width: 5em;
    height: 5em;
    margin-bottom: 1em;
  }
  
  .circle-svg {
    width: 100%;
    height: 100%;
    /* transform: rotate(-90deg); */
  }
  
  .bg {
    fill: none;
    stroke: #363434;
    stroke-width: 1;
  }
  
  .progress {
    fill: none;
    stroke: #F99963;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 100;
    /* stroke-dashoffset: calc(100 - (1 / 6) * 100); */
    transition: stroke-dashoffset 0.5s ease;
  }
  
  .progress-text {
    fill: #F99963;
    font-size: 0.6em;
    font-family: sans-serif;
  }




  .slider_taro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    gap: 0.5em;
    margin-top: 1em;
  }

  .slider_taro_slides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    box-sizing: border-box;
  }

  .slider_taro_slide_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: center;
    position: relative;
    box-sizing: border-box;
    /* height: 100%; */
  }

  .slider_taro_slide_block:active {
    filter: grayscale(50%);
  }

  .slider_taro_slide_block img {
    width: 100%;
    position: relative;
  }

  .slider_taro_slide_text_block {
    width: 100%;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: center;
    box-sizing: border-box;
    padding: 0.5em;
  }

  .slider_taro_slide_title {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
    
  }

  .slider_taro_slide_desc {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 0.75em;
    color: #C2C1C1;
  }


.main_info_between {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding: 1em 0;
  box-sizing: border-box;
  position: relative;
}

.main_info_between:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/start_page/more_info-3LyWO9B.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  box-sizing: border-box;
  }

.main_info_between_pad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.25em;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  position: relative;
}

  .main_info_between_title {
    color: #fff;
    font-size: 0.75em;
    text-align: left;
  }

  .main_info_between_desc {
    color: #C2C1C1;
    font-size: 0.5em;
    text-align: left;
    width: 60%;
  }

  .main_info_between button {
    width: 30%;
    border: 50px;
    font-size: 0.5em;
    margin-top: 0.7em;
    font-weight: 600;
    pad: 0.5em;
  }

