@charset 'utf-8';

@import url('vegas.min.css');

/* ------ All ------ */
header img,
article img,
footer img{
	max-width: 100%;
	height: auto;
}
.menu-wrap.copy{
	display: none !important;
}
@media only screen and (max-width:750px){
/*
	body .vegas-container{
		position: absolute !important;
	}
*/
	#vegaimg{
		height: 100%;
	}
	#vegaimg .vegaimg{
		top: auto !important;
		bottom: 50vh;
		left: 0;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
	}
	body.ios #vegaimg .vegaimg{
		top: 50vh !important;
		bottom: auto !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	body.scroll #vegaimg .vegaimg{
		position: absolute !important;
	}
	#vegaimg .vegaimg .vegas-container{
		position: absolute !important;
	}
	#top_header_home,
	#top_header_home .vegaimg *{
		height: 100vh !important;
		min-height: 100vh;
	}
}


/* ------ Icon ------ */
.i_bg i{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.vegas-animation-zoomout {
    animation: zoomout ease-out;
}
.vegas-animation-zoomin {
    animation: zoomin ease-out;
}
@-webkit-keyframes zoomout{
	0% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomout {
	0% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes zoomin{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}
@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}


/* =========================================================
Loading
========================================================= */
@-webkit-keyframes load_logo{
	0%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes load_logo{
	0%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		visibility: hidden;
	}
}
#preloader{
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 0;
	height: 0;
	visibility: hidden;
}
#preloader.loading{
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 99999;
	background-color: #222222;
}
#preloader i{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: auto;
	left: auto;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-animation: load_logo 2s linear both;
	        animation: load_logo 2s linear both;
	opacity: 1;
	width: auto;
	height: auto;
	fill: #fff;
}

/* =========================================================
container
========================================================= */
#container .container{
	margin-top: 0;
}
section{
	position: relative;
	z-index: 1;
}


/* =========================================================
top_home
========================================================= */
#top_header_home{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.1s ease;
	        transition: all 0.1s ease;
	vertical-align: top;
	background-color:transparent;
}
#video {
	position: fixed;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: 0;
}
#video:before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.21%;
}
#background_video{
	position: fixed !important;
	width: 100%;
	height: auto;
	filter: blur(5px);
	-webkit-transition: filter 1s ease !important;
	        transition: filter 1s ease !important;
}
#background_video:before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.21%;
}
#background_video.video_loaded{
	filter: blur(0px);
	-webkit-transition: filter 1s ease !important;
	        transition: filter 1s ease !important;
}
#top_header_home .top_txt{
	padding-top: 56.21%;
	/*position: relative;*/
	/*z-index: 1;*/
}
#top_header_home .top_txt [class*="_absolute_"][class*="_middle_"]{
	-webkit-transition: left 0.2s ease;
	   -moz-transition: left 0.2s ease;
	    -ms-transition: left 0.2s ease;
	        transition: left 0.2s ease;
}
#top_header_home .top_txt1{
}
#top_header_home .top_txt1 *{
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0;
}
#top_header_home .top_txt2{
	letter-spacing: 0;
	line-height: 1.5em;
}
#top_header_home .btn_area{
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 30px;
}
@media print, screen and (min-width: 751px) {
	#top_header_home .top_txt [class*="_absolute_"][class*="_middle_"]{
		left: 117px;
	}
	#top_header_home .top_txt1{
		font-size: 6.998vw;
	}
	#top_header_home .top_txt2{
		font-size: 1.26vw;
		margin-top: 3.219vw;
		margin-bottom: 1.4vw;
	}
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#top_header_home .top_txt [class*="_absolute_"][class*="_middle_"]{
		/*left: 82px;*/
	}
}
@media only screen and (max-width:750px){
	body,
	header,
	header .header,
	#top_header_home{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
	}
	header{
		position: static;
	}
	#top_header_home{
		padding-top: 0;
	}
	#background_video{
		display: none;
	}
	#wrapper_video{
		display: none;
	}
	.vegas-container{
		position: fixed !important;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100vh !important;
	}
	.vegas-container:before{
		display: none;
	}
	.vegas-overlay{
		background-color: rgba(0,0,0,0.2);
		background-image: none !important;
		background-repeat: repeat;
		background-position: 0 0;
		background-size: auto;
	}
	#top_header_home .top_txt{
		padding-top: 0;
		width: 100%;
		height: 100vh;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	#top_header_home .top_txt > div{
		padding-left: 0.5rem;
		padding-bottom: 0.83rem;
	}
	#top_header_home .top_txt2{
		font-size: 0.26rem;
		margin-top: 0.3rem;
		line-height: 1.8em;
	}

	#top_header_home_scroll{
		position: absolute;
		bottom: 0.3rem;
		left: 0.25rem;
		width: 0.26rem;
		z-index: 1;
	}
	#top_header_home_scroll img{
		width: 100%;
		vertical-align: top;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#top_header_home .top_txt > div{
		padding-bottom: 0;
	}
	#top_header_home_scroll{
		right: 0.25rem;
		left: auto;
	}
}


