@charset "UTF-8";

/* *******************************************************************************************
* 
*	Business / 事業紹介
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader{
	background: url(../img/business/header_img.jpg) 0 center no-repeat;
	background-size: cover;
}
.alHeader_ttl_catch{
	top: 55px;
	margin-left: 182px;
	width: 140px;
}

@media screen and (max-width : 768px){
	.alHeader{
		background: url(../img/business/header_img_sp.jpg) 0 center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.alMain{
	padding: 80px 0 40px 0;
}
.alMain-2{
	padding: 68px 0 0 0;
}
.mode-night .alMain-2{
	color: #fff;
}
.lead{
	margin-bottom: 68px;
	text-align: center;
}
.lead_ttl{
	font-size: 20px;
	line-height: 44px;
	letter-spacing: 0.06em;
	font-weight: 600;
}

@media screen and (max-width : 768px){
	.alMain{
		padding: 60px 0 30px 0;
	}
	.alMain-2{
		padding: 51px 0 0 0;
	}
	.lead{
		margin-bottom: 51px;
	}
	.lead_ttl{
		padding: 0 20px;
		font-size: 15px;
		line-height: 33px;
	}
}

.business-top{
	padding-bottom: 80px;
}
.business-top_inner{
	position: relative;
	margin: 0 auto;
	min-width: 1040px;
	max-width: 1280px;
	height: 600px;
}
.business-top_inner.business-top-1{
	background: url(../img/business/top_img_01.jpg) 0 0 no-repeat;
	background-size: cover;
}
.business-top_inner.business-top-2{
	background: url(../img/business/top_img_02.jpg) 0 0 no-repeat;
	background-size: cover;
}
.business-top_inner.business-top-3{
	background: url(../img/business/top_img_03.jpg) 0 0 no-repeat;
	background-size: cover;
}
.business-top_inner a{
	position: relative;
	display: block;
	height: 600px;
}
.business-top_link{
	position: absolute;
	bottom: 0;
	width: 600px;
	height: 480px;
	background: #fff;
}
.mode-night .business-top_link{
	background: #1a1a1a;
}
.business-top_link-left{
	left: 0;
}
.business-top_link-right{
	right: 0;
}
.business-top_link:after{
	position: absolute;
	content: '';
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(128,128,128,.2);
}
.business-top_link-left:after{
	left: 0;
}
.business-top_link-right:after{
	right: 0;
}
.business-top_link_inner{
	padding: 64px;
}
.business-top_link_ttl{
	margin-bottom: 38px;
	color: #df1232;
	text-align: center;
}
.business-top_link_ttl_en{
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 20px;
	font-size: 56px;
	line-height: 1em;
	letter-spacing: 0.04em;
}
.business-top_link_ttl_en:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 48px;
	height: 2px;
	background: #df1232;
}
.business-top_link_ttl_jp{
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.business-top_link_info_txt{
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.business-top_link_btm{
	position: absolute;
	bottom: 0;
	width: -webkit-calc(100% - 1px);
	width: calc(100% - 1px);
	height: 79px;
	border-top: 1px solid rgba(128,128,128,.2);
	border-bottom: 1px solid rgba(128,128,128,.2);
}
.business-top_link-left .business-top_link_btm{
	right: 0;
}
.business-top_link-right .business-top_link_btm{
	left: 0;
}
.business-top_link_btm:before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 79px;
	height: 100%;
	background: rgba(0,0,0,.05);
	border-left: 1px solid rgba(128,128,128,.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 4;
}
.mode-night .business-top_link_btm:before{
	background: rgba(0,0,0,.2);
}
.business-top_inner a:hover .business-top_link_btm:before{
	width: 40px;
	background: rgba(237,21,56,.05);
}
.business-top_link_btm_arrow{
	position: absolute;
	display: block;
	top: 50%;
	right: 35px;
	width: 84px;
	height: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	overflow: hidden;
}
.business-top_inner a:hover .business-top_link_btm_arrow{
	padding-left: 20px;
	-webkit-transform: translate(20px, -50%);
	transform: translate(20px, -50%);
}
.business-top_link_btm_arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #e0112f;
}

@media screen and (max-width : 768px){
	.business-top{
		padding-bottom: 60px;
	}
	.business-top_inner{
		padding: 0 20px;
		min-width: 0;
		height: auto;
	}
	.business-top_inner.business-top-1{
		background: none;
	}
	.business-top_inner.business-top-2{
		background: none;
	}
	.business-top_inner.business-top-3{
		background: none;
	}
	.business-top_inner a{
		height: auto;
	}
	.business-top_link{
		position: relative;
		bottom: auto;
		width: 100%;
		height: auto;
	}
	.business-top_link-left:after{
		left: auto;
		right: 0;
	}
	.business-top_link:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: rgba(128,128,128,.2);
	}
	.business-top_link_inner{
		padding: 48px 28px;
	}
	.business-top_link_ttl{
		margin-bottom: 28px;
	}
	.business-top_link_ttl_en{
		margin-bottom: 14px;
		padding-bottom: 16px;
		font-size: 42px;
		line-height: 1em;
	}
	.business-top_link_ttl_en:after{
		width: 36px;
	}
	.business-top_link_ttl_jp{
		font-size: 15px;
		line-height: 1em;
	}
	.business-top_link_info_ttl{
		margin-bottom: 18px;
		font-size: 12px;
		line-height: 1em;
	}
	.business-top_link_info_txt{
		font-size: 12px;
		line-height: 27px;
	}
	.business-top_link_btm{
		position: relative;
		height: 59px;
	}
	.business-top_link_btm:before{
		width: 59px;
	}
	.business-top_inner a:hover .business-top_link_btm:before{
		width: 59px;
	}
	.business-top_link_btm_arrow{
		right: 26px;
		width: 63px;
		height: 11px;
	}
	.business-top_inner a:hover .business-top_link_btm_arrow{
		padding-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.business-top_link_btm_arrow:after{
		width: 0;
		height: 0;
	}
}

/* ----------------------------- ボトムナビゲーション ----------------------------- */

