@charset 'utf-8';

html{
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: initial;
}
@media print,screen and (max-width: 1024px) {
	html, body, header, .header{
/*		scroll-behavior: smooth !important;*/
/*		height: -webkit-fill-available;*/
/*		min-height: 100vh;*/
	}
}
body{
	overflow-y: visible;
	overflow-x: visible;
}
html,body,header{
}
#container .inner > * {
	width: 100%;
}
@media print, screen and (max-width: 1180px) and (min-width: 768px) {
	#container .inner {
		margin-left: auto;
		margin-right: auto;
	}
}
#content{
/*	overflow: hidden;*/
}
#footer{
	margin-top: -1px;
}

/* =========================================================
Loading
========================================================= */
@keyframes loading__text__move{
	0%{
		left: 0;
		opacity: 0;
	}
	35%{
		left: 41%;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	65%{
		left: 59%;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	100%{
		left: 100%;
		-webkit-transform: rotate(-180deg);
		   -moz-transform: rotate(-180deg);
		     -o-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		opacity: 0;
	}
}
@-webkit-keyframes loading__text__move{
	0%{
		left: 0;
		opacity: 0;
	}
	35%{
		left: 41%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	65%{
		left: 59%;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	100%{
		left: 100%;
		-webkit-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		opacity: 0;
	}
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  0% {
    transform: rotate(-22.5deg);
  }
  100% {
    transform: rotate(-382.5deg);
  }
}
#preloader{
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: center;
	-webkit-align-items: center;
	visibility: visible;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	background-color: var(--main-color);
	overflow: hidden;
	gap: 40px;
}
.loading__text{
	position: relative;
	overflow: visible;
	width: 600px;
	height: 36px;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.loading__gear{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
}
.loading__gear .gear{
	width: 80px;
	height: 80px;
	backface-visibility: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../../svg/home/preloader_gear.svg);
}
.loading__gear .gear:nth-child(1) {
  animation: rotate-left 3s infinite linear;
}
.loading__gear .gear:nth-child(2) {
  animation: rotate-right 3s infinite linear;
}
.loading__text div{
	position: absolute;
	font-size: 20px;
	width: 20px;
	height: 36px;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-animation: loading__text__move 2s linear infinite;
	   -moz-animation: loading__text__move 2s linear infinite;
	     -o-animation: loading__text__move 2s linear infinite;
	        animation: loading__text__move 2s linear infinite;
	opacity: 0;
	color: var(--main-color--font1);
}

.loading__text div:nth-child(2){
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	     -o-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.loading__text div:nth-child(3){
	-webkit-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	     -o-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
.loading__text div:nth-child(4){
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	     -o-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.loading__text div:nth-child(5){
	-webkit-animation-delay: 0.8s;
	   -moz-animation-delay: 0.8s;
	     -o-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}
.loading__text div:nth-child(6){
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	     -o-animation-delay: 1s;
	        animation-delay: 1s;
}
.loading__text div:nth-child(7){
	-webkit-animation-delay: 1.2s;
	   -moz-animation-delay: 1.2s;
	     -o-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
@media only screen and (max-width: 767px){
	.loading__text{
		width: 400px;
	}
}

/* =========================================================
mov-header
========================================================= */
#mov-header{
	overflow: hidden;
	width: 100%;
}
@media print,screen and (min-width: 768px) {
	#mov-header{
	}
}
@media print,screen and (max-width: 1024px) {
	#mov-header{
	}
}


/* =========================================================
concept
========================================================= */
#concept {
	padding-bottom: 60px;
}
#container .concept__inner {
  padding-top: 112px;
  padding-bottom: 113px;
}
@media only screen and (max-width: 767px){
	#container .concept__inner {
	  padding-bottom: 60px;
	}
}
.concept__info {
	position: relative;
	z-index: 2;
	padding-right: 320px;
}
@media only screen and (max-width: 767px){
	.concept__info {
		padding-right: 0;
	}
}
.concept_info--title {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}
.concept_info--p {
	margin-top: 47px;
	position: relative;
	z-index: 1;
}
.concept__slide {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	position: relative;
}
.concept__slide:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 0;
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color--font6);
}
@media print,screen and (min-width: 1401px) {
	.concept__slide:before {
    top: calc(120 / (1400 + var(--sc__width)) * 100 * 1vw);
  }
}
.concept__slide--title {
  margin: 0 0 0 calc((100% - 1140px) / 2);
  width: 280px;
  padding: 0;
  text-align: left;
}
.concept_info--img{
	width: 369px;
	height: auto;
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: 271px;
	z-index: 0;
	cursor:default;
	pointer-events: none;
}
@media only screen and (max-width: 1180px) and (min-width: 768px){
	.concept_info--img{
		left: unset;
		right: -70px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px){
	.concept_info--img {
		width: calc(200 / (360 + var(--sc__width)) * 100 * 1vw);
		position: static;
		margin: 30px 0 0 auto;
	}
}
@media print, screen and (max-width: 1168px) and (min-width: 768px) {
	.concept__slide--title {
	  margin-left: 20px;
	}
}
.concept__slide__title {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column-reverse nowrap;
	-webkit-flex-flow: column-reverse nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 23px;
	margin-top: -5px;
}
.concept__slide__title--jp {
}
.concept__slide__title--en {
	letter-spacing: 0;
}
@media only screen and (max-width: 767px){
	.concept__slide {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	.concept__slide__title {
		padding: 0 20px;
	  margin: 0 0 30px;
	}
	.concept__slide--title{
		width: 100%;
		margin: 0;
	}
}


/* =========================================================
concept_slider
========================================================= */
#concept_slider {
	width: calc((100% - 320px) - ((100% - 1140px) / 2));
}
@media print, screen and (max-width: 1168px) and (min-width: 768px) {
	#concept_slider {
		width: calc(100% - 280px);
	}
}
#concept_slider .splide__track .splide__list .splide__slide {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#concept_slider .splide__track .splide__list .splide__slide .concept_slide_link{
  display: block;
  width: 100%;
  opacity: 1 !important;
}
@media only screen and (min-width: 768px){
	#concept_slider .splide__track .splide__list .splide__slide .concept_slide_link{
		height: 100%;
	}
}
#concept_slider .splide__track .splide__list .splide__slide .concept_slide_title {
	position: relative;
	z-index: 2;
	-webkit-transition: opacity 0.8s ease 0.5s;
	        transition: opacity 0.8s ease 0.5s;

}
#concept_slider .splide__track .splide__list .splide__slide .concept_slide--img{
}
#concept_slider .splide__arrows {
}
#concept_slider .splide__arrows .splide__arrow {
	overflow: hidden;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
  background-color: transparent;
}
#concept_slider .splide__arrows .splide__arrow:hover {
	-webkit-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