/* =========================================================
news
========================================================= */
#news {
	overflow: hidden;
}
.news__text {
}
#content .news__text .inner {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	min-height: 0;
}
.news__text h2 {
	position: absolute;
	letter-spacing: 0.01em;
	top: -63px;
	white-space: nowrap;
	right: -28px;
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	.news__text h2 {
		top: -6.3vw;
		right: -2.8vw;
		font-size: 17vw;
	}
}
.news__bloc{
}
#content .news__bloc .inner{
	padding-top: 120px;
}
@media only screen and (max-width: 750px){
	#content .news__text .inner {
	}
	.news__text h2 {
		top: -0.66rem;
		right: -0.35rem;
	}
	#content .news__bloc .inner{
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
}





/* =========================================================
info_news_item
========================================================= */
#info_news_item {
	background-color: transparent;
	border-top: 1px solid #ffffff;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
#info_news_item .news--bloc {
	border-bottom: 1px solid #ffffff;
}
#info_news_item .news__bloc--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;
	padding: 25px 20px 28px 21px;
	width: 100%;
}
#info_news_item .news__bloc--link .info_news_info--date {
	font-size: 1em;
	width: 16.6%;
	letter-spacing: 0;
	white-space: nowrap;
	color: #ffffff;
}
#info_news_item .news__bloc--link .info_news_info--title {
	font-size: 1em;
	width: calc(100% - 16.6%);
	letter-spacing: 0;
	color: #ffffff;
}
.news__bloc .btn_area .btn_def{
}
@media only screen and (max-width: 767px){
	#info_news_item {
		margin-bottom: 0.6rem;
	}
	#info_news_item .news__bloc--link {
		        flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		padding: 15px 15px;
		gap: 13px;
	}
	#info_news_item .news__bloc--link .info_news_info--date {
		width: 100%;
	}
	#info_news_item .news__bloc--link .info_news_info--title {
		width: 100%;
	}
}