.businessNav{
	display: flex;
	overflow: hidden;
}
.businessNav_item{
	width: 50%;
	background: rgba(0,0,0,.05);
	border-left: 1px solid rgba(128,128,128,.2);
}
.businessNav_item:first-child{
	border-left: 0;
}
.businessNav_item_link{
	position: relative;
	display: flex;
	padding: 40px;
}
.businessNav_item-prev .businessNav_item_link{
	flex-direction: row-reverse;
}
.businessNav_item_link:before{
	position: absolute;
	content: '';
	top: 0;
	width: 23px;
	height: 100%;
	background: rgba(0,0,0,.05);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 4;
}
.mode-night .businessNav_item_link:before{
	background: rgba(0,0,0,.2);
}
.businessNav_item-prev .businessNav_item_link:before{
	left: 0;
	border-right: 1px solid rgba(128,128,128,.2);
}
.businessNav_item-next .businessNav_item_link:before{
	right: 0;
	border-left: 1px solid rgba(128,128,128,.2);
}
.businessNav_item_link:hover:before{
	width: 12px;
	background: rgba(237,21,56,.05);
}
.businessNav_item_info{
	position: relative;
	width: -webkit-calc(100% - 194px);
	width: calc(100% - 194px);
}
.businessNav_item_info_ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #df1232;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.businessNav_item-prev .businessNav_item_link:hover .businessNav_item_info_ttl{
	padding-right: 12px;
}
.businessNav_item-next .businessNav_item_link:hover .businessNav_item_info_ttl{
	padding-left: 12px;
}
.businessNav_item_info_ttl_en{
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 14px;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: 0.04em;
}
.businessNav_item_info_ttl_en:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 2px;
	background: #df1232;
}
.businessNav_item_info_ttl_jp{
	padding-bottom: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.businessNav_item_img{
	position: relative;
	width: 194px;
	overflow: hidden;
}
.businessNav_item_img:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	background: rgba(237,21,55,.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translate(-50%, -50%) scale(0.1);
	transform: translate(-50%, -50%) scale(0.1);
	opacity: 0;
	z-index: 5;
}
.businessNav_item_link:hover .businessNav_item_img:after{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.businessNav_item_arrow{
	position: absolute;
	display: block;
	top: 50%;
	width: 26px;
	height: 9px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	overflow: hidden;
}
.businessNav_item-prev .businessNav_item_arrow{
	left: 9px;
}
.businessNav_item-next .businessNav_item_arrow{
	right: 9px;
}
.businessNav_item_arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #e0112f;
}
.businessNav_item-prev .businessNav_item_link:hover .businessNav_item_arrow{
	padding-right: 6px;
	-webkit-transform: translate(-6px, -50%);
	transform: translate(-6px, -50%);
}
.businessNav_item-next .businessNav_item_link:hover .businessNav_item_arrow{
	padding-left: 6px;
	-webkit-transform: translate(6px, -50%);
	transform: translate(6px, -50%);
}

@media screen and (max-width : 768px){
	.businessNav_item_link{
		display: block;
		padding: 20px;
		padding-bottom: 30px;
	}
	.businessNav_item-prev .businessNav_item_link{
		padding-right: 0;
	}
	.businessNav_item-next .businessNav_item_link{
		padding-left: 0;
	}
	.businessNav_item_link:before{
		width: 18px;
	}
	.businessNav_item_link:hover:before{
		width: 18px;
	}
	.businessNav_item_info{
		width: auto;
	}
	.businessNav_item_info_ttl{
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.businessNav_item-prev .businessNav_item_link:hover .businessNav_item_info_ttl{
		padding-right: 0;
	}
	.businessNav_item-next .businessNav_item_link:hover .businessNav_item_info_ttl{
		padding-left: 0;
	}
	.businessNav_item_info_ttl_en{
		margin-bottom: 9px;
		padding-bottom: 11px;
		font-size: 24px;
		line-height: 1em;
	}
	.businessNav_item_info_ttl_en:after{
		width: 18px;
	}
	.businessNav_item_info_ttl_jp{
		padding-bottom: 0;
		font-size: 12px;
		line-height: 1em;
	}
	.businessNav_item_img{
		margin: 0 auto 18px auto;
		width: 97px;
	}
	.businessNav_item_img:after{
		width: 0;
		height: 0;
	}
	.businessNav_item_link:hover .businessNav_item_img:after{
		opacity: 0;
	}
	.businessNav_item_arrow{
		width: 20px;
		height: 7px;
	}
	.businessNav_item-prev .businessNav_item_arrow{
		left: 7px;
	}
	.businessNav_item-next .businessNav_item_arrow{
		right: 7px;
	}
	.businessNav_item_arrow:after{
		width: 0;
		height: 0;
	}
	.businessNav_item-prev .businessNav_item_link:hover .businessNav_item_arrow{
		padding-right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.businessNav_item-next .businessNav_item_link:hover .businessNav_item_arrow{
		padding-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/* *******************************************************************************************
* 
*	OEM / OEM事業
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader-oem{
	background: url(../img/business/header_img-oem.jpg) 0 center no-repeat;
	background-size: cover;
}
.alHeader-oem .alHeader_ttl_catch{
	top: 43px;
	margin-left: 80px;
	width: 163px;
}

@media screen and (max-width : 768px){
	.alHeader-oem{
		background: url(../img/business/header_img-oem_sp.jpg) 0 center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.oem{
	padding-bottom: 120px;
}
.oem_inner{
	margin: 0 auto;
	width: 1040px;
}

@media screen and (max-width : 768px){
	.oem{
		padding-bottom: 90px;
	}
	.oem_inner{
		padding: 0 20px;
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}

/* ----------------------------- What is ----------------------------- */

.oem_nav{
	display: flex;
	border: 1px solid rgba(128,128,128,.2);
}
.oem_nav_item{
	position: relative;
	width: 20%;
	height: 198px;
	border-left: 1px solid rgba(128,128,128,.2);
}
.oem_nav_item:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -5px;
	width: 10px;
	height: 17px;
	background: url(../img/business/oem_nav_arrow.png) 0 0 no-repeat;
	background-size: 10px 17px;
	z-index: 10;
}
.mode-night .oem_nav_item:after{
	background: url(../img/business/oem_nav_arrow_wt.png) 0 0 no-repeat;
	background-size: 10px 17px;
}
.oem_nav_item:first-child{
	border-left: 0;
}
.oem_nav_item:last-child:after{
	background: none;
}
.oem_nav_item.current{
	background: #f9edef;
}
.mode-night .oem_nav_item.current{
	background: #151515;
}
.oem_nav_item_txt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 86px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.oem_nav_item_txt.item_txt-1{
	background: url(../img/business/oem_nav_01.png) center 4px no-repeat;
	background-size: 50px auto;
}
.oem_nav_item_txt.item_txt-2{
	background: url(../img/business/oem_nav_02.png) center 8px no-repeat;
	background-size: 63px auto;
}
.oem_nav_item_txt.item_txt-3{
	padding-top: 69px;
	color: #df1232;
	background: url(../img/business/oem_nav_03.png) center 0 no-repeat;
	background-size: 44px auto;
}
.oem_nav_item_txt.item_txt-4{
	background: url(../img/business/oem_nav_04.png) center 11px no-repeat;
	background-size: 69px auto;
}
.oem_nav_item_txt.item_txt-5{
	background: url(../img/business/oem_nav_05.png) center 0 no-repeat;
	background-size: 58px auto;
}
.mode-night .oem_nav_item_txt.item_txt-1{
	background: url(../img/business/oem_nav_01_wt.png) center 4px no-repeat;
	background-size: 50px auto;
}
.mode-night .oem_nav_item_txt.item_txt-2{
	background: url(../img/business/oem_nav_02_wt.png) center 8px no-repeat;
	background-size: 63px auto;
}
.mode-night .oem_nav_item_txt.item_txt-4{
	background: url(../img/business/oem_nav_04_wt.png) center 11px no-repeat;
	background-size: 69px auto;
}
.mode-night .oem_nav_item_txt.item_txt-5{
	background: url(../img/business/oem_nav_05_wt.png) center 0 no-repeat;
	background-size: 58px auto;
}
.oem_nav_item_txt_label{
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 18px;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.04em;
	background: #df1232;
}

@media screen and (max-width : 768px){
	.oem_nav{
		flex-wrap: wrap;
		border: 0;
	}
	.oem_nav_item{
		width: -webkit-calc(33% - 1px);
		width: calc(33% - 1px);
		height: 148px;
		border: 1px solid rgba(128,128,128,.2);
		border-right: 0;
	}
	.oem_nav_item:nth-child(3n){
		width: -webkit-calc(34% - 2px);
		width: calc(34% - 2px);
		border-right: 1px solid rgba(128,128,128,.2);
	}
	.oem_nav_item:first-child{
		border-left: 1px solid rgba(128,128,128,.2);
	}
	.oem_nav_item:last-child{
		border-right: 1px solid rgba(128,128,128,.2);
	}
	.oem_nav_item:nth-child(n + 4){
		border-top: 0;
	}
	.oem_nav_item:after{
		right: -4px;
		width: 7px;
		height: 12px;
		background-size: 7px 12px;
	}
	.mode-night .oem_nav_item:after{
		background-size: 7px 12px;
	}
	.oem_nav_item:last-child:after{
		background: url(../img/business/oem_nav_arrow.png) 0 0 no-repeat;
		background-size: 7px 12px;
	}
	.mode-night .oem_nav_item:last-child:after{
		background: url(../img/business/oem_nav_arrow_wt.png) 0 0 no-repeat;
		background-size: 7px 12px;
	}
	.oem_nav_item:nth-child(n + 4):after{
		right: auto;
		left: -4px;
	}
	.oem_nav_item_txt{
		padding-top: 65px;
		font-size: 12px;
		line-height: 1em;
	}
	.oem_nav_item_txt.item_txt-1{
		background: url(../img/business/oem_nav_01.png) center 3px no-repeat;
		background-size: 37px auto;
	}
	.oem_nav_item_txt.item_txt-2{
		background: url(../img/business/oem_nav_02.png) center 6px no-repeat;
		background-size: 47px auto;
	}
	.oem_nav_item_txt.item_txt-3{
		padding-top: 51px;
		background-size: 33px auto;
	}
	.oem_nav_item_txt.item_txt-4{
		background: url(../img/business/oem_nav_04.png) center 9px no-repeat;
		background-size: 52px auto;
	}
	.oem_nav_item_txt.item_txt-5{
		background-size: 44px auto;
	}
	.mode-night .oem_nav_item_txt.item_txt-1{
		background: url(../img/business/oem_nav_01_wt.png) center 3px no-repeat;
		background-size: 37px auto;
	}
	.mode-night .oem_nav_item_txt.item_txt-2{
		background: url(../img/business/oem_nav_02_wt.png) center 6px no-repeat;
		background-size: 47px auto;
	}
	.mode-night .oem_nav_item_txt.item_txt-4{
		background: url(../img/business/oem_nav_04_wt.png) center 9px no-repeat;
		background-size: 52px auto;
	}
	.mode-night .oem_nav_item_txt.item_txt-5{
		background-size: 44px auto;
	}
	.oem_nav_item_txt_label{
		margin-bottom: 6px;
		padding: 3px 12px;
		font-size: 15px;
		line-height: 1em;
	}
}

.oem_full{
	width: 100%;
	height: 320px;
	background: url(../img/business/oem_full_img.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width : 768px){
	.oem_full{
		height: 160px;
		background: url(../img/business/oem_full_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
}

/* ----------------------------- Point ----------------------------- */

.oem_point{
	padding-bottom: 80px;
}
.oem_point:last-child{
	padding-bottom: 0;
}
.oem_point_clm{
	display: flex;
	flex-direction: row-reverse;
}
.oem_point_clm_item{
	position: relative;
	margin-left: 40px;
	width: 500px;
}
.oem_point_clm_item:last-child{
	margin-left: 0;
}
.oem_point_clm-btm{
	flex-direction: row;
	margin-top: 40px;
}
.oem_point_clm-btm .oem_point_clm_item{
	margin-left: 0;
	margin-right: 40px;
}
.oem_point_clm-btm .oem_point_clm_item:last-child{
	margin-right: 0;
}
.oem_point_clm_item_img{
	position: relative;
}
.oem_point_clm_item_img-btm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.oem_point_clm_item_img_caption{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 4px;
	padding-left: 16px;
	width: 152px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: #fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.mode-night .oem_point_clm_item_img_caption{
	background: #1a1a1a;
}
.oem_point_clm_item_img_caption:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	margin-top: 4px;
	width: 2px;
	height: 16px;
	background: #df1232;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.oem_point_clm_item_ttl{
	display: flex;
	height: 80px;
	border-top: 1px solid rgba(128,128,128,.2);
	border-bottom: 1px solid rgba(128,128,128,.2);
}
.oem_point_clm_item_ttl_no{
	width: 80px;
	color: #df1232;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	border-right: 1px solid rgba(128,128,128,.2);
}
.oem_point_clm_item_ttl_txt{
	padding-left: 40px;
	font-size: 20px;
	line-height: 80px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.oem_point_clm_item_txt{
	padding: 27px 0;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}

@media screen and (max-width : 768px){
	.oem_point{
		padding-bottom: 60px;
	}
	.oem_point:last-child{
		padding-bottom: 0;
	}
	.oem_point_clm{
		display: block;
	}
	.oem_point_clm_item{
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.oem_point_clm_item:last-child{
		margin-bottom: 0;
	}
	.oem_point_clm-btm{
		margin-top: 30px;
	}
	.oem_point_clm-btm .oem_point_clm_item{
		margin-right: 0;
	}
	.oem_point_clm-btm .oem_point_clm_item:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	.oem_point_clm_item_img-btm{
		position: static;
		margin-top: 30px;
	}
	.oem_point_clm_item_img_caption{
		padding-left: 13px;
		width: 114px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.oem_point_clm_item_img_caption:before{
		height: 12px;
	}
	.oem_point_clm_item_ttl{
		height: 60px;
	}
	.oem_point_clm_item_ttl_no{
		width: 60px;
		font-size: 30px;
		line-height: 60px;
	}
	.oem_point_clm_item_ttl_txt{
		position: relative;
		padding-left: 0;
		width: -webkit-calc(100% - 61px);
		width: calc(100% - 61px);
		font-size: 15px;
		line-height: 22px;
	}
	.oem_point_clm_item_ttl_txt_inner{
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.oem_point_clm_item_txt{
		padding: 30px 0 0 0;
		font-size: 11px;
		line-height: 24px;
	}
}

/* *******************************************************************************************
* 
*	Repair / リペア事業
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader-repair{
	background: url(../img/business/header_img-repair.jpg) 0 center no-repeat;
	background-size: cover;
}
.alHeader-repair .alHeader_ttl_catch{
	top: 48px;
	margin-left: 116px;
	width: 179x;
}

@media screen and (max-width : 768px){
	.alHeader-repair{
		background: url(../img/business/header_img-repair_sp.jpg) 0 center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.repair{
	padding-bottom: 120px;
}
.repair_inner{
	margin: 0 auto;
	width: 1040px;
}

@media screen and (max-width : 768px){
	.repair{
		padding-bottom: 90px;
	}
	.repair_inner{
		padding: 0 20px;
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}

/* ----------------------------- What is ----------------------------- */

.repair_clm{
	display: flex;
	margin-bottom: 71px;
}
.repair_clm:last-child{
	margin-bottom: 0;
}
.repair_clm_item{
	margin-right: 40px;
	width: 500px;
}
.repair_clm_item:last-child{
	margin-right: 0;
}
.repair_clm_item-full{
	width: 100%;
	margin-right: 0;
}
.repair_clm_item_ttl{
	display: flex;
	margin-bottom: 40px;
	height: 80px;
	border-top: 1px solid rgba(128,128,128,.2);
	border-bottom: 1px solid rgba(128,128,128,.2);
}
.repair_clm_item_ttl_no{
	width: 80px;
	color: #df1232;
	font-size: 40px;
	line-height: 80px;
	letter-spacing: 0.04em;
	text-align: center;
	border-right: 1px solid rgba(128,128,128,.2);
}
.repair_clm_item-full .repair_clm_item_ttl_no{
	width: 135px;
}
.repair_clm_item_ttl_txt{
	padding-left: 40px;
	font-size: 20px;
	line-height: 80px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.repair_clm_item_img{
	position: relative;
}
.repair_clm_item_img_caption{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 4px;
	padding-left: 16px;
	width: 152px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: #fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.mode-night .repair_clm_item_img_caption{
	background: #1a1a1a;
}
.repair_clm_item_img_caption:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	margin-top: 4px;
	width: 2px;
	height: 16px;
	background: #df1232;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.repair_clm_item_txt{
	padding-top: 27px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.repair_clm_item_txt a{
	color: #df1232;
}
.repair_clm_item_case{
	margin-bottom: 16px;
}
.repair_clm_item_case_label{
	float: left;
	margin-right: 25px;
	width: 64px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	background: #1a1a1a;
}
.mode-night .repair_clm_item_case_label{
	background: #000;
}
.repair_clm_item_case_data{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.repair_clm_item_case-attention{
	padding-top: 24px;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.06em;
}

@media screen and (max-width : 768px){
	.repair_clm{
		display: block;
		margin-bottom: 60px;
	}
	.repair_clm:last-child{
		margin-bottom: 0;
	}
	.repair_clm_item{
		margin-right: 0;
		margin-bottom: 60px;
		width: 100%;
	}
	.repair_clm_item:last-child{
		margin-bottom: 0;
	}
	.repair_clm_item_ttl{
		margin-bottom: 30px;
		height: 60px;
	}
	.repair_clm_item_ttl_no{
		width: 60px;
		font-size: 30px;
		line-height: 60px;
	}
	.repair_clm_item-full .repair_clm_item_ttl_no{
		width: 90px;
	}
	.repair_clm_item_ttl_txt{
		position: relative;
		padding-left: 0;
		width: -webkit-calc(100% - 61px);
		width: calc(100% - 61px);
		font-size: 15px;
		line-height: 22px;
	}
	.repair_clm_item-full .repair_clm_item_ttl_txt{
		width: -webkit-calc(100% - 91px);
		width: calc(100% - 91px);
	}
	.repair_clm_item_ttl_txt_inner{
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.repair_clm_item_img_caption{
		padding-left: 13px;
		width: 114px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.repair_clm_item_img_caption:before{
		height: 12px;
	}
	.repair_clm_item_txt{
		padding-top: 24px;
		font-size: 11px;
		line-height: 24px;
	}
	.repair_clm_item_case{
		margin-bottom: 10px;
	}
	.repair_clm_item_case_label{
		margin-right: 16px;
		width: 48px;
		font-size: 12px;
		line-height: 18px;
	}
	.repair_clm_item_case_data{
		padding-left: 64px;
		font-size: 12px;
		line-height: 18px;
	}
	.repair_clm_item_case-attention{
		font-size: 11px;
		line-height: 1em;
	}
}

.repair_full{
	width: 100%;
	height: 320px;
	background: url(../img/business/repair_full_img.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width : 768px){
	.repair_full{
		height: 160px;
		background: url(../img/business/repair_full_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
}

/* ----------------------------- Flow ----------------------------- */

.repair_flow{
	display: flex;
	flex-wrap: wrap;
}
.repair_flow_item{
	position: relative;
	width: -webkit-calc(33% - 1px);
	width: calc(33% - 1px);
	height: 307px;
	border: 1px solid rgba(128,128,128,.2);
	border-right: 0;
}
.repair_flow_item:nth-child(3n){
	width: -webkit-calc(34% - 2px);
	width: calc(34% - 2px);
	border-right: 1px solid rgba(128,128,128,.2);
}
.repair_flow_item:nth-child(n + 4){
	border-top: 0;
}
.repair_flow_item:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -5px;
	width: 10px;
	height: 17px;
	background: url(../img/business/oem_nav_arrow.png) 0 0 no-repeat;
	background-size: 10px 17px;
	z-index: 10;
}
.mode-night .repair_flow_item:after{
	background: url(../img/business/oem_nav_arrow_wt.png) 0 0 no-repeat;
	background-size: 10px 17px;
}
.repair_flow_item:nth-child(n + 4):after{
	right: auto;
	left: -5px;
}
.repair_flow_item_inner{
	position: relative;
	padding: 40px;
	padding-bottom: 0;
}
.repair_flow_item_no{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 28px;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;
	background: #1a1a1a;
}
.mode-night .repair_flow_item_no{
	background: #000;
}
.repair_flow_item_ttl{
	margin-bottom: 21px;
	padding-top: 96px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}
.flow-1 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_01.png) center 18px no-repeat;
	background-size: 58px auto;
}
.flow-2 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_02.png) center 15px no-repeat;
	background-size: 40px auto;
}
.flow-3 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_03.png) center 21px no-repeat;
	background-size: 69px auto;
}
.flow-4 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_04.png) center 15px no-repeat;
	background-size: 40px auto;
}
.flow-5 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_05.png) center 11px no-repeat;
	background-size: 44px auto;
}
.flow-6 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_06.png) center 21px no-repeat;
	background-size: 69px auto;
}
.mode-night .flow-1 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_01_wt.png) center 18px no-repeat;
	background-size: 58px auto;
}
.mode-night .flow-2 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_02_wt.png) center 15px no-repeat;
	background-size: 40px auto;
}
.mode-night .flow-3 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_03_wt.png) center 21px no-repeat;
	background-size: 69px auto;
}
.mode-night .flow-4 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_04_wt.png) center 15px no-repeat;
	background-size: 40px auto;
}
.mode-night .flow-5 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_05_wt.png) center 11px no-repeat;
	background-size: 44px auto;
}
.mode-night .flow-6 .repair_flow_item_ttl{
	background: url(../img/business/repair_flow_06_wt.png) center 21px no-repeat;
	background-size: 69px auto;
}
.repair_flow_item_txt{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.repair_flow_item_txt a{
	color: #df1232;
}

@media screen and (max-width : 768px){
	.repair_flow_item{
		width: -webkit-calc(50% - 1px);
		width: calc(50% - 1px);
		height: auto;
	}
	.repair_flow_item:nth-child(2n){
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		border-right: 1px solid rgba(128,128,128,.2);
	}
	.repair_flow_item:nth-child(3n){
		width: -webkit-calc(50% - 1px);
		width: calc(50% - 1px);
		border-right: 0;
	}
	.repair_flow_item.flow-6{
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		border-right: 1px solid rgba(128,128,128,.2);
	}
	.repair_flow_item:nth-child(n + 3){
		border-top: 0;
	}
	.repair_flow_item:after{
		right: -4px;
		width: 7px;
		height: 12px;
		background-size: 7px 12px;
	}
	.mode-night .repair_flow_item:after{
		background-size: 7px 12px;
	}
	.repair_flow_item:nth-child(n + 3):after{
		right: auto;
		left: -4px;
	}
	.repair_flow_item.flow-4:before{
		position: absolute;
		content: '';
		top: 50%;
		right: -4px;
		width: 7px;
		height: 12px;
		background: url(../img/business/oem_nav_arrow.png) 0 0 no-repeat;
		background-size: 7px 12px;
		z-index: 10;
	}
	.mode-night .repair_flow_item.flow-4:before{
		background: url(../img/business/oem_nav_arrow_wt.png) 0 0 no-repeat;
		background-size: 7px 12px;
	}
	.repair_flow_item_inner{
		padding: 20px;
		padding-bottom: 30px;
	}
	.repair_flow_item_no{
		top: 20px;
		left: 20px;
		width: 21px;
		font-size: 12px;
		line-height: 21px;
	}
	.repair_flow_item_ttl{
		margin-bottom: 18px;
		padding-top: 82px;
		font-size: 12px;
		line-height: 1em;
	}
	.flow-1 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_01.png) center 24px no-repeat;
		background-size: 44px auto;
	}
	.flow-2 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_02.png) center 22px no-repeat;
		background-size: 30px auto;
	}
	.flow-3 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_03.png) center 26px no-repeat;
		background-size: 48px auto;
	}
	.flow-4 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_04.png) center 22px no-repeat;
		background-size: 30px auto;
	}
	.flow-5 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_05.png) center 18px no-repeat;
		background-size: 33px auto;
	}
	.flow-6 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_06.png) center 26px no-repeat;
		background-size: 48px auto;
	}
	.mode-night .flow-1 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_01_wt.png) center 24px no-repeat;
		background-size: 44px auto;
	}
	.mode-night .flow-2 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_02_wt.png) center 22px no-repeat;
		background-size: 30px auto;
	}
	.mode-night .flow-3 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_03_wt.png) center 26px no-repeat;
		background-size: 48px auto;
	}
	.mode-night .flow-4 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_04_wt.png) center 22px no-repeat;
		background-size: 30px auto;
	}
	.mode-night .flow-5 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_05_wt.png) center 18px no-repeat;
		background-size: 33px auto;
	}
	.mode-night .flow-6 .repair_flow_item_ttl{
		background: url(../img/business/repair_flow_06_wt.png) center 26px no-repeat;
		background-size: 48px auto;
	}
	.repair_flow_item_txt{
		font-size: 11px;
		line-height: 24px;
	}
}