#concept_slider .splide__arrows .splide__arrow:before{
	font-family: 'Font Awesome 5 Free';
	font-size: 40px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	display: block;
	width: auto;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: rgba(var(--main-color--font7));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}
#concept_slider .splide__arrows .splide__arrow svg {
	display: none;
}
#concept_slider .splide__arrows .splide__arrow.splide__arrow--prev {
	top: calc(120px - (42px / 2));
	left: calc(-21px - 26px);
	right: auto;
}
#concept_slider .splide__arrows .splide__arrow.splide__arrow--prev:before {
	content: '\f104';
}
#concept_slider .splide__arrows .splide__arrow.splide__arrow--next {
	top: calc(120px - (42px / 2));
	left: calc(100% - 20px - 42px);
	right: auto;
}
@media print,screen and (min-width: 1401px) {
  #concept_slider .splide__arrows .splide__arrow.splide__arrow--prev ,
	#concept_slider .splide__arrows .splide__arrow.splide__arrow--next {
    font-size: calc((16 / (1400 + var(--sc__width))) * 100 * 1vw);
    top: calc(((120 / (1400 + var(--sc__width))) * 100 * 1vw) - (((42 / (1400 + var(--sc__width))) * 100 * 1vw) / 2));
  }
}
#concept_slider .splide__arrows .splide__arrow.splide__arrow--next:before {
	content: '\f105';
}
.concept_slide_content{
	width: 100%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap:10px;
	padding: 15px 0 0;
}
@media only screen and (max-width: 767px){
	#concept_slider{
		width: 100%;
	}
	.concept_slide_content{
		margin: 0 0 30px;
		text-align: center;
	}
}