/* =========================================================
recruit
========================================================= */
#recruit {
}
#recruit .recruit_bloc {
	position: relative;
	overflow: hidden;
}
#recruit .recruit_bloc .img_area {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: transparent;
	background-image: url(../../img/home/recruit_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#recruit .recruit_bloc .img_area div {
}
#recruit .recruit_bloc .inner {
}
#recruit .recruit_bloc .rec_bloc .inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media print,screen and (min-width: 1401px) {
	#recruit .recruit_bloc .rec_bloc {
	}
	#recruit .recruit_bloc .rec_bloc .inner {
		position: relative;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 751px) {
	#recruit .recruit_bloc .rec_bloc {
		position: relative;
	}
	#recruit .recruit_bloc .rec_bloc .inner {
	}
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area {
	width: 50%;
	margin-right: auto;
	padding-right: 20px;
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area h2 {
	position: absolute;
	top: -63px;
	left: -150px;
	letter-spacing: 0.01em;
	white-space: nowrap;
}
@media print,screen and (min-width: 1401px) {
	#recruit .recruit_bloc .rec_bloc .inner .txt_area h2 {
		top: -63px;
		left: -150px;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 1001px) {
	#recruit .recruit_bloc .rec_bloc .inner .txt_area h2 {
		top: -63px;
		left: -20px;
	}
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#recruit .recruit_bloc .rec_bloc .inner .txt_area h2 {
		top: -6.3vw;
		left: -2vw;
		font-size: 17vw;
	}
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area h3 {
	letter-spacing: 0.03em;
}
#recruit .recruit_bloc .rec_bloc .inner .txt_area p {
	line-height: 1.7em;
	margin-top: 55px;
}
#recruit .recruit_bloc .rec_bloc .inner .btn_area {
	width: 50%;
	margin-right: auto;
	margin-top: 50px;
}
#recruit .recruit_bloc .rec_bloc .inner .btn_area .btn_def {
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px){
	#recruit .recruit_bloc{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: column-reverse wrap;
		-webkit-flex-flow: column-reverse wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#recruit .recruit_bloc .rec_bloc{
		width: 100%;
	}
	#recruit .recruit_bloc .rec_bloc .inner {
		padding-top: 1.2rem;
		padding-bottom: 0.6rem;
	}
	#recruit .recruit_bloc .rec_bloc .inner .txt_area {
		width: 100%;
		padding-right: 0;
	}
	#recruit .recruit_bloc .rec_bloc .inner .txt_area h2 {
		top: -0.67rem;
		left: -0.21rem;
	}
	#recruit .recruit_bloc .rec_bloc .inner .txt_area p{
		line-height: 1.4em;
		margin-top: 0.54rem;
	}
	#recruit .recruit_bloc .rec_bloc .inner .btn_area {
		width: 100%;
		margin-right: 0;
		margin-top: 0.55rem;
	}
	#recruit .recruit_bloc .img_area {
		position: relative;
		width: 100%;
		padding-top: 86.4%;
		background-image: url(../../img/home/recruit_bg_sp.jpg);
	}
}


/* =========================================================
business
========================================================= */
#business {
	overflow: hidden;
}
#business .business_bloc {
	text-align: center;
}
#business .business_bloc .inner {
	padding-top: 124px;
	padding-bottom: 0 !important;
}
@media print,screen and (min-width: 1401px) {
	#business .business_bloc .inner{
		position: relative;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 751px) {
	#business .business_bloc .inner{
	}
}
#business .business_bloc .txt_area {
}
#business .business_bloc .txt_area h2 {
	position: absolute;
	letter-spacing: 0.01em;
	top: -63px;
	white-space: nowrap;
}
@media print,screen and (min-width: 1401px) {
	#business .business_bloc .txt_area h2 {
		right: -158px;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 1001px) {
	#business .business_bloc .txt_area h2 {
		right: -28px;
	}
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#business .business_bloc .txt_area h2 {
		top: -6.3vw;
		right: -2.8vw;
		font-size: 17vw;
	}
}
#business .business_bloc .txt_area h3 {
	letter-spacing: 0.03em;
}
#business .business_bloc .txt_area p {
	line-height: 2.4em;
	max-width: 510px;
	margin: 51px auto 112px;
}
@media only screen and (max-width: 750px){
	#business .business_bloc .inner {
		padding-top: 1.25rem;
		padding-bottom: 0 !important;
	}
	#business .business_bloc .txt_area h2 {
		top: -0.66rem;
		right: -0.35rem;
	}
	#business .business_bloc .txt_area h3 {
	}
	#business .business_bloc .txt_area p {
		line-height: 1.8em;
		max-width: 100%;
		margin: 0.48rem auto 1.2rem;
	}
}


