/*
** 開発ラボ
*/
#kaihatsu-lab main .cnts {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* セクション：導入 */
.l-intro {
	background: url(/shared/img/app/kaihatsu-lab/title.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.l-intro_inr {
	max-width: 1080px;
	padding: 150px 0 100px;
	margin: 0 auto;
	color: #fff;
}

.l-intro_ttl {
	margin-bottom: 25px;
	font-size: 3.6rem;
	line-height: 1.1;
}
.l-intro_ttl > img {
	width: 230px;
	vertical-align: middle;
	margin: 0 0 .25em .25em;
}


/* 作業フロー */

#kaihatsu-lab .secWorkflow .cnts{
	padding-top: 0px;
	padding-bottom: 30px;
}

#kaihatsu-lab .secWorkflow .change-scroll_btn-grp {
	padding-top: 30px;
	margin-bottom: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 3rem;
    width: 100%;
}
#kaihatsu-lab .secWorkflow .change-scroll_btn {
	padding: .5em 1.5em;
	border: 2px solid #333;
    border-radius:50px;
	background-color: #fff;
	box-sizing: border-box;
    text-align: center; 
	cursor: pointer;
}
#kaihatsu-lab .secWorkflow .change-scroll_btn.is-pick {
	position: relative;
	z-index: 1;
}
#kaihatsu-lab .secWorkflow .change-scroll_btn.is-pick::before {
    border-radius:50px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	background-color: #DCEAF7;
}

/* セクション共通 */
.change-scroll_cont {
	transition: opacity .25s;
}
.change-scroll_cont.is-hide {
	opacity: 0;
}

.change-scroll_sec.is-hide {
	display: none;
}

.sec_title{
    display:flex;
    flex-direction: row;
    align-items:center;
    gap:10px;
}
.sec_title h2{
    display:flex;
    flex-direction: row;
}

.sec_title img{
    width: 4.5rem;
    height:4.5rem;
}

#kaihatsu-lab .secContents .cnts{
    padding-top:20px;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* movies */
/* ------------------------------------------------------------------------------------------------------------ */
.l-movie__inner {
    margin-top:20px;
}
.l-movie__title {
    margin: 0 auto;
}
.l-movie__title-sub {
    right: calc(100% - 55px);
}

.l-movie__item {
    display: grid;
    /*
    4つ以上の時
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 4) - 5px), 1fr));
    gap: 5px;
    */
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 4)), 1fr));
    gap: 0px;
    margin-top: 5px;
}
.movie__item-link {
    padding: 10px 0 5px 10px;
    border: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    background: #ffffff;
    position: relative;
    transform-origin:left top;
    transition: transform .35s linear;
}
.movie__item-link:hover {
    border: 1px solid #3D77AB;
    color: #3D77AB !important;
    transform: scale(1.17);
    z-index: 3;
    text-decoration: none;
}

.movie__item-text {
    width: 100%;
    line-height: 1.3;
}
.movie__item-text p{
    margin-top:5px;
    line-height: 2;
    font-size: 1.1rem;
}


/*.outer-cnts {
	max-width: 1080px;
	padding-bottom: 70px;
	margin: 0 auto;
}

.outer-cnts .change-scroll_btn-grp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}
.outer-cnts .change-scroll_btn-grp > * {
	position: relative;
	width: 22%;
	padding-top: calc(22% - 6px);
	margin-right: 4%;
	box-sizing: border-box;
	text-align: center;
}
.outer-cnts .change-scroll_btn-grp > *:last-child {
	margin-right: 0;
}
.outer-cnts .change-scroll_btn {
	border: 3px solid #0070C0;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	cursor: pointer;
}
.outer-cnts .change-scroll_btn::before,
.outer-cnts .change-scroll_btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
}
.outer-cnts .change-scroll_btn::before {
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0070C0;
	opacity: .3;
}
.outer-cnts .change-scroll_btn::after {
	width: 60%;
	height: 60%;
	background: url(/shared/img/app/sagyosha-kanri/icon_sagyosha-kanri.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: .2;
}
.outer-cnts .change-scroll_btn > * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
}
.outer-cnts .change-scroll_btn.is-pick::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #0070C0;
	opacity: .3;
}
.outer-cnts .change-scroll_btn.is-pick::after {
	content: '';
	width: 60%;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/shared/img/icon_sagyosha-kanri_white.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 1;
}*/

/* Point1 */
#kaihatsu-lab .secPoint1 .cnts {
	width: 100%;
	/* padding-bottom: 100px; */
}

/* Point2 */
#kaihatsu-lab .secPoint2 .cnts {
	width: 100%;
}