/* *******************************************************************************************
* 
*	Import sales / 海外照明・輸入代行販売
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader-import-sales{
	background: url(../img/business/header_img-import-sales.jpg) 0 center no-repeat;
	background-size: cover;
}
.alHeader-import-sales .alHeader_ttl_catch{
	top: 48px;
	margin-left: 234px;
	width: 145x;
}

@media screen and (max-width : 768px){
	.alHeader-import-sales{
		background: url(../img/business/header_img-import-sales_sp.jpg) 0 center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.import-sales{
	padding-bottom: 120px;
}
.import-sales_inner{
	margin: 0 auto;
	width: 1040px;
}

@media screen and (max-width : 768px){
	.import-sales{
		padding-bottom: 90px;
	}
	.import-sales_inner{
		padding: 0 20px;
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}

/* ----------------------------- Our Strength ----------------------------- */

.import-sales_clm{
	display: flex;
}
.import-sales_clm_item{
	margin-right: 40px;
	width: 500px;
}
.import-sales_clm_item:last-child{
	margin-right: 0;
}
.import-sales_clm_item_ttl{
	display: flex;
	margin-bottom: 40px;
	height: 80px;
	border-top: 1px solid rgba(128,128,128,.2);
	border-bottom: 1px solid rgba(128,128,128,.2);
}
.import-sales_clm_item_ttl_no{
	width: 80px;
	color: #df1232;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	border-right: 1px solid rgba(128,128,128,.2);
}
.import-sales_clm_item_ttl_txt{
	padding-left: 40px;
	font-size: 20px;
	line-height: 80px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.import-sales_clm_item_txt{
	padding-top: 27px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.import-sales_clm_item_img-border{
	border: 1px solid rgba(128,128,128,.2);
}

@media screen and (max-width : 768px){
	.import-sales_clm{
		display: block;
	}
	.import-sales_clm_item{
		margin-right: 0;
		margin-bottom: 60px;
		width: 100%;
	}
	.import-sales_clm_item:last-child{
		margin-bottom: 0;
	}
	.import-sales_clm_item_ttl{
		margin-bottom: 30px;
		height: 60px;
	}
	.import-sales_clm_item_ttl_no{
		width: 60px;
		font-size: 30px;
		line-height: 60px;
	}
	.import-sales_clm_item_ttl_txt{
		position: relative;
		padding-left: 0;
		width: -webkit-calc(100% - 61px);
		width: calc(100% - 61px);
		font-size: 15px;
		line-height: 22px;
	}
	.import-sales_clm_item_ttl_txt_inner{
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.import-sales_clm_item_txt{
		padding-top: 24px;
		font-size: 11px;
		line-height: 24px;
	}
}

/* ----------------------------- Brands ----------------------------- */

.brands{
	padding-bottom: 120px;
}
.brands_inner{
	position: relative;
	height: 320px;
	background: url(../img/business/brands_bg.jpg) center center no-repeat;
	background-size: cover;
}
.brands_info{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.brands_info_ttl{
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}
.brands_info_ttl_en{
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 24px;
	font-size: 56px;
	line-height: 1em;
	letter-spacing: 0.04em;
}
.brands_info_ttl_en:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 48px;
	height: 2px;
	background: #fff;
}
.brands_info_ttl_jp{
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.brands_info_more{
	margin: 0 auto;
	width: 160px;
}

@media screen and (max-width : 768px){
	.brands{
		padding-bottom: 90px;
	}
	.brands_inner{
		height: 240px;
		background: url(../img/business/brands_bg_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.brands_info_ttl{
		margin-bottom: 30px;
	}
	.brands_info_ttl_en{
		margin-bottom: 14px;
		padding-bottom: 19px;
		font-size: 42px;
		line-height: 1em;
	}
	.brands_info_ttl_en:after{
		width: 36px;
	}
	.brands_info_ttl_jp{
		font-size: 15px;
		line-height: 1em;
	}
	.brands_info_more{
		width: 120px;
	}
}