/* =========================================================
business1
========================================================= */
#business1 {
}
#business1 .bus_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: stretch;
	-webkit-align-items: stretch;
	padding-top: 0;
	padding-bottom: 0 !important;
}
@media only screen and (max-width: 750px){
	#business1 .bus_bloc {
		-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;
	}
}


/* =========================================================
business1 bus_bloc
========================================================= */
#business1 .bus_bloc .img_area {
	width: calc(100% - 440px);
	position: relative;
}
#business1 .bus_bloc .img_area .img {
	width: 100%;
	background-image: url(../../img/home/business1_img.jpg);
	position: relative;
	z-index: 2;
	min-height: 420px;
}
#business1 .bus_bloc .img_area .bg {
	width: 60vw;
	height: 570px;
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 0;
}
#business1 .bus_bloc .txt_area {
	width: 440px;
	padding-left: 60px;
}
#business1 .bus_bloc .txt_area h3 {
	margin-top: 6px;
}
#business1 .bus_bloc .txt_area h3 *{
	display: block;
}
#business1 .bus_bloc .txt_area h3 .jp{
}
#business1 .bus_bloc .txt_area h3 .en{
	margin-top: 28px;
}
#business1 .bus_bloc .txt_area p {
	margin-top: 57px;
	line-height: 1.7em;
}
#business1 .bus_bloc .btn_area {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 56px;
}
#business1 .bus_bloc .btn_area .btn_def{
	margin: 20px auto 0 0;
}
#business1 .bus_bloc .btn_area .btn_def:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 750px){
	#business1 .bus_bloc .img_area {
		width: 100%;
	}
	#business1 .bus_bloc .img_area .img {
		min-height: 0;
	}
	#business1 .bus_bloc .img_area .bg {
		right: auto;
		left: -4vw;
		top: 0.6rem;
		width: 16vw;
		height: 11.09rem;
	}
	#business1 .bus_bloc .txt_area {
		width: 100%;
		padding: 0.66rem 0 0 21.43%;
	}
	#business1 .bus_bloc .txt_area h3 {
		margin-top: 0;
	}
	#business1 .bus_bloc .txt_area h3 .en{
		margin-top: 0.22rem;
	}
	#business1 .bus_bloc .txt_area p {
		margin-top: 0.53rem;
		line-height: 1.4em;
	}
	#business1 .bus_bloc .btn_area {
		margin-top: 0.6rem;
	}
	#business1 .bus_bloc .btn_area .btn_def{
		margin: 0.3rem auto 0 0;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#business1 .bus_bloc .img_area .bg {
		height: 15rem;
	}
}


/* =========================================================
business1 business1_machine_bloc
========================================================= */
#business1 .business1_machine_bloc {
}
#business1 .business1_machine_bloc .inner{
	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: stretch;
	-webkit-align-items: stretch;
	padding-bottom: 0 !important;
}
#business1 .business1_machine_bloc .machine_bloc {
	width: 29.8%;
	margin-left: 5.3%;
}
#business1 .business1_machine_bloc .machine_bloc:first-child {
	margin-left: 0;
}
#business1 .business1_machine_bloc .machine_bloc .machine_media img {
	display: none;
}
#business1 .business1_machine_bloc .machine_bloc .machine_info h4 {
	width: 100%;
	margin-top: 19px;
	text-align: center;
	line-height: 1.3em;
}
@media only screen and (max-width: 750px){
	#business1 .business1_machine_bloc {
		-webkit-overflow-scrolling: touch;
		margin-top: 0.6rem;
	}
	#business1 .business1_machine_bloc .inner{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	#business1 .business1_machine_bloc .machine_bloc {
		width: 3.4rem;
		min-width: 3.4rem;
		margin-left: 0.6rem;
	}
	#business1 .business1_machine_bloc .machine_bloc .machine_info h4 {
		margin-top: 0.15rem;
	}
}


