@charset "UTF-8";

/* service ---------------------------------------*/
.service {
	padding: 120px 0 0;
}

.service-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.667;
	letter-spacing: 0.05em;
	color: #000069;
	margin-left: calc(82 / 1080 * 100%);
}


/* service-top ---------------------------------------*/
.service-top {
	position: relative;
	padding: 0 20px;
	margin-bottom: 70px;
}

.service-top::before {
	position: absolute;
	top: -110px;
	left: calc(50% + 432px);
	transform: translateX(-50%);
	z-index: -1;
	content: '';
}

.service-bi .service-top::before {
	width: min(calc(278 / 1280 * 100vw), 278px);
	aspect-ratio: 278 / 359;
	background: url('../img/service/bg_bi.png') no-repeat center center / contain;
}

.service-bs .service-top::before {
	width: min(calc(278 / 1280 * 100vw), 278px);
	aspect-ratio: 278 / 351;
	background: url('../img/service/bg_bs.png') no-repeat center center / contain;
}

.service-oms .service-top::before {
	width: min(calc(278 / 1280 * 100vw), 278px);
	aspect-ratio: 278 / 357;
	background: url('../img/service/bg_oms.png') no-repeat center center / contain;
}

.service-tc .service-top::before {
	width: min(calc(278 / 1280 * 100vw), 278px);
	aspect-ratio: 278 / 349;
	background: url('../img/service/bg_tc.png') no-repeat center center / contain;
}

.service-lab .service-top::before {
	width: min(calc(274 / 1280 * 100vw), 278px);
	aspect-ratio: 274 / 342;
	background: url('../img/service/bg_lab.png') no-repeat center center / contain;
}

.service-lead {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.667;
	letter-spacing: 0.05em;
	color: #000069;
	margin: 62px auto 56px calc(82 / 1080 * 100%);
	max-width: 800px;
}

.service-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-left: calc(82 / 1080 * 100%);
	max-width: 800px;
}

.service-top-bnr {
	text-align: center;
	margin-top: 74px;
}


/* service-domain ---------------------------------------*/
.service-domain {
	padding: 0 20px;
	margin-bottom: 160px;
}

.service-domain-image {
	margin: 32px auto 0 calc(100 / 1080 * 100%);
	max-width: 750px;
}


/* service-case ---------------------------------------*/
.service-case {
	position: relative;
	padding: calc(68 / 1280 * 100vw) 20px 90px;
	z-index: 1;
	margin-bottom: 74px;
}

.service-case::before {
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 4.8vw, 100% 100%, 0 100%);
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
}