/* Point3 */
#kaihatsu-lab .secPoint3 .cnts {
	width: 100%;
}

/* Point4 */
#kaihatsu-lab .secPoint4 .cnts {
	width: 100%;
}

/* Point5 */
#kaihatsu-lab .secPoint5 .cnts {
	width: 100%;
}

@media screen and (min-width:769px){
	/* 作業フロー */
	#kaihatsu-lab .secWorkflow .change-scroll_btn {
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn:last-child {
		margin-right: 0;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn.unique-style {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.3rem;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: -1;
		content: '';
		display: block;
		width: 0;
		height: 0;
        border-radius: 50px;
		background-color: #DCEAF7;
		transition: .25s ease-in-out;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn.is-pick::before {
		transition: .25s ease-in-out;
	}

	#kaihatsu-lab .secWorkflow .change-scroll_note .pc {
		display: inline;
	}


	/* セクション共通 */
	.outer-cnts .change-scroll_btn::before {
		transition: .25s ease-in-out;
	}
	.outer-cnts .change-scroll_btn:hover::before {
		width: 100%;
		height: 100%;
	}
	.outer-cnts .change-scroll_btn:hover::after {
		background: url(/shared/img/icon_sagyosha-kanri_white.png) no-repeat 50% 50%;
		background-size: contain;
		opacity: 1;
	}
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Pad,SP */
/* ------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:820px) {
    /* ------------------------------------------------------------------------------------------------------------ */
    /* top */
    /* ------------------------------------------------------------------------------------------------------------ */
    .l-intro_inr {
		max-width: 540px;
        padding-left: 20px;
		padding-right: 20px;
	}
    .l-movie__link:hover .l-movie__btn::before {
        content: none;
    }
   /* ------------------------------------------------------------------------------------------------------------ */
    /* service */
    /* ------------------------------------------------------------------------------------------------------------ */
    .l-movie__inner {
        padding: 60px 20px 30px;
    }
    .l-movie__title {
        margin: 0;
        padding: 0 0 0 40px;
    }
    .l-movie__title-sub {
        margin: 0;
        position: absolute !important;
        right: 77%;
    }
    .l-movie__content {
        width: 100%;
        margin: 0;
        
    }
    .l-movie__list {
        width: 50%;
        margin: 0 0 20px 0;
    }
    .l-movie__link {
        width: 185px;
    }
    .l-movie__list:nth-child(odd) .l-movie__link {
        margin: 0 40px 0 auto;
    }
    .l-movie__list:nth-child(even) .l-movie__link {
        margin: 0 auto 0 40px;
    }

    .l-movie__link:hover .l-movie__btn img:nth-child(1) {
        display: block;
    }
    .l-movie__link:hover .l-movie__btn img:nth-child(2) {
        display: none;
    }

	#SagyoshaKanri main > *:nth-child(2) {
		margin-top: 0;
	}

	.sdtopgap10{
		margin-top: 10px !important;
	}

	/* 作業フロー */
	#kaihatsu-lab .secWorkflow .change-scroll_btn-grp {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
		justify-content: center;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
        gap:10px;
	}
	#kaihatsu-lab .secWorkflow .change-scroll_btn {
		flex: 0 1 300px;
        width: 19%;
        padding: .5em 0;
        box-sizing: border-box;
        display: flex; 
        align-items: center;
        justify-content: center;
        text-align: center; 
        cursor: pointer;
	}
/*
	セクション共通 
	.outer-cnts {
		max-width: 640px;
		padding: 0 20px 70px;
	}

	.outer-cnts .change-scroll_btn-grp {
		max-width: 360px;
		margin-bottom: -4%;
	}
	.outer-cnts .change-scroll_btn-grp > * {
		width: 46%;
		padding-top: calc(46% - 6px);
		margin-bottom: 4%;
		margin-right: 15px;
	}
	.outer-cnts .change-scroll_btn-grp > *:nth-child(2) {
		margin-right: 0;
	}
*/



}

@media screen and (max-width:768px){

}
@media screen and (max-width:767px){
    /* ------------------------------------------------------------------------------------------------------------ */
    /* movie */
    /* ------------------------------------------------------------------------------------------------------------ */
    .l-movie {
        position: relative;
    }
    .l-movie__inner {
        padding: 30px 20px;
    }
    .l-movie__content {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .l-movie__item {
        /*grid-template-columns: repeat(auto-fit, minmax(calc((100% / 2) - 13px), 1fr));*/
        grid-template-columns: repeat(auto-fit, minmax(calc((100% / 1)), 1fr));
    }
}