/* =========================================================
business2
========================================================= */
#business2 {
}
#business2 .bus_bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	padding-top: 118px;
	padding-bottom: 0 !important;
}
@media only screen and (max-width: 750px){
	#business2 .bus_bloc {
		-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-top: 1.16rem;
	}
}


/* =========================================================
business2 bus_bloc
========================================================= */
#business2 .bus_bloc .img_area {
	width: calc(100% - 440px);
	position: relative;
}
#business2 .bus_bloc .img_area .img {
	width: 100%;
	background-image: url(../../img/home/business2_img.jpg);
	position: relative;
	z-index: 2;
	min-height: 420px;
}
#business2 .bus_bloc .img_area .bg {
	width: 60vw;
	height: 570px;
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 0;
}
#business2 .bus_bloc .txt_area {
	width: 440px;
	padding-right: 60px;
}
#business2 .bus_bloc .txt_area h3 {
	margin-top: 6px;
}
#business2 .bus_bloc .txt_area h3 *{
	display: block;
}
#business2 .bus_bloc .txt_area h3 .jp{
}
#business2 .bus_bloc .txt_area h3 .en{
	margin-top: 28px;
}
#business2 .bus_bloc .txt_area p {
	margin-top: 57px;
	line-height: 1.7em;
}
#business2 .bus_bloc .btn_area {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 56px;
}
#business2 .bus_bloc .btn_area .btn_def{
	margin: 20px auto 0 0;
}
#business2 .bus_bloc .btn_area .btn_def:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 750px){
	#business2 .bus_bloc .img_area {
		width: 100%;
	}
	#business2 .bus_bloc .img_area .img {
		min-height: 0;
	}
	#business2 .bus_bloc .img_area .bg {
		right: -4vw;
		left: auto;
		top: 0.6rem;
		width: 16vw;
		height: 9.84rem;
	}
	#business2 .bus_bloc .txt_area {
		width: 100%;
		padding: 0.66rem 20% 0 0;
	}
	#business2 .bus_bloc .txt_area h3 {
		margin-top: 0;
	}
	#business2 .bus_bloc .txt_area h3 .en{
		margin-top: 0.22rem;
	}
	#business2 .bus_bloc .txt_area p {
		margin-top: 0.53rem;
		line-height: 1.4em;
	}
	#business2 .bus_bloc .btn_area {
		width: 5.5rem;
		margin-right: auto;
		margin-top: 0.6rem;
	}
	#business2 .bus_bloc .btn_area .btn_def{
		margin: 0.3rem auto 0 0;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#business2 .bus_bloc .img_area .bg {
		height: 15rem;
	}
}


/* =========================================================
business2 business2_machine_bloc
========================================================= */
#business2 .business2_machine_bloc {
}
#business2 .business2_machine_bloc .inner{
	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: stretch;
	-webkit-align-items: stretch;
	padding-bottom: 0 !important;
}
#business2 .business2_machine_bloc .machine_bloc {
	width: 29.8%;
	margin-left: 5.3%;
}
#business2 .business2_machine_bloc .machine_bloc:first-child {
	margin-left: 0;
}
#business2 .business2_machine_bloc .machine_bloc .machine_media {
}
#business2 .business2_machine_bloc .machine_bloc .machine_media img {
	display: none;
}
#business2 .business2_machine_bloc .machine_bloc .machine_info {
}
#business2 .business2_machine_bloc .machine_bloc .machine_info h4 {
	width: 100%;
	margin-top: 19px;
	text-align: center;
	line-height: 1.3em;
}
@media only screen and (max-width: 750px){
	#business2 .business2_machine_bloc {
		-webkit-overflow-scrolling: touch;
		margin-top: 0.6rem;
	}
	#business2 .business2_machine_bloc .inner{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	#business2 .business2_machine_bloc .machine_bloc {
		width: 3.4rem;
		min-width: 3.4rem;
		margin-left: 0.6rem;
	}
	#business2 .business2_machine_bloc .machine_bloc .machine_info h4 {
		margin-top: 0.15rem;
	}
}