/* =========================================================
news
========================================================= */
#news {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#container .news__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.news__bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
.news--title {
  margin: 0;
  width: 280px;
  padding: 0;
  text-align: left;
}
.news__title{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column-reverse nowrap;
	-webkit-flex-flow: column-reverse nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 28px;
}
.news__title--en {
  letter-spacing: 0.01em;
}
.news--title .news--btn {
  margin: 60px auto 0;
}
.news--title .news--btn [class*="btn_def"] {
	margin: 0 auto 0 0;
}
.news__inner .news__list{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 74.6%;
	max-width: 850px;
	border-top: 1px solid var(--sub-color--border3);
	margin: 3px 0 0 0;
}
.news_info{
	width: 100%;
	border-bottom: 1px solid var(--sub-color--border3);
}
.news_info--link{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	padding: 26px 10px 27px;
	gap: 0;
}
.news_info--date {
	width: 6.4em;
	white-space: nowrap;
}
.news_info--title {
	width: calc(100% - 6.4em);
}
@media only screen and (max-width: 767px){
  #news {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-bottom: 0;
  }
	#container .news__inner {
	  padding-top: 114px;
	}
  #news .news--btn {
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
  }
  #news .news--btn [class*="btn_def"] {
    width: 100%;
  }
  .news--title {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .news__title--en{
  }
  #news .btn_area {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }

	.news__bloc {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		width: 100%;
	}

  .news_content--info {
  }

	.news__inner .news__list{
		width: 100%;
		margin: 0;
	}
	.news_info--link{
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		padding: 15px 10px 16px;
		gap: 10px;
	}
	.news_info--date {
		width: 100%;
		white-space: nowrap;
	}
	.news_info--title {
		width: 100%;
	}
}


/* =========================================================
results
========================================================= */
#results {
	position: relative;
}
#results:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);

}
#results:after {
	content:"";
	display: block;
	backface-visibility: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../../img/home/results_bg.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#results .results__inner {
	padding-top: 113px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}
.results__bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: center;
	-webkit-align-items: center;
}
.results__txt--title {
	margin-bottom: 55px;
}
.results__txt__title {
	display: block;
}
.results--txt{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
.results__history {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	gap: 51px;
	width: 100%;
}
.results__history--2023{
	position: relative;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: center;
	-webkit-align-items: center;
	width: calc(50% - 53px);
	padding-top: 23px;
	/*padding-bottom: 28px;*/
}
.results__history__line {
	content:"";
	display: block;
	width: 1px;
	height: auto;
	background-color: var(--main-color--bg1);
}
.results__history__2023--year {
}
.results__history__2023--result {
	margin-top: 12px;
	letter-spacing: 0.01em;
}
.results__history__2023--period {
	margin-top: 20px;
}
.results__history--2021_2019{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: center;
	-webkit-align-items: center;
	width: calc(50% - 53px);
	padding-top: 31px;
	padding-left: 17px;
	text-align: left;
	gap: 11px;
}
.results__history--2021_2019 * {
	white-space: nowrap;
}
.results__history--2021 {
}
.results__history--2020 {
}
.results__history--2019 {
}
.results--btn{
	margin: 60px auto 0;
}
.results--btn .btn_def {
	margin: 0;
}
@media only screen and (max-width: 767px){
	.results__history {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: center;
		-webkit-align-items: center;
		gap: 40px;
		width: 100%;
	}
	.results__history__line {
		width: 100%;
		height: 1px;
	}
	.results__history--2023{
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.results__history--2021_2019{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.results--btn{
		width: 100%;
	}
	.results--btn .btn_def{
		width: 100%;
	}
}


/* =========================================================
products&equipment
========================================================= */
#information {
}
#information .information__inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
.info--title {
  margin: 0 0 0 calc((100% - 1140px) / 2);
  width: 280px;
  padding: 0;
  text-align: left;
}
@media print, screen and (max-width: 1168px) and (min-width: 768px) {
	.info--title {
	  margin-left: 20px;
	}
}
@media only screen and (max-width: 767px){
  .info--title {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px;
  }
}
.info__title{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column-reverse nowrap;
	-webkit-flex-flow: column-reverse nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 28px;
}
.info__title--en {
  letter-spacing: 0.01em;
}
.info--title .info--btn {
  margin: 60px auto 0;
}
.info--title .info--btn [class*="btn_def"] {
	margin: 0 auto 0 0;
}
.info_content {
	width: 100%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap:10px;
	padding: 15px 0 0;
}
.info_content--title {
}
@media only screen and (max-width: 767px){
  #information .information__inner {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  #information .info--btn {
    margin-top: 60px;
    width: 100%;
    padding: 0 20px;
  }
  #information .info--btn [class*="btn_def"] {
    width: 100%;
  }
  .info--btn.btn_area {
    width: 100%;
    margin-top: 30px;
  }
}

