@charset "UTF-8";

/* ----------------------------------------
  SDGs(リニューアル)
  path : /workscene/sdgs
---------------------------------------- */


.workscene-col_04 {
    padding-top: 10px;
}

@media only screen and (min-width: 769px) {
	.workscene-col_04 {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.workscene-col_04::before {
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
		order: 1;
	}
	.workscene-col_04::after{
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
	}
}

.workscene-thumb {
	display: block;
	width: calc(50% - (60px / 2));
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.workscene-thumb {
		width: 100%;
	}
	.workscene-thumb:nth-of-type(1) {
		margin-top: 0;
	}
}

.workscene-thumb:hover {
	background-color: #ffffff;
}

.workscene-thumb_img,
.workscene-thumb_imgHover {
	border-radius: 10px 10px 0 0;	
}

@media only screen and (min-width: 769px) {
	.workscene-thumb_img {
		opacity: 1;
		transition: opacity .5s;
	}

	.workscene-thumb_imgHover {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity .5s;
	}
	.workscene-thumb:hover .workscene-thumb_img {
		opacity: 0;
	}

	.workscene-thumb:hover .workscene-thumb_imgHover {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.workscene-thumb_img {
		display: none;
	}
}


.titile_text {
    font-size:  14px;    /* 文字サイズ指定 */

	text-align: center;

    margin-left: auto;
    margin-right: auto;

}


/* 縦幅のサイズを指定    */
.workscene-top-bnrimg{
    margin-top: 8em;
    margin-bottom:1.5em;

    max-width: 1024px;
    width: 100%;
    height:auto;

    margin-left: auto;
    margin-right: auto;

}