/* =========================================================
business3
========================================================= */
#business3 {
}
#business3 .bus_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: stretch;
	-webkit-align-items: stretch;
	padding-top: 120px;
	padding-bottom: 60px;
}
@media only screen and (max-width: 750px){
	#business3 .bus_bloc {
		-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-top: 1.16rem;
		padding-bottom: 1.2rem;
	}
}


/* =========================================================
business3 bus_bloc
========================================================= */
#business3 .bus_bloc .img_area {
	width: calc(100% - 440px);
	position: relative;
}
#business3 .bus_bloc .img_area .img {
	width: 100%;
	background-image: url(../../img/home/business3_img.jpg);
	position: relative;
	z-index: 2;
	min-height: 420px;
}
#business3 .bus_bloc .img_area .bg {
	width: 60vw;
	height: 570px;
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 0;
}
#business3 .bus_bloc .txt_area {
	width: 440px;
	padding-left: 60px;
}
#business3 .bus_bloc .txt_area h3 {
	margin-top: 6px;
}
#business3 .bus_bloc .txt_area h3 *{
	display: block;
}
#business3 .bus_bloc .txt_area h3 .jp{
}
#business3 .bus_bloc .txt_area h3 .jp span{
	font-size: 1em;
	display: inline;
	letter-spacing: -0.15em;
	margin-left: -0.15em;
}
#business3 .bus_bloc .txt_area h3 .en{
	margin-top: 28px;
}
#business3 .bus_bloc .txt_area p {
	margin-top: 57px;
	line-height: 1.7em;
}
#business3 .bus_bloc .btn_area {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 56px;
}
#business3 .bus_bloc .btn_area .btn_def{
	margin: 20px auto 0 0;
}
#business3 .bus_bloc .btn_area .btn_def:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 750px){
	#business3 .bus_bloc .img_area {
		width: 100%;
	}
	#business3 .bus_bloc .img_area .img {
		min-height: 0;
	}
	#business3 .bus_bloc .img_area .bg {
		left: -4vw;
		right: auto;
		top: 0.6rem;
		width: 16vw;
		height: 15rem;
	}
	#business3 .bus_bloc .txt_area {
		width: 100%;
		padding: 0.66rem 0 0 21.43%;
	}
	#business3 .bus_bloc .txt_area h3 {
		margin-top: 0;
	}
	#business3 .bus_bloc .txt_area h3 .en{
		margin-top: 0.22rem;
	}
	#business3 .bus_bloc .txt_area p {
		margin-top: 0.53rem;
		line-height: 1.4em;
	}
	#business3 .bus_bloc .btn_area {
		margin-top: 0.6rem;
	}
	#business3 .bus_bloc .btn_area .btn_def{
		margin: 0.3rem auto 0 0;
	}
}


/* =========================================================
works
========================================================= */
#works {
	overflow: hidden;
	padding-top: 120px;
}
#works .works_bloc {
	text-align: center;
	overflow: hidden;
}
#works .works_bloc .inner {
	padding-top: 124px;
	padding-bottom: 120px !important;
}
@media print,screen and (min-width: 1401px) {
	#works .works_bloc .inner{
		position: relative;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 751px) {
	#works .works_bloc .inner{
	}
}
#works .works_bloc .txt_area {
	padding-bottom: 60px;
}
#works .works_bloc .txt_area h2 {
	position: absolute;
	top: -67px;
	left: -150px;
	letter-spacing: 0.01em;
	white-space: nowrap;
}
@media print,screen and (min-width: 1401px) {
	#works .works_bloc .txt_area h2{
		top: -67px;
		left: -150px;
	}
}
@media print, screen and (max-width: 1400px) and (min-width: 751px) {
	#works .works_bloc .txt_area h2{
		top: -67px;
		left: -20px;
	}
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#works .works_bloc .txt_area h2{
		top: -6.7vw;
		left: -2vw;
		font-size: 17vw;
	}
}
#works .works_bloc .txt_area h3 {
	letter-spacing: 0.03em;
	text-align: left;
}
#works .btn_area {
}
#works .btn_area .btn_def{
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 750px){
	#works {
		padding-top: 0;
	}
	#works .works_bloc {
		text-align: center;
		overflow: hidden;
	}
	#works .works_bloc .inner {
		padding-top: 1.24rem;
		padding-bottom: 1.8rem !important;
	}
	#works .works_bloc .txt_area {
		padding-bottom: 0.55rem;
	}
	#works .works_bloc .txt_area h2 {
		top: -0.68rem;
		left: -0.15rem;
	}
	#works .works_bloc .txt_area h3 {
	}
	#works .btn_area .btn_def{
		margin: 0 auto 0 0;
	}
}


