@charset "utf-8";
/* ===================================================================
 内製化支援
=================================================================== */
.p-service {
	margin: -1.5em;
}
.p-service > *[class^="pure-u"] {
	padding: 1.5em;
}
.p-service__inner {
	display: flex;
	flex-flow: column;
}
.p-service .contents__headerLv4 {
	margin-bottom: 0;
}
.p-service p {
	margin-bottom: 0;
}
.p-service .contents__headerLv5 {
	margin-top: 0;
}
.p-service .button-block:last-child {
	margin-top: auto;
}

/* ===================================================================
 事例
=================================================================== */
.p-case__link {
	position: relative;
	display: block;
	height: 100%;
}
.p-case__link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	border: #14A0DC 2px solid;
	border-radius: 6px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.p-case__link:hover::after {
	opacity: 1;
}
.p-case__item{
	display: grid;
	grid-template-rows: auto auto auto auto 1fr;
}
.p-case__logo {
	display: grid;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;

	place-items: center;
}
.p-case__name {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
	margin-top: .5em;
	color: initial;
	line-height: 1.4;
}
.p-case__text {
	font-size: 15px;
	line-height: 1.65;
	margin: .5em 0 0 0;
	color: initial;
}
.p-case__industry {
	font-size: .75em;
	padding: .25em .75em;
	color: #00689F;
	border: 1px solid #00689F;
	border-radius: 3px;
	line-height: 14px;
	justify-self: start;
}
.p-case__servicelist {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	color: initial;
	background-size: 4px 1px;
	align-self: end;
}

.p-case__servicelist-item {
	font-size: .875em;
	line-height: 1;
	margin: 0;
	margin-top: .5em;
	padding: .75em 1em;
	background-color: #F0F5F7;
}

.p-case__soon {
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #90999C;

}
.p-case__soon::after {
	font-size: 14px;
	content: "coming soon";
	letter-spacing: .1em;
	opacity: .8;
}