.info_slider{
	width: calc((100% - 320px) - ((100% - 1140px) / 2));
}
@media print, screen and (max-width: 1168px) and (min-width: 768px) {
	.info_slider{
		width: calc(100% - 280px);
	}
}
.info_slider .splide__track .splide__list .splide__slide {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.info_slider .splide__track .splide__list .splide__slide .info_slide_link{
  display: block;
  width: 100%;
  opacity: 1 !important;
}
@media only screen and (min-width: 768px){
	.info_slider .splide__track .splide__list .splide__slide .info_slide_link{
		height: 100%;
	}
}
.info_slider .splide__track .splide__list .splide__slide .info_slide_title {
	position: relative;
	z-index: 2;
	-webkit-transition: opacity 0.8s ease 0.5s;
	        transition: opacity 0.8s ease 0.5s;

}
.info_slider .splide__track .splide__list .splide__slide .info_slide--img{
}
.info_slider .splide__arrows {
}
.info_slider .splide__arrows .splide__arrow {
	overflow: hidden;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
  background-color: transparent;
}
.info_slider .splide__arrows .splide__arrow:hover {
	-webkit-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
.info_slider .splide__arrows .splide__arrow:before{
	font-family: 'Font Awesome 5 Free';
	font-size: 40px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	display: block;
	width: auto;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: rgba(var(--main-color--font7));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}
.info_slider .splide__arrows .splide__arrow svg {
	display: none;
}
.info_slider .splide__arrows .splide__arrow.splide__arrow--prev {
	top: calc((212px / 2) - (42px / 2));
	left: calc(-21px - 26px);
	right: auto;
}
.info_slider .splide__arrows .splide__arrow.splide__arrow--prev:before {
	content: '\f104';
}
.info_slider .splide__arrows .splide__arrow.splide__arrow--next {
	top: calc((212px / 2) - (42px / 2));
	left: calc(100% - 20px - 42px);
	right: auto;
}
@media print,screen and (min-width: 1401px) {
  .info_slider .splide__arrows .splide__arrow.splide__arrow--prev ,
	.info_slider .splide__arrows .splide__arrow.splide__arrow--next {
    font-size: calc((16 / (1400 + var(--sc__width))) * 100 * 1vw);
    top: calc((((212 / (1400 + var(--sc__width))) * 100 * 1vw) / 2) - (((42 / (1400 + var(--sc__width))) * 100 * 1vw) / 2));
  }
}
.info_slider .splide__arrows .splide__arrow.splide__arrow--next:before {
	content: '\f105';
}
@media only screen and (max-width: 767px){
	.info_slider{
		width: 100%;
	}
}


/* =========================================================
products_info
========================================================= */
#products_info.information__inner {
	padding-bottom: 60px;
}


/* =========================================================
equipments_info
========================================================= */
#equipments_info.information__inner {
	padding-top: 60px;
}


/* =========================================================
recruit
========================================================= */
#recruit {
	position: relative;
	z-index: 2;
}
#recruit .recruit__inner {
	padding-top: 114px;
	padding-bottom: 309px;
}
#recruit .recruit__bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#recruit .recruit--txt{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
#recruit .recruit__txt--title {
}
#recruit .recruit__txt__title {
	letter-spacing: 0.1em;
}
#recruit .recruit__txt--p {
	margin-top: 46px;
}
#recruit .recruit--btn{
	margin: 50px auto 0 0;
}
#recruit .recruit--btn .btn_def {
	margin: 0;
}
@media only screen and (max-width: 767px){
	#recruit {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#recruit .recruit__bloc {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#recruit .recruit__inner {
		padding-bottom: 180px;
	}
  #recruit .recruit--txt{
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-top: 0;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  #recruit .recruit--btn{
    width: 100%;
  }
  #recruit .recruit--btn .btn_def {
    max-width: 100%;
    width: 100%;
  }
  #recruit .recruit__txt--title {
  }
}


#animation_container{
	position: relative;
	width: 100% !important;
	height: auto !important;
	background-color: transparent;
}
#animation_container canvas{
	width: 100% !important;
	height: auto !important;
	object-fit: contain;
	vertical-align: top;
}
#dom_overlay_container{
	display: none !important;
	visibility: hidden !important;
}
@media only screen and (max-width: 767px){
	#animation_container{
		width: 160% !important;
		margin-left: -30%;
	}
}