/* =========================================================
works_slider
========================================================= */
#works_slider  {
	position: relative;
	left: 0;
	width: calc(100% + calc(calc(100vw - 100%) / 2));
	padding: 20px 0 60px 20px;
}
#works_slider [class*=_triangle_]{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#works_slider .works_slider{
}
#works_slider .splide__track {
}
#works_slider .splide__track .splide__list {
}
#works_slider .splide__track .splide__list .splide__slide {
}
#works .works_box {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	opacity: 1 !important;
}
#works .works_box .works_img {
	width: 100%;
}
#works .works_box .works_img img {
	display: none;
}
#works .works_box h4 {
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	line-height: 1.3em;
	margin-top: 16px;
}
#works .works_box .works_info {
	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;
	margin-top: 14px;
	text-align: left;
	width: 100%;
}
#works .works_box .works_info *{
	display: block;
}
#works .works_box .works_info .works_date {
}
#works .works_box .works_info span {
}
#works .works_box .works_info .works_category {
}
#works_slider .splide__arrows {
	position: absolute;
	top: 100%;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	max-width: 1140px;
	width: 100%;
	margin-top: 58px;
	padding-right: 20px;
}
#works_slider .splide__arrows .splide__arrow {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	background: none;
	position: static;
	width: auto;
	opacity: 1;
	transform: none;
	border-radius: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.3s ease 0s;
	   -moz-transition: transform 0.3s ease 0s;
	    -ms-transition: transform 0.3s ease 0s;
	        transition: transform 0.3s ease 0s;

}
#works_slider .splide__arrows .splide__arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#works_slider .splide__arrows .splide__arrow:first-child{
	margin-right: 10px;
}
#works_slider .splide__arrows .splide__arrow i{
}
#works_slider .splide__arrows .splide__arrow--prev i {
}
#works_slider .splide__arrows .splide__arrow--next i {
}
@media only screen and (max-width: 750px){
	#works .works_box .works_img {
		width: 100%;
	}
	#works .works_box .works_img img {
		display: none;
	}
	#works .works_box h4 {
		margin-top: 0.1rem;
	}
	#works .works_box .works_info {
		margin-top: 0.12rem;
	}
	#works_slider  {
		padding: 0.2rem 0 0.6rem 0.2rem;
	}
	#works_slider ,
	#works_slider .splide__track,
	#works_slider .splide__track .splide__list{
		-webkit-transition: height 0.3s ease 0s;
		   -moz-transition: height 0.3s ease 0s;
		    -ms-transition: height 0.3s ease 0s;
		        transition: height 0.3s ease 0s;
	}
	#works_slider .splide__track .splide__list{
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#works_slider .splide__track .splide__list .splide__slide{
		-webkit-transition: height 0.3s ease 0s;
		   -moz-transition: height 0.3s ease 0s;
		    -ms-transition: height 0.3s ease 0s;
		        transition: height 0.3s ease 0s;
  }
	#works_slider .splide__arrows {
		display: none;
	}
}

