@charset "UTF-8";




.u-content .u-inner {}

.u-content .u-inner {
	margin: 0 auto 60px;
	padding: 0 30px 30px;
	background: #fff;

}

.u-content .u-content-title {
	color: #2E7BD7;
	font-weight: 700;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	text-align: center;
	margin: 0 -30px 30px;
	padding: 15px 0;
	border-bottom: 2px solid #2E7BD7;
	background: #b3e6ff;
}


.l-kv {
   background: url('/assets/img/home/kv-02.jpg') no-repeat center center / cover;   
    
    
}




.l-kv .u-inner {
	min-height: calc(100vh - 90px);
}

.l-kv .e-catch {
	width: 540px;
	position: absolute;
	top: 40px;
	right: 0;
}

.l-kv .e-text {
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: -.05em;
	text-align: right;
	text-shadow:
		0 0 10px #000,
		0 0 20px #000,
		0 0 30px #000,
		0 0 40px #000,
		0 0 50px #000
	;
	position: absolute;
	top: 300px;
	right: 0;
}

.l-about .u-inner {
	padding-bottom: 10px;
	background: #fff;
}

.l-about .e-wrap {
	letter-spacing: -.4em;
	margin: 0 -10px;
}

.l-about .e-item {
	letter-spacing: 0;
	width: calc(100% / 3);
	margin: 0 0 20px;
	padding: 0 10px;
	display: inline-block;
}

.l-news .u-inner {
	padding-bottom: 15px;
}

.l-news .u-content-title {
	margin-bottom: 10px;
}

.l-news .e-item {
	font-size: 1.4rem;
	line-height: 1.35;
	width: 100%;
	display: table;
	border-top: 1px solid #ddd;
}

.l-news .e-item:first-child {
	border: 0;
}

.l-news .e-item .e-updata {
	width: 150px;
	padding: 10px 0;
	display: table-cell;
}

.l-news .e-item .e-text {
	font-weight: 400;
	padding: 10px 0;
	display: table-cell;
}




.l-product .u-inner {
	padding-bottom: 10px;
}


.l-product .e-wrap {
	letter-spacing: -.4em;
	margin: 0 -10px;
}

.l-product .e-item {
	letter-spacing: 0;
	width: calc(100% / 2);
	margin: 0 0 40px;
	padding: 0 20px;
	display: inline-block;
}

.l-server .u-content-title {
	margin-bottom: 0;
}

.l-server .u-inner {
	padding-bottom: 0;
}

.l-server .e-img {
	margin: 0 auto;
	display: block;
}

.l-recipe .u-content-title {
	margin-bottom: 0;
}

.l-recipe .u-inner {
	padding-bottom: 0;
	background: url(../../img/global/background-02.png);
}

.l-recipe .e-img {
	margin: 0 auto;
	display: block;
}

.l-contact .u-inner {
	background: #fff;
}

.l-contact-wrap {
	letter-spacing: -.4em;
}

.l-contact-item {
	letter-spacing: 0;
	width: calc(100%);
	display: inline-block;
}

.l-contact-item:nth-child(odd) {
	padding-right: 10px;
}

.l-contact-item:nth-child(even) {
	padding-left: 10px;
}

.l-contact-item .e-link {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 30px 0;
	display: block;
	border-radius: 5px;
	background: #2E7BD7;
	position: relative;
	overflow: hidden;
}

.l-contact-item .e-link:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
}

.l-contact-item .e-link .e-strong {
	position: relative;
	z-index: 10;
}



