.service-bi .service-case::before {background: #BDD9F4;}
.service-bs .service-case::before {background: #C6EDFB;}
.service-oms .service-case::before {background: #C6FBE8;}

.service-case-list {
	display: flex;
	justify-content: center;
	gap: calc(20 / 900 * 100%);
	margin: 40px auto 0 calc(82 / 1080 * 100%);
	max-width: 900px;
}

.service-case-list > li {
	width: calc(282 / 900 * 100%);
	height: auto;
	background: #fff;
	border-radius: 14px;
	box-shadow: 1px 4px 6px 3px rgba(0, 0, 0, 0.25);
}

.service-case-list a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 22px 30px;
}

.service-case-list-title {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.667;
	padding-left: 26px;
	margin-bottom: 6px;
}

.service-case-list-title::before {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
	width: 18px;
	height: 23px;
	mask-image: url(../img/index/icon_case_deco.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center center;
	-webkit-mask-image: url(../img/index/icon_case_deco.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	content: '';
}

.service-bi .service-case-list-title::before {background: #1D35D3;}
.service-bs .service-case-list-title::before {background: #1491D1;}
.service-oms .service-case-list-title::before {background: #48C9AB;}

.service-case-list-cat {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
	color: #fff;
	width: 100%;
	padding: 0 10px;
}

.service-bi .service-case-list-cat {background: #1D35D3;}
.service-bs .service-case-list-cat {background: #1491D1;}
.service-oms .service-case-list-cat {background: #48C9AB;}

.service-case-list-image {
	width: 100%;
	margin-bottom: 8px;
}

.service-case-list-image img {
	width: 100%;
}

.service-case-list-taglist {
	display: flex;
	gap: 6px;
	margin-bottom: 2px;
}

.service-case-list-taglist > li {
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 2px 10px;
	min-width: 70px;
	border-radius: 3px;
}

.service-bi .service-case-list-taglist > li {background: #1D35D3;}
.service-bs .service-case-list-taglist > li {background: #1491D1;}
.service-oms .service-case-list-taglist > li {background: #48C9AB;}

.service-case-list-text {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.875;
	letter-spacing: 0.05em;
	color: #000069;
}

.service-case-link {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000069;
	margin-top: 50px;
}

.service-case-link .text-link {
	text-decoration: none;
}

.service-case-link .text-link:hover {
	text-decoration: underline;
}

.service-case-nopost {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 40px auto 0 calc(82 / 1080 * 100%);
}


/* service-reason ---------------------------------------*/
.service-reason {
	padding: 0 20px;
	margin-bottom: 116px;
}

.service-reason-block {
	padding: 42px 46px;
	margin-left: calc(82 / 1080 * 100%);
	max-width: 810px;
	border-radius: 10px;
	margin-top: 28px;
}

.service-bi .service-reason-block {background: #BDD9F4;}
.service-bs .service-reason-block {background: #C6EDFB;}

.service-reason-list {

}

.service-reason-list > li {
	position: relative;
}

.service-reason-list > li + li {
	margin-top: 40px;
}

.service-reason-image {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 64px;
}

.service-reason-text {
	position: relative;
	padding-left: 108px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.service-reason-text::before {
	position: absolute;
	top: 0;
	left: 86px;
	transform: translateX(-50%);
	z-index: 1;
	width: 29px;
	height: 29px;
	background: url('../img/service/img_checked.png') no-repeat;
	background-size: contain;
	content: '';
}


/* service-tc-necessity ---------------------------------------*/
.service-tc-necessity {
	padding: 0 20px;
	margin-bottom: 68px;
}

.service-block-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.667;
	letter-spacing: 0.05em;
	color: #000069;
	margin-left: calc(82 / 1080 * 100%);
	max-width: 900px;
	margin-bottom: 22px;
}

.service-block-title.service-tc-block-title {
	position: relative;
	padding-left: 28px;
}

.service-block-title.service-tc-block-title::before {
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 24px;
	content: '■';
}

.service-block-subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-left: calc(82 / 1080 * 100%);
	max-width: 900px;
	margin-bottom: 24px;
}

.service-text.service-tc-necessity-text {
	margin-left: calc(122 / 1080 * 100%);
}

.service-tc-necessity-text + .service-block-subtitle {
	margin-top: 40px;
}


/* service-tc-significance ---------------------------------------*/
.service-tc-significance {
	padding: 0 20px;
	margin-bottom: 66px;
}

.service-tc-significance-image {
	margin-left: calc(82 / 1080 * 100%);
	max-width: 690px;
	margin-top: 28px;
}


/* service-tc-support ---------------------------------------*/
.service-tc-support {
	padding: 0 20px;
	margin-bottom: 80px;
}

.service-tc-support-image {
	margin-left: calc(82 / 1080 * 100%);
	max-width: 690px;
	margin-top: 20px;
}


/* service-tc-approach ---------------------------------------*/
.service-tc-approach {
	padding: 0 20px;
	margin-bottom: 86px;
}

.service-tc-approach-image {
	margin-left: calc(82 / 1080 * 100%);
	max-width: 929px;
	margin-top: 32px;
}


/* service-tc-content ---------------------------------------*/
.service-tc-content {
	padding: 0 20px;
	margin-bottom: 146px;
}

.service-list {
	
}

.service-list > li {

}

.service-list > li + li {
	margin-top: 24px;
}

.service-list-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-left: calc(82 / 1080 * 100%);
	padding-left: 20px;
}

.service-list-title::before {
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 20px;
	content: '・';
}

.service-list-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	max-width: 830px;
	margin-left: calc(150 / 1080 * 100%);
}

.service-list-title + .service-list-text {
	margin-top: 6px;
}

.service-tc-content-image {
	margin-left: calc(82 / 1080 * 100%);
	max-width: 564px;
	margin-top: 50px;
}


/* service-lab ---------------------------------------*/
.service-lab-top {
	margin-bottom: 106px;
}

.service-lab-goal {
	padding: 0 20px;
	margin-bottom: 100px;
}

.service-lab-approach {
	padding: 0 20px;
	margin-bottom: 80px;
}

.service-lab-approach-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 40px auto 0 calc(96 / 1080 * 100%);
	max-width: 875px;
}

.service-lab-approach-flow {
	width: calc(443 / 875 * 100%);
}

.service-lab-approach-image {
	width: calc(330 / 875 * 100%);
}



/* small pc */
@media screen and (min-width: 768px) and (max-width: 1279px){
	.service-top::before {
		left: calc(50% + 34%);
	}
}


/* sp only */
@media screen and (max-width: 767px){
	/* service ---------------------------------------*/
	.service {
		padding: 44px 0 0;
	}

	.service-title {
		margin-left: 0;
		padding-left: 26px;
	}


	/* service-top ---------------------------------------*/
	.service-top {
		padding: 0 20px;
		margin-bottom: 88px;
	}

	.service-top::before {
		top: -38px;
		left: 83%;
	}

	.service-bi .service-top::before {width: 128px;}
	.service-bs .service-top::before {width: 125px;}
	.service-oms .service-top::before {width: 126px;}
	.service-tc .service-top::before {width: 124px;}
	.service-lab .service-top::before {width: 123px;}

	.service-lead {
		font-size: 20px;
		line-height: 1.8;
		margin: 62px auto 22px;
		max-width: unset;
	}

	.service-text {
		font-size: 16px;
		line-height: 2;
		margin-left: 0;
		max-width: unset;
	}

	.service-top-bnr {
		text-align: center;
		margin-top: 74px;
	}


	/* service-domain ---------------------------------------*/
	.service-domain {
		margin-bottom: 80px;
	}

	.service-domain-image {
		margin: 24px auto 0;
		max-width: unset;
		width: 100%;
	}

	.service-domain-image img {
		width: 100%;
	}


	/* service-case ---------------------------------------*/
	.service-case {
		padding: calc(40 / 393 * 100vw) 14px 26px;
		margin-bottom: 100px;
	}

	.service-case-list {
		display: block;
		margin: 32px auto 0;
		max-width: unset;
	}

	.service-case-list > li {
		width: 100%;
		border-radius: 9px;
	}

	.service-case-list > li + li {
		margin-top: 20px;
	}

	.service-case-list a {
		display: flex;
		gap: calc(20 / 327 * 100%);
		padding: 20px 24px 20px 14px;
	}

	.service-case-list-title {
		font-size: 16px;
		line-height: 1.225;
		padding-left: 18px;
		margin-bottom: 12px;
	}

	.service-case-list-title::before {
		top: 0;
		width: 12px;
		height: 16px;
	}

	.service-case-list-cat {
		font-size: 12px;
		width: 100%;
		padding: 0 10px;
	}

	.service-case-list-image {
		width: 100%;
		min-height: 85px;
		height: calc(100% - 24px);
		margin-bottom: 0;
	}

	.service-case-list-image img {
		height: 100%;
		object-fit: cover;
	}

	.service-case-list-text {
		font-size: 14px;
		line-height: 1.714;
	}

	.service-case-list-imageblock {
		width: max(calc(95 / 327 * 100%), 95px);
		flex-shrink: 0;
	}

	.service-case-list-block {
		flex: 1;
	}

	.service-case-link {
		line-height: 2;
		margin-top: 50px;
	}

	.service-case-nopost {
		font-size: 16px;
		margin: 40px auto 0 26px;
	}

	/* service-reason ---------------------------------------*/
	.service-reason {
		margin-bottom: 100px;
	}

	.service-reason-block {
		padding: 34px 22px 54px;
		margin-left: 0;
		max-width: unset;
		margin: 20px auto 0;
		max-width: 500px;
	}

	.service-reason-list > li + li {
		margin-top: 30px;
	}

	.service-reason-image {
		position: unset;
		transform: unset;
		margin: 0 auto 6px;
	}

	.service-reason-text {
		padding-left: 36px;
	}

	.service-reason-text::before {
		left: 0;
		transform: unset;
	}


	/* service-tc-necessity ---------------------------------------*/
	.service-tc-necessity {
		margin-bottom: 74px;
	}

	.service-block-title {
		margin-left: 0;
		max-width: unset;
		margin-bottom: 20px;
	}

	.service-block-title.service-tc-block-title {
		padding-left: 26px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.service-block-title.service-tc-block-title::before {
		left: 0;
		font-size: 22px;
	}

	.service-block-subtitle {
		margin-left: 0;
		max-width: unset;
		margin-bottom: 16px;
	}

	.service-text.service-tc-necessity-text {
		margin-left: 4px;
	}

	.service-tc-necessity-text + .service-block-subtitle {
		margin-top: 54px;
	}


	/* service-tc-significance ---------------------------------------*/
	.service-tc-significance {
		margin-bottom: 60px;
	}

	.service-tc-significance-image {
		margin-left: -20px;
		max-width: unset;
		width: calc(100% + 40px);
		margin-top: 10px;
	}

	.service-tc-significance-image img {
		width: 100%;
	}

	/* service-tc-support ---------------------------------------*/
	.service-tc-support {
		margin-bottom: 70px;
	}

	.service-tc-support-image {
		margin-left: -8px;
		max-width: unset;
		width: calc(100% + 16px);
		margin-top: 20px;
	}

	.service-tc-support-image img {
		width: 100%;
	}


	/* service-tc-approach ---------------------------------------*/
	.service-tc-approach {
		margin-bottom: 100px;
	}

	.service-tc-approach-image {
		margin-left: -6px;
		max-width: unset;
		width: calc(100% + 12px);
		margin-top: 26px;
	}

	.service-tc-approach-image img {
		width: 100%;
	}


	/* service-tc-content ---------------------------------------*/
	.service-tc-content {
		padding: 0 20px;
		margin-bottom: 100px;
	}

	.service-list-title {
		margin-left: 0;
		padding-left: 20px;
	}

	.service-list-text {
		font-size: 16px;
		line-height: 2;
		max-width: unset;
		margin-left: 0;
	}

	.service-list-title + .service-list-text {
		margin-top: 10px;
	}

	.service-tc-content-image {
		margin-left: -6px;
		max-width: unset;
		width: calc(100% + 12px);
		margin-top: 24px;
	}

	.service-tc-content-image img {
		width: 100%;
	}


	/* service-lab ---------------------------------------*/
	.service-lab-top {
		margin-bottom: 88px;
	}

	.service-lab-goal {
		margin-bottom: 70px;
	}

	.service-lab-goal-image {
		width: min(calc(277 / 353 * 100%), 277px);
		margin: 36px auto 0;
	}

	.service-lab-goal-image img {
		width: 100%;
	}

	.service-lab-approach {
		margin-bottom: 100px;
	}

	.service-lab-approach-block {
		display: block;
		margin: 22px auto 0;
		max-width: unset;
	}

	.service-lab-approach-flow {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.service-lab-approach-flow img {
		width: 100%;
	}

}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}