<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sec1wrap	{
	position: relative;
	width: 100%;
}

.sec1 .inner p	{
	width: 50%;
	padding: 0 30px;
}

.fluidimg	{
	position: absolute;
	top: 0;
	left: 50vw;
	width: 50vw;
}
.fluidimg.w100p	{
	position: static;
	top: 0;
	left: 0;
}
.fluidimg img	{
	position: absolute;
	left: 0;
	width: 50vw;
	z-index: 10;
	width: 100%;
}

.fluidimg.w100p img	{
	position: static;
}

img.baseH	{
	width: 100%;
}
.box2	{
	display: flex;
	width: 100%;
	align-items: top;
}

.box2 .box	{
	width: 50%;
	padding: 30px;
}
.box2 .box img	{
	width: 100%;
}

.box img.lead_en,.sec4 img.lead_en	{
	width: auto;
	margin-bottom: 25px;
}

.box .ib img.lead_en	{
	margin-bottom: 0;
	height: 10px;
	margin-left: 15px;
}

.sec2 .box p	{
	margin-bottom: 25px;
}
.sec2 .box h3:first-letter	{
	color: #00A4AC;
}
.profbox .box p	{
	font-size: 14px;
}
.profbox .box .box p	{
	margin-bottom: 25px;
}

.imgbutton	{
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 181px 43px;
	background-position: center top;
	margin: 0;
	padding: 0;
	width: 181px;
	height: 43px;
}
.imgbutton img	{
	display: block;
	width: 181px;
	height: 43px;
}

.imgbutton.vp	{
	background-image: url(images/person_r.svg);
}
.imgbutton.lm	{
	background-image: url(images/more_r.svg);
}

.imgbutton:hover img	{
	opacity: 0;
}

.p_block	{
	position: relative;
	padding-right: 200px;
}

.p_block .imgbutton	{
	position: absolute;
	right: 0;
	top: 0;
}
.sec1 .box2	{
	align-items: center;
}
.sec1 .inner.box2 p	{
	width: 100%;
}
.sec1 .p_block	{
	padding-right: 181px;
	min-height: 43px;
	position: relative;
	margin: 25px 0;
}
.p_block h2	{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	font-size: 1.2vw;
}
span.blue	{
	color: #00A4AC;
}
.flexcol	{
	display: flex;
	flex-direction: column;
}
.order1	{
	order: 1;
}

.order2	{
	order: 2;
}

.sep	{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 100px;
}
@media screen and (max-width: 768px)	{
	.fluidimg,.fluidimg img	{
		position: static;
		width: 100%;
		left: 0;
	}
	
	.sec1 .inner p	{
		width: 100%;
		padding: 0;
	}
	
	.sub.business main.nominus	{
		margin-bottom: 0;
		padding-bottom:  6.75vw;
	}
	
	.imgbutton.lm	{
		zoom: 50%;
	}
	
	.p_block	{
		padding-right: 100px;
	}
	
	.p_block .imgbutton	{
		top: auto;
		bottom: 0;
	}
	
	.box2.force-flex-row	{
		flex-direction: row !important;
	}
	
	.box2.force-flex-row .imgbox	{
		width: 50% !important;
	}
	
	.box2.force-flex-row .imgbox+.box	{
		width: 50% !important;
		padding-left: 10px !important;
	}
	
	.box .ib img.lead_en	{
		height: 2.75vw !important;
		margin-left: 0 !important;
	}
	.profbox .box p{
		font-size: 3vw;
	}
	
	.imgbutton.vp	{
		zoom: 50%;
	}
	.fluidimg img	{
		width: 100%;
	}
	.box2 .box.fluidimg	{
		width: 100vw !important;
		margin-left: calc(50% - 50vw);
	}
	
	.business.stage .sec1 .p_block	{
		padding: 0;
		min-height: 0;
		margin: 3vw 0 6vw;
	}
	.business.stage .sec1 .p_block h2	{
		position: static;
		font-size: 4.5vw;
		margin-bottom: 0;
		top: auto;
		left: auto;
	}
	.business.stage .sec1 .p_block .imgbutton	{
		position: relative;
		top: auto;
		left: auto;

	}
	p	{
		letter-spacing: -1px;
	}
}</pre></body></html>