@charset "UTF-8";

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


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

@media only screen and (min-width: 769px) {
	.p-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;
	}
	.p-col_04::before {
		content: "";
		display: block;
		width: calc(33% - (60px / 3));
		order: 1;
	}
	.p-col_04::after{
		content: "";
		display: block;
		width: calc(33% - (60px / 3));
	}
}

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

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

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

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

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

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

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

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



.title {
  padding: 0 0 0 40px;
  background-image: url(//into-the-program.com/assets/images/icon/icon_clip.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}



.p-order-img{
    margin-top: 5em;
    margin-bottom:3em;

    width: 100%;
    height:auto;

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

}




.p-col_bn {
    padding-top: 10px;
}

@media only screen and (min-width: 769px) {
	.p-col_bn {
		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;
	}
	.p-col_bn::before {
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
		order: 1;
	}
	.p-col_bn::after{
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
	}
}

.pbn-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) {
	.pbn-thumb {
		width: 100%;
	}
	.pbn-thumb:nth-of-type(1) {
		margin-top: 0;
	}
}

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

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

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

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

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

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

