@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  .dbanner52{}
  
a {
	background-color:transparent;
	text-decoration:underline
}
a:active,a:hover {
	outline:0
}
img {
	border:0;
	max-width:100%;
	vertical-align:middle;
	display:inline-block
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.w-inline-block {
	max-width:100%;
	display:inline-block
}

p {
	margin-top:0;
	margin-bottom:10px
}
.w-row:after,.w-row:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-row:after {
	clear:both
}
.w-col {
	position:relative;
	float:left;
	width:100%;
	min-height:1px;
	padding-left:10px;
	padding-right:10px
}
.w-col-3 {
	width:25%
}
@media screen and (max-width:767px) {
	.w-row {
		margin-left:0;
		margin-right:0
	}
	.w-col {
		width:100%;
		left:auto;
		right:auto
	}
}
@media screen and (max-width:479px) {
	.w-col {
		width:100%
	}
}
.w-dyn-bind-empty {
	display:none!important
}
body {
	margin:0;
	min-height:100%;
	background-color:#fff;
font-family: 'Anton', sans-serif;
	color:#333;
	font-size:14px;
	line-height:20px
}
.grid-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:1300px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.separator-titles {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	max-width:1300px;
	margin-right:auto;
	margin-left:auto;
	padding-top:80px;
	padding-bottom:20px;
	padding-left:20px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	border-left:5px #eb2424
}
.separator-titles.bg-grey {
	z-index:1;
	background-color:#252525
}
.separator-txt {
	margin-bottom:5px;
	opacity:.39;
	
	color:#fff;
	font-size:12px;
	line-height:12px;
	font-weight:300;
	letter-spacing:2px;
	text-transform:uppercase
}
.service-wrapper {
	width:100%;
	max-width:none;
	margin-right:auto;
	margin-left:auto
}
.service-item {
	padding-right:3px;
	padding-left:0
}
.service-item:last-child {
	padding-right:0
}
.service-link {
	position:relative;
	z-index:0;
	display:inline-block;
	width:100%;
	height:230px;
	margin-bottom:10px;
	background-color:#181818;
	-webkit-transition:.2s;
	transition:.2s;
	color:#fff;
	text-decoration:none
}
.service-link:hover {
	z-index:1;
	background-color:#3b3b3b;
	box-shadow:0 36px 55px -30px #000;
	-webkit-transform:scale(1.05) translate(0,-8px);
	-ms-transform:scale(1.05) translate(0,-8px);
	transform:scale(1.05) translate(0,-8px)
}
.service-icon {
	width:auto;
	max-height:20px;
	max-width:20px;
	min-height:20px;
	min-width:30px;
	margin-bottom:0;
	background-clip:content-box;
	-webkit-text-fill-color:inherit
}
.service-en {
	margin-bottom:10px;
font-family: 'Anton', sans-serif;
	color:#8d8d8d;
	font-size:10px;
	line-height:10px;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase
}
.service-jp {
	margin-top:0;
	margin-bottom:18px;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	text-align:left;
	letter-spacing:1px
}

a:hover .service-jp {
	margin-top:0;
	margin-bottom:18px;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	text-align:left;
	letter-spacing:1px;
	color:#ebef02;
}



.link-txt-box {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:100%;
	padding:40px 30px 30px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	background-color:transparent
}
.bg-line {
	position:absolute;
	left:0;
	top:auto;
	right:0;
	bottom:0;
	z-index:1;
	height: 36px !important;
    font-size: 11px;
    color: #565555;
    text-align: right;
    margin-right: 20px;
}




.service-details {
	min-height:48px;
	color:#707070;
	font-size:11px;
	line-height:16px;
	text-align:left
}
.service-icon-box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:40px;
	height:40px;
	margin-bottom:10px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	white-space:normal;
	background-clip:border-box;
	-webkit-text-fill-color:inherit
}
.linkable {
	position:relative;
background-color: #252525;
        padding: 100px 0 155px;
}
@media screen and (max-width:767px) {
	.bg-line {
		width:73px;
		height:100%
	}
}
@media screen and (max-width:479px) {
	.separator-titles {
		padding-left:25px
	}
	.service-item {
		margin-bottom:3px;
		padding-right:0;
		padding-left:0
	}
	.service-link {
		height:auto;
		margin-bottom:0
	}
	.service-link:hover {
		background-color:#181818;
		box-shadow:0 36px 55px -30px transparent;
		-webkit-transform:scale(1) translate(0,0);
		-ms-transform:scale(1) translate(0,0);
		transform:scale(1) translate(0,0)
	}
	.service-icon {
		max-height:20px;
		max-width:20px;
		min-height:20px;
		min-width:30px
	}
	.link-txt-box {
		min-height:180px;
		padding-top:30px;
		padding-bottom:20px;
		padding-left:36px;
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		-ms-flex-pack:end;
		justify-content:flex-end
	}
	.bg-line {
		left:0;
		top:0;
		right:auto;
		bottom:0;
		width:16px;
		height:100%;
		min-height:100%
	}
	.service-details {
		min-height:auto
	}
	.service-icon-box {
		position:absolute;
		top:20px;
		right:20px;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center
	}
}