@charset "utf-8";
/* ===================================================================
 ソフトウェア開発・評価/検証 ソフトウェア評価/検証
=================================================================== */

.table_software__num {
	width: 3em;
}

/* index
/////////////////////////////////////////////////////////////////////////////////// */
.l-mv {
	padding: 8%;
	color: #FFFFFF;
	background-image: url("/service/quality/img/sp_index_mv-bg.jpg?260114");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-shadow: #0884C3 1px 1px 5px, rgba(0, 104, 159, .6) -1px 1px 5px, rgba(0, 104, 159, .8) 1px -1px 10px, rgba(0, 104, 159, .9) -1px -1px 20px;
}
.l-mv > h2 {
	font-size: 1.25em;
	margin: 0 0 .5em 0;
}
.l-mv > p {
	margin: 0;
}
.l-mv > p + p {
	margin-top: 1em;
}
.l-mv > .mv__lead {
	font-size: 1.125em;
	line-height: 1.4;
}
@media screen and (min-width: 48em) {
	.l-mv {
		padding: 3em 3em;
		text-align: center;
		background-image: url("/service/quality/img/index_mv-bg.jpg?260114");
	}
	.l-mv > h2 {
		font-size: 1.725em;
	}
	.l-mv > p {
		font-size: .938em;
	}
	.l-mv > .mv__lead {
		font-size: 1.125em;
	}
}

