@charset "UTF-8";
/* CSS Document */
.tab_none{display:none!important;}

.m_mt30{
	margin-top:30px!important;}


.anchor_point{
    padding-top: 95px;
    margin-top: -95px;
}
		

@media print{
body {
    font-size: 14px!important;
	line-height:1.3!important;
    
}
    
    .subpage_content_flex_left,
    header,
    footer{
        display: none!important;
    }
    
    
}


/*------------------------------*/
html{
    font-size: 57.5%;
}
body{
font-size:1.6rem!important;
	}
/*------------------------------*/


.verticalSwiper_body {
    width: 410px;
  }
  
  .verticalSwiper_body_inner,
  .verticalSwiper_body_inner2 {
    width: 200px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  /* スライド全体を縦に並べる */
  .swiper-wrapper {
    animation: scrollVertical 40s linear infinite;
  }
  
  .verticalSwiper2 .swiper-wrapper {
    animation: scrollVerticalReverse 40s linear infinite;
  }
  
  /* スライド要素 */
  .swiper-slide {
    height: 230px; /* 高さを調整 */
  }

  .swiper-slide img {
    width: 200px;
    border-radius: 14px;
  }

  .product_flow_grid_left{
    padding-top: 15px;
  }

  canvas#myCanvas {
    max-width: 708px;
}
.hero-text-container{
  transform: scale(1.45);
}
.hero-content {
  gap: 40px;
}



.toppage_recruit_section{
  padding: 50px 0 55px;
  &::before{
    background-size: 1300px;
  }
}
.toppage_recruit_lead img {
  width: 350px;
}

.recruit_what_section_pic {
  bottom: -30px;
  height: calc(100% - 250px);
}
.recruit_people_section.mt120 {
  margin-top: 20px!important;
}