@charset "utf-8";

/* Teams連携
--------------------------------------------------------------------*/
.l-mv {
	padding: 5%;
	background-image: url("/software/development/img/sp_dev07_mv-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow:
		#00689f 1px 1px 5px, rgba(0, 104, 159, 0.6) -1px 1px 5px, rgba(0, 104, 159, 0.8) 1px -1px 10px, rgba(0, 104, 159, 0.9) -1px -1px 20px;
}
.l-mv {
	padding: 4em;
	background-image: url("/software/development/img/dev07_mv-bg.jpg");
	text-align: center;
}
@media screen and (min-width: 48em) {
	.l-mv {
		margin-bottom: 40px;
	}
}
.teamsFlow div {
	background-color: #f0f5f7;
	padding: 1em;
	margin-top: 35px;
	position: relative;
	box-sizing: border-box;
}
.teamsFlow div:not(:last-of-type)::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #14a0dc;
	top: auto;
	right: 0;
	bottom: -25px;
	left: 0;
	margin: auto;
}
.teamsFlow dt {
	text-align: center;
	color: #14a0dc;
	font-weight: 500;
	font-size: 18px;
	margin: auto 0 10px;
}
.teamsFlow dd {
	margin: 0;
}
@media screen and (min-width: 48em) {
	.teamsFlow {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.teamsFlow div {
		margin-top: 0;
		width: calc((100% / 4) - 20px);
		padding: 1.5em;
	}
	.teamsFlow div:not(:last-of-type)::after {
		border-top: 15px solid transparent;
	    border-left: 12px solid #14a0dc;
	    border-bottom: 15px solid transparent;
	    top: 0;
	    right: -35px;
	    bottom: 0;
	    left: auto;
	}
}

/* ERPの更なる有効活用を実現
--------------------------------------------------------------------*/
.movielist__item{
	position: relative;
}
.movielist__item::after {
	position: absolute;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 25%);
}
.movielist__play {
	position: relative;
}
.movielist__play::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	content: "";
	border: 3px solid #FFFFFF;
	border-radius: 50%;
}
.movielist__play::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1%;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	border-width: 10px 0 10px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #FFFFFF;
}
