@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　page関係
----------------------------------------------------------------------------------------------------------------------------------*/
.motion_title span{
	display: block;
	font-size: 150%;
    margin-bottom: 20px;
}
.motion_title{
	width: 90%;
    margin: 0 auto;
	font-size: 150%;
	line-height: 1.3;
}
.top_text{padding:5vw 0 6vw;}

.bk_purple{background: #282344;}
.bk_black{background: #000;}
.bk_gry{background:#CACED2;}
.bk_opacity{
	background: rgba(255,255,255,.5);
	padding: 15px;
}
.white_text{ color: #fff;}

.arrow_btn{
	width: 90%;
	margin:0 auto 50px;
	border-radius: 80px;
	border: solid 2px #000;
	padding: 25px 15px;
	color: #000;
    line-height: 135%;
    font-size: 150%;
	transition: 0.5s all;
}
.arrow_btn::after{
	font-family: "Font Awesome 5 Free";
  content: '\f04b';
  font-weight: 900;
	margin: 0 10px;
}
.arrow_btn:hover{
	color: #fff;
	background: #000;
}

.white_btn{
	color: #fff;
	border: solid 2px #fff;transition: 0.5s all;
}
.white_btn:hover{
	color: #000;
	background: #fff;
}
@media print, screen and (max-width: 550px) {
.arrow_btn {
    padding: 20px 15px;
    font-size: 120%;
}
.motion_title span{
	font-size: 170%;
    margin-bottom: 15px;
}
.motion_title{font-size: 88%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　TOP
----------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------
　 　motion_1
-----------------------------------------------*/
.motion_1{
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
}
.motion_1_text_box{z-index: 3!important;}
.motion_1_title{
	font-size: 225%;
	color: #fff;
}
.m1_video_box{
	width: 100%;
	height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	overflow: hidden;
}
.m1_video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
}
@media print, screen and (max-width:1100px) {
.motion_1_title{font-size: 200%;}
}
@media print, screen and (max-width:768px) {
.motion_1_title{font-size: 175%;}
}

/*---------------------------------------------
　 　motion_2
-----------------------------------------------*/
.motion_2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 101vh;
	background: #fff;
	z-index: 1;
    height: 100%;
	overflow: hidden;
}
.motion_2_text_box{
    width: 85%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	z-index: 5;
}
.motion_2_title p{
height: 0;
    width: 100%;
    max-width: 1000px;
    color: transparent;
    padding-top: 7.3%;
    margin: 0 auto;
    background: url(../img/logo.svg)no-repeat;
    background-position: center;
    background-size: contain;
}
.motion_2_title{
	font-size: 240%;
	line-height: 1.3;
    width: 100%;
}
.motion_2_opacity{
	position: absolute;
	left: 0;
	right: 0;
    bottom: -110px;
}
.motion_2_bk{
	position: absolute;
	top: 0;
	left: 0;
	background:#442A8C;
	width: 100%;
	z-index: -1;
	min-height: 100vh;
}
.purple{color: #442A8C;}
@media print, screen and (max-width:1100px) {
.motion_2_title{font-size: 3.3vw;}
.motion_2_opacity{bottom: -10vw;}
}
@media print, screen and (max-width:768px) {
.motion_2_title{font-size: 150%;}
.motion_2_opacity{bottom: -13vw;}
}
@media print, screen and (max-width: 550px) {
.motion_2_title {font-size: 100%;}
.motion_2_opacity{bottom: -230%;}
}
/*---------------------------------------------
　 　motion_3
-----------------------------------------------*/
.motion_3_bk{
	width: 100%;
    min-height: 844px;
	justify-content: center;
	align-items: flex-end;
    background: #000;
}
.motion_3_bk img{z-index: 1;}
.motion_3_bk::before{
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#121212 0%,rgba(0,0,0,0) 100%);
    z-index: 2;
    display: inline-block;
}
.motion_3_text_box{
  position: -webkit-sticky;
	position: sticky;
	top:80px;
	left: 0; 
	z-index: 3;
	mix-blend-mode: difference; 
	color: #fff;
    min-height: 650px;
    height: 70vh;
    margin-bottom: 400px;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
}
@media print, screen and (max-width: 1080px) {
.motion_3_text_box{
	min-height: 55vw;
	margin-bottom: 38vw;
}
}
@media print, screen and (max-width: 550px) {
.motion_3_bk{min-height: 600px;}
.motion_3_text_box {
    min-height: 30vw;
    margin-bottom: 20vw;
}
}
/*---------------------------------------------
　 　motion_4
-----------------------------------------------*/
.m4_img_list{
	justify-content: space-between;
	align-items: flex-start;
}
.m4_img_list li{
	width:calc(100%/3);
    padding-top: 34%;
}
.m4_img_list li img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  min-width: 100%;
    min-height: 100%;
  	object-fit: cover;
	font-family:"object-fit:cover;";
}
.motion_4_text_box{
	justify-content: center;
    align-items: center;
	color: #fff;
	overflow: hidden;
	height: 100vh;
	min-height: 700px;
	background: #0F1735;
}
.m4_bk_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
	min-height: 700px;
	justify-content: center;
	align-items: center;
}
.m4_bk_layer{
	width: 100%;
	height: auto;
}
.motion_4_text_box img,
.m4_bk_box img{min-width: 100%;}
.motion_4_text_box .motion_title{
	position: absolute;
	top:20vh;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
@media print, screen and (max-width: 1080px) {
.m4_img_list li{padding-top: 35vw;}
}
/*---------------------------------------------
　 　motion_5
-----------------------------------------------*/
.motion_5{
	min-height: 100vh;
	justify-content: center;
	align-items: center;
}
.m5_video_box{
	width: 100%;
	height: 100vh;
  position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.m5_video{object-fit: cover;}
.m5_text_box{
	width: 100%;
	min-height: 100vh;
	margin-top: 100px; 
    overflow: hidden;
}
.m5_text_box li{ 
	font-size: 300%;
    line-height: 100%;
	position: absolute;
	margin: auto;
  overflow: hidden;
}
.m5_inner{
	border-left: solid 6px #000;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: flex-start;
	align-items: flex-end;
    padding-left: 8px;
}
.m5_text_box li span{
    font-size: 34%;
    line-height: 100%;
    padding: 0 10px 5px;
}
.m5_num1{
    width: 230px;
    bottom: 69%;
    left: 30%;
}
.m5_num2{
	width: 388px;
    bottom: 62%;
    right: 0%;
}
.m5_num3{
    width: 350px;
    bottom: 56%;
    left: 10%;
}
.m5_num4{
    width: 425px;
    bottom: 28%;
    right: 0%;
}
.m5_num5{
    width: 295px;
    bottom: 35%;
    left: 13%;
}
.m5_num6{
    width: 285px;
    bottom: 21%;
    left: 37%;
}
@media print, screen and (max-width: 768px) {
.m5_text_box li{font-size: 221%;}
.m5_inner{border-left: solid 3px #000;}	
	
.m5_num1{
	width: 175px;
	}
.m5_num2{
    width: 295px;
}
.m5_num3{
	width: 230px;
    left: 5%;
}
.m5_num4{
    width: 320px;
}
.m5_num5{
	width: 220px;
    left: 5%;
}
.m5_num6{
	width: 220px;
}
}
/*---------------------------------------------
　 section6
-----------------------------------------------*/
.product_link{
	width: 100%;
	padding-top: 47%;
	overflow: hidden;
	margin-bottom: 1vw;
}
.product_link:last-child{margin-bottom: 6vw;}

.com_link a:hover .img_in_text,
.com_link a:hover img,
.product_link:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.com_link img ,
.product_link img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    transition: 0.8s all;
	z-index: 1;
}
.com_link{
    padding: 2.5vw 3vw;
	justify-content: space-between;
	align-items: flex-start;
}
.com_link a{
	width:49%;
    max-width: 460px;
    padding-top: 54%;
	overflow: hidden;
}
.com_link a .img_in_text{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 270%;
    transition: 0.8s all;
	z-index: 2;
}
@media print, screen and (max-width: 1080px) {
	.com_link a .img_in_text{font-size: 4.5vw;}
}
@media print, screen and (max-width: 550px) {
	.com_link a .img_in_text{font-size: 10vw;}
.com_link a,
.product_link {margin-bottom: 10px;}
	.com_link{padding: 0 0 40px;}
	.com_link a{
	width:100%;
    max-width: 100%;
    padding-top: 115%;
}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　page
----------------------------------------------------------------------------------------------------------------------------------*/
.mv{width: 100%;}
.mv_inner{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 80px);
	min-height: 800px;
}
.mv_inner img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  min-width: 100%;
    min-height: 100%;
  	object-fit: cover;
	font-family:"object-fit:cover;";
}
.mv_text{
    font-size: 225%;
    line-height: 115%;
    z-index: 3;
}
.outline{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
.mv_inner{
	height:844px;
	min-height: 844px;
}
}
@media print, screen and (max-width: 550px) {
	.mv_inner{
	height:600px;
	min-height: 600px;
}
	.mv_text{font-size: 150%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　 gear
----------------------------------------------------------------------------------------------------------------------------------*/
.g_con01{
	max-width: 795px;
	margin: 280px auto 70px;
    width: 90%;
}
.gear_logo{
	width: 80%;
	max-width: 570px;
}
.top_gear_text{
	width: 90%;
	margin: 55px auto 35px;
    font-size: 225%;
}
.gear_hand{border-radius: 25px;}

.g_con02{
	width: 100%;
	justify-content: center;
	flex-direction: column; 
}
.g_con02_box{
	width: 100%;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 80px);
	min-height: 800px;
}
.g_con02_box_sub{
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.g_con02_box:last-child{margin-bottom: 0;}

.g_con03_inner,
.g_con02_inner{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.g_con02_btm{
	align-items: flex-end;
    padding-bottom: 25px;
}
.g_con02_inner{
	height: calc(100vh - 80px);
	min-height: 800px;
}
.g_con02_inner video,
.g_con02_inner img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  min-width: 100%;
    min-height: 100%;
  	object-fit: cover;
	font-family:"object-fit:cover;";
	z-index: 1;
}
.g_con02_inner video{opacity: .25;}
.haguruma{
	background:url("../img/gear/bk.jpg")no-repeat;
	background-position: center;
	background-size: cover;
}
.g_con02_box_sub p,
.g_con02_box p{
	width: 90%;
	max-width: 900px;
	margin:0 auto;
	font-size:150%;
	z-index: 2;
    line-height: 130%;
}
.g_con02_box_sub p span,
.g_con02_box p span{
	display: block;
	font-size:150%;
    line-height: 130%;
}
.g_con02_box01{
	justify-content: center;
	align-items: flex-end;
}
.g_con02_box01 p{margin-bottom: 50px;}

.g_con02_box03 .g_con02_inner{justify-content: flex-start;}
.g_con02_box04 p span,
.g_con02_box03 p span{margin-bottom: 40px;}

.g_con03{
	width: 90%;
	margin: 0 auto;
	padding: 140px 0 0;
}
.product_title{
	font-size:300%;
	margin-bottom: 30px;
}
.g_product_text{
font-size: 150%;
    margin: 0 auto 43px;
    line-height: 130%;
    max-width: 700px;
}
.g_product_list{
	max-width: 980px;
	margin: 0 auto;
	justify-content: space-between;
	align-self: flex-start;
}
.g_product_list li{
	width: 50%;
	max-width: 363px;
	margin-bottom: 70px;
}
.g_product_list li a{color: #000;}
.g_product_list li a img {transition: 0.5s all;}
.g_product_name{
	font-size:150%;
    line-height: 130%;
}
.g_product_list li a:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.g_con02_list{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1080px;
    margin: 0 auto;
}
.g_con02_list li{
	width:calc(100%/2);
    padding-top: 50%;
	overflow: hidden;
}
.g_con02_list li img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  min-width: 100%;
    min-height: 100%;
  	object-fit: cover;
	font-family:"object-fit:cover;";
}
@media print, screen and (max-width: 1080px) {
	.g_con02_list li{padding-top: 40vw;}
}
@media print, screen and (max-width: 768px) {
.top_gear_text{margin: 55px auto 70px;}
.g_con02_box,
.g_con02_inner{
	height: 800px;
	min-height: 800px;
	}
}
@media print, screen and (max-width: 550px) {
.g_con02_box,
.g_con02_inner{
	height: 570px;
	min-height: 570px;
	}
.g_con02_box_sub,
.g_con02_box {margin-bottom: 25px;}
.product_title {font-size: 225%;}
	
.g_con02_box_sub p span,
.g_con02_box p span {font-size: 171%;}
	
.g_con02_box_sub p,
.g_con02_box p,
.g_product_text {font-size: 88%;}
	
.g_con03 {padding: 80px 0 0;}
.g_con01 {
	width: 100%;
    margin: 145px auto 45px;
	}
.top_gear_text{
	margin: 45px auto;
    font-size: 150%;
}
.g_product_list li{width: 100%;}
.g_product_list{justify-content: center;}	
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　motor
----------------------------------------------------------------------------------------------------------------------------------*/
.mv_logo{
	display: block;
	max-width: 440px;
    padding-top: 33%;
	margin: 20px auto;
}
.mv_logo img{object-fit: contain;}

.m_con{
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 800px;
}
.mm_text,
.m_text{
	width: 100%;
	max-width: 95%;
	margin:0 auto;
	z-index: 2;
    line-height: 130%;
}
.mm_text span,
.m_text span{
	display: block;
    line-height: 130%;
	margin-bottom: 20px;
}
.m_text{font-size:150%;}
.m_text span{font-size:150%;}
.mm_text span{font-size:174%;}

.m_con01 .m_text span{margin-bottom: 30px;}

.m_con01 .mm_text,
.m_con01 .m_text{
	width: 90%;
    max-width: 700px;
}
.m_con02{
	justify-content: flex-end;
	align-items:flex-start;
}
.m_con03_img,
.m_con02_img{
	position:sticky;
	top: 0px;
	left: 0;
	width: 100%;
	min-height:100vh;
	z-index: 1;
    background-size: contain;
	background-repeat: no-repeat;
}
.m_con03_img{
	background-image: url("../img/motor/motor03.jpg");
	background-position: center bottom;}
.m_con02_img{
	background-image: url("../img/motor/motor01.jpg");
	background-position: center;}

.m_con02_list{
	width: 100%;
    max-width: 42%;
	z-index: 2;
}
.m_con02_list li{
	width: 100%;
	margin-bottom: 110px;
}
.m_con03{
	justify-content: flex-start;
	align-items:flex-start;
}
.m_con03_list{
	width: 100%;
    max-width: 40%;
	z-index: 2;
}
.m_con03_list li{
	width: 100%;
	margin-bottom: 50px;
}
.m_con03_list li:first-child{margin-bottom: 60px;}

.m_con04{padding: 80px 0 0;}
.m_con04_mv{
	width: 100%;
	min-height: 520px;
	background: url("../img/motor/motor02.png")no-repeat;
	background-position: right bottom;
    background-size: 93%;
}
.tbl_box{padding: 65px 0;}
.m4_tbl{
	width: 100%;
	margin-top: 50px;
}
.m4_tbl th,
.m4_tbl td{
	padding: 20px;
	vertical-align: middle;
}
.m4_tbl th{
	width: 30%;
	font-size: 175%;
}
.m_con05{
	padding-top: 100px;
    margin-bottom: 0!important;
}
.m_product_list li:nth-child(even){background: #3E3A39;}
.m_product_list li a{
	padding: 20px 0 20px 3%;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	overflow: hidden;
}
.m_product_list li p{
	width: 45%;
    font-size: 225%;
	line-height: 130%;
}
.m_product_list li a img{
	width: 55%;
    transition: 0.3s all;
}
.m_product_list li a:hover img{
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
@media print, screen and (max-width: 768px) {
.m_con04_mv{
    min-height: 75vw;
    background-size: 104%;
}
.m_product_list li a{padding: 45px 0 45px 3%;}
.m_product_list li p{
	width: 280px;
	font-size: 185%;
	}
.m_product_list li a img{width: calc(100% - 280px);}
}
@media print, screen and (max-width: 550px) {
.m_con{
	min-height: 400px;
    margin-bottom: 50px;
	}
.m_con01{height: auto;}
.m_con02_img{
	position:static;
	top:inherit;
	left: inherit;
    min-height: 73vw;
	margin-bottom: 20px;
    background-size: 100% auto;
}
	.m_con03_list{max-width: 100%;}
.m_con03_list li:first-child {margin-bottom: 52vw;}
.m_con03_img{
    position: absolute;
    top: 0vw;
    min-height: 64vw;
    background-size: 100% auto;
}
	
	.m_con02_list{max-width: 100%;}
.m_con02_list li {margin-bottom: 40px;}
.m_product_list li a{
	flex-direction: column;
	justify-content: flex-start;
	padding: 45px 0 20px 5%;
	}
.m4_tbl th{padding: 20px 20px 10px;}
.m4_tbl td{padding: 10px 20px;}
	
.m4_tbl td,
.m4_tbl th{
	width: 100%;
	font-size: 100%;
	display: block;
	}
.m4_tbl th br{display: none;}
.m_product_list li p{
	font-size: 150%;
	width: 100%;
	margin-bottom: 15px;
	}
.m_product_list li a img{width:100%;}
	
.m_text{
	font-size:100%;
    max-width: 90%;
	}
.m_text span{
	font-size:150%;
    margin-bottom: 13px;
	}

.mm_text{
	font-size:88%;
    max-width: 90%;
	}
.mm_text span{font-size:143%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　 hsr
----------------------------------------------------------------------------------------------------------------------------------*/
.h_mv{
	padding-top: 200px;
    min-height: 500px;
}
.mv_top_text{
	width: 100%;
	position: absolute;
    top: 10vw;
	left: 0;
}
.mv_top_text img{
	width: 60vw;
	max-width: 450px;
}
.mv .hsr_text{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 1080px;
}
.black_font{
	font-family: mochiy-pop, sans-serif;
	font-weight: 400;
	ont-style: normal;
    line-height: 130%;
	font-size: 375%;
}
.hsr_text .black_font_gh{
	font-family: mochiy-pop, sans-serif;
	font-weight: 400;
	ont-style: normal;
    line-height: 130%;
	font-size: 175%;
}
.hsr_box{
	border-radius: 25px;
	border: solid 1px #000;
	padding: 0 0 100px;
	margin-top: 25px;
}
.h_con_box{padding: 100px 0;}
.hsr_img{width: 100%;}
.hsr_img img{
	width: 90%;
	max-width: 670px;
	margin: 0 auto;
}
.hsr_text{
	width: 100%;
	max-width: 600px;
	font-size:150%;
	line-height: 130%;
}
.hsr_text .text_gh{
	width: 100%;
	max-width: 600px;
	font-size:125%;
	line-height: 120%;
}
.hsr_box .hsr_text{width: 90%;}
.hsr_text span{
	font-size:150%;
	display: block;
	line-height: 130%;
	margin-bottom: 25px;
}
.hsr_text .black_font{font-size:250%;}
.h_con_text{
	margin:40px auto 30px;
	text-align: left;
	clear: both;
}
.h_con01_img{
	max-width: 100%;
	overflow: hidden;
    padding-top: 80%;
	max-height: 822px;
	min-height: 280px;
/*	border-radius: 25px 25px 0 0;*/
}
.h_con01_img img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	min-width: 185%;
    min-height: 185%;
  	object-fit: cover;
	font-family:"object-fit:cover;";
	z-index: 1;
}
.h_con_text01{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin: auto;
    display: inline-block;
	z-index: 2;
}
.h_con_text01 span{margin-bottom: 0;}
.h_con_text02{
    position: absolute;
    bottom: 25%;
    right: 4%;
    max-width: 260px;
    display: inline-block;
    z-index: 2;
}
.h_con_text03{
    position: absolute;
    right: 4%;
    max-width: 400px;
    display: inline-block;
    z-index: 2;
	top: 50%;
	transform: translate(0,-50%);
}
.margin{margin: auto;}
.h_con02{
	width: 90%;
	padding: 100px 0 255px;
}
.h_con02_inner{
	width: 100%;
	max-width: 1080px;
    margin: 140px auto 0;
	justify-content: flex-start;
	align-items: flex-start;
}
.h_con02_inner img{
	position: absolute;
	max-width: 650px;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.h_con03{
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 800px;
}
.h_con03 img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:100%;
	object-fit: cover;
	z-index: -1;
}
.h_con03_inner{
	padding-top: 80px;
	width: 90%;
	max-width: 1080px;
	height: 100%;
	justify-content: flex-start;
	align-items: flex-start;
}
.h_con04{
	width: 90%;
	max-width: 1020px;
	padding: 80px 0;
}
.h_product_list {
	justify-content: space-between;
	align-items: flex-start;
}
.h_product_list li{width: 24%;}
.h_product_list li a{
	width: 100%;
    max-width: 300px;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center bottom;
    flex-direction: column;
    border: solid 2px #f8f8f8;
	color: #000;
	transition: 0.5s all;
}
.h_product_list li a:hover{background-size: 120%;}
.h_product_list li:first-child a{background-image: url("../img/hsr/product03.jpg");}
.h_product_list li:nth-child(2) a{background-image: url("../img/hsr/product04.jpg");}
.h_product_list li:nth-child(3) a{background-image: url("../img/hsr/product01.jpg");}
.h_product_list li:last-child a{background-image: url("../img/hsr/product02.jpg");}

.h_p_title{
	font-size: 113%;
    margin: 20px 0 10px;
}
.h_p_title span{
	font-size:150%;
	line-height: 130%;
	margin-bottom: 40px;
}

.example_outline{
	width: 100%;
	max-width: 1080px;
	justify-content: space-between;
	align-items: center;
	margin: 120px auto 0;
}
.example_outline li{
	width: 16.5%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
    margin: 15px auto;
}
.example_outline li:first-child{width: 27%;}
.example_outline li .example_box{height: 200px;}
.example_box{height: 400px;}
.example_box img{
	height: 100%;
	width: auto;
  	object-fit: contain;
	z-index: 1;
}
.example_box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 1;
    transition: 0.3s all;
}
.example_box:hover::before{opacity: 0;}
.example_item01::before{background-image: url("../img/hsr/use/robot_arm.png");}
.example_item02::before{background-image: url("../img/hsr/use/scara_robot.png");}
.example_item03::before{background-image: url("../img/hsr/use/wafer_robot.png");}
.example_item04::before{background-image: url("../img/hsr/use/agv.png");}
.example_item05::before{background-image: url("../img/hsr/use/ugv.png");}
.example_item06::before{background-image: url("../img/hsr/use/positioner.png");}
.example_item07::before{background-image: url("../img/hsr/use/turret.png");}
.example_item08::before{background-image: url("../img/hsr/use/water_jet.png");}
.example_item09::before{background-image: url("../img/hsr/use/cmp.png");}

.outline .hsr_box .hsr_img .left {
	margin: 0 50px 50px 100px;
	max-width: 450px;
	display: flex;
}

@media print, screen and (max-width: 1280px) {
.example_outline li .example_box{height: 15vw;}
.example_box{height: 30vw;}
}
@media print, screen and (max-width: 768px) {
	
.example_outline li .example_box{height: 25vw;}
.example_box{height: 50vw;}
	
.example_outline li{
	width: 48%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
    margin: 15px 0;
}
.example_outline li:nth-of-type(n+3):nth-of-type(-n+5) .example_box,
.example_outline li:first-child{width: 48%;}
.example_outline li:nth-of-type(n+3):nth-of-type(-n+5){
	width: 100%;
	flex-direction: row;
	}
	
.mv .hsr_text{
	position:static;
	background: #2B395A;
	width: 100%;
	padding: 5%;
}
.h_con03 {
    height: 100%;
    min-height: 600px;
}
.h_con03 img{height: 330px;}
.h_con02_inner img{position: static;}
.h_con02 {padding: 100px 0 0px;}
.hsr_text{font-size:100%;}
.h_product_list {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.h_product_list li{
	width: 100%;
	margin-bottom: 40px;
	}
.h_product_list li a {margin: 0 auto;}
.h_con_text02{
	width: 100%;
    max-width: 600px;
	position: static;
    margin-top: 20px;
	margin-bottom: 0;
	}
	.h_con_text03{
			width: 100%;
			max-width: 600px;
			position: static;
			margin-top: 20px;
			margin-bottom: 0;
			transform: none;
			}
	.h_con_text02 br{display: none;}
}
@media print, screen and (max-width: 550px) {
.mv_top_text{top: 15vw;}
.hsr_box .hsr_text{width: 90%;}
.hsr_text span{font-size:150%;}
.h_p_title{font-size: 88%;}
.h_p_title span{
	font-size:206%;
	margin-bottom: 30px;
	}
.black_font {font-size: 225%;}
.h_con_text02 .hsr_text,
.h_con_text02 span{margin-bottom: 0px;}
.h_con_text01 span{font-size: 100%;}
.h_con_text01 .black_font{font-size: 225%;}
.h_con04{
	width: 100%;
	padding: 80px 0;
}
.h_con04 .hsr_text{
	width: 90%;
	margin: 0 auto;
}
.outline .hsr_box .hsr_img .left {
	margin: auto;
	max-width: 450px;
	display: flex;
}
}
@media print, screen and (max-width: 460px) {.h_product_list li a {min-height: 135vw;}}