/* 品質保証プロセス
/////////////////////////////////////////////////////////////////////////////////// */
.pure-table .table_sstep__step1,
.pure-table .table_sstep__step2,
.pure-table .table_sstep__step3,
.pure-table .table_sstep__step4 {
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.pure-table .table_sstep__step1,
.table_sstep__step1:after {
	background: #1DB6D9;
}
.pure-table .table_sstep__step2,
.table_sstep__step2:after {
	background: #19B2D8;
}
.pure-table .table_sstep__step3,
.table_sstep__step3:after {
	background: #16AAD6;
}
.pure-table .table_sstep__step4 {
	background: #14A0DC;
}
.table_sstep__step1:after,
.table_sstep__step2:after,
.table_sstep__step3:after {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -9px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto auto;
	content: "";
	transform: rotate(135deg);
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

/* テスト自動化
/////////////////////////////////////////////////////////////////////////////////// */
a .contents__skyattcase-link {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	transition: color .3s ease, border .3s ease;
	color: #444444;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
}
a:hover .contents__skyattcase-link {
	color: #14A0DC;
	border: 2px solid #00689F;
}
.contents__skyattcase-link__thumb {
	display: flex;
	box-sizing: border-box;
	width: 100%;

	aspect-ratio: 3 / 1;
}
.contents__skyattcase-link:after {
	position: absolute;
	top: 50%;
	right: 1em;
	bottom: 0;
	left: auto;
	width: 11px;
	height: 11px;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #14A0DC;
}
.contents__skyattcase-link__text {
	padding: 1.4em 3em 1.4em 1.4em;
}
.contents__skyattcase-link__text__lead {
	font-weight: 500;
	line-height: 1.6;
}
.contents__skyattcase-link__text__lead--sub {
	font-size: .8em;
	font-weight: 300;
	margin: 0 0 .8em 0;
}
.contents__skyattcase-link__text__company {
	margin: 0;
}
@media screen and (min-width: 35.5em) {
	.contents__skyattcase-link__text {
		padding: 1.4em;
	}
	.contents__skyattcase-link__text__company {
		bottom: 0;
		margin: 0;
	}
}
@media screen and (min-width: 48em) {
	a .contents__skyattcase-link {
		display: flex;
	}
	.contents__skyattcase-link:after {
		top: 0;
	}
	.contents__skyattcase-link__thumb {
		width: 30%;
		padding: 2em;

		aspect-ratio: 1 / 1;
	}
	.contents__skyattcase-link__text {
		box-sizing: border-box;
		width: 70%;
	}
	.contents__skyattcase-link__text__lead {
		font-size: 1.2em;
	}
	.contents__skyattcase-link__text__lead--sub {
		font-size: .91em;
	}
}
@media screen and (min-width: 64em) {
	a .contents__skyattcase-link {
		display: block;
	}
	.contents__skyattcase-link:after {
		content: none;
	}
	.contents__skyattcase-link__thumb {
		width: 100%;

		aspect-ratio: 3 / 1;
	}
	.contents__skyattcase-link__text {
		box-sizing: border-box;
		width: 100%;
	}
	.contents__skyattcase-link__text__lead {
		font-size: 1em;
	}
	.contents__skyattcase-link__text__lead--sub {
		font-size: .8em;
	}
}

/* テスト自動化ツール「SKYATT」
/////////////////////////////////////////////////////////////////////////////////// */
.skyatt-column-title{
	color: #fff;
	background-image: url("/service/quality/img/q03_img_11.jpg");
	background-position: center;
	background-size: cover;
	padding: 1.5rem;
	margin: -1.5rem -1.5rem 1.5rem -1.5rem !important;
}
.skyatt-column-title *{
	color: #fff;
}
.skyatt-column-title > .contents__title + .contents__lead:before {
	border-color:#fff;
}

@media screen and (min-width: 48em) {
	.skyatt-column-title{
		margin: -3rem -3rem 3rem -3rem !important;
		padding: 3rem;
	}
}
/* 業務系システム検証検証
/////////////////////////////////////////////////////////////////////////////////// */
.business-lead {
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	margin-bottom: 2em;
	padding: 1em;
	text-align: center;
	border: 2px solid #14A0DC;
	border-radius: 6px;
}
.business-lead:after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	content: "";
	border: 15px solid transparent;
	border-top: 15px solid #FFFFFF;
}
.business-lead:before {
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -18px;
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #14A0DC;
}
@media screen and (min-width: 35.5em) {
	.business-lead {
		font-size: 1.125em;
	}
}
/* 車載システム検証
/////////////////////////////////////////////////////////////////////////////////// */
.list-roi {
	box-sizing: border-box;
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.list-roi li {
	font-size: 1.125em;
	position: relative;
	margin: 1em 0;
	padding-left: 3.4em;
}
.list-roi li:before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 47px;
	height: 38px;
	margin: auto auto auto 0;
	content: "";
	background: url("/service/quality/img/test-automation_ico_01.png");
}

/* 車載システム検証
/////////////////////////////////////////////////////////////////////////////////// */
.automotiveListBox {
	height: 100%;
	border: 1px solid #E2E7EC;
}
.automotiveListBox__txt01 {
	font-weight: 500;
	margin-top: 0;
	padding: .5em 1em;
	text-align: center;
	color: white;
	background-color: #14A0DC;
}
.automotiveListBox__txt02 {
	padding: 0 1.5em;
	color: #14A0DC;
}
.automotiveListBox__list {
	padding: 0 1.5em;
}

/* ソフトウェア評価/検証 TOP
/////////////////////////////////////////////////////////////////////////////////// */
.software_map{
	padding: 1em;
}

/* サムネイル入り実績
/////////////////////////////////////////////////////////////////////////////////// */
.caseBox {
	font-size: .875em;
}
.caseBox__img {
	position: relative;
	overflow: hidden;
}
.caseBox__img:before {
	display: block;
	padding-top: calc(30% + 2em);
	content: "";
}
.caseBox__img > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
}
.caseBox__img__ttl {
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: .5em 1em;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(20,160,220,.7);
}
.caseBox__detail dd,
.caseBox__detail ul {
	margin: 0;
}
.caseBox__detail > .caseBox__ttl {
	font-weight: 500;
	position: relative;
	margin: 1.5em 0 .3em 1em;
	color: #00689F;
}
.caseBox__detail > .caseBox__ttl:first-of-type {
	margin-top: 0;
}
.caseBox__detail > .caseBox__ttl::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -1em;
	width: 3px;
	height: 90%;
	margin: auto;
	content: "";
	background-color: #00689F;
}
@media screen and (min-width: 35.5em) {
	.caseBox {
		display: flex;
		align-items: flex-start;
	}
	.caseBox__img {
		width: 30%;
	}
	.caseBox__img:before {
		padding-top: 100%;
	}
	.caseBox__detail {
		width: 70%;
		margin: 0 0 0 2em;
	}
}
@media screen and (min-width: 48em) {
	.caseBox {
		display: block;
	}
	.caseBox__img {
		width: 100%;
	}
	.caseBox__img:before {
		padding-top: calc(30% + 2em);
	}
	.caseBox__img__ttl {
	}
	.caseBox__detail {
		width: 100%;
		margin: 2em 0 0 0;
	}
}
