@charset "utf-8";
/* CSS Document */
#Corporate {
	.col2_01-item {
		text-align: center;
		margin-top: 20px;
	}
	@media screen and (min-width: 768px),print {
		.col2_01 {
			display: flex;
			align-items: flex-end;
			justify-content: space-between;
		}
		.col2_01-item.s_left {
			width: 49.77%;
		}
		.col2_01-item.s_right {
			width: 46.83%;
		}
		.sectionText01 {
			width: 78%;
			margin-bottom: -8%;
		}
	}
	
	
	.box01 {
		border: 2px solid #666;
		padding: 20px 10px;
	}
	.box01-logoList01 {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.box01-logoList01-item {
		width: 20%;
		padding: 0 10px;
		text-align: center;
	}
	.box01-logoList02 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
		width: 100%;
	}
	.box01-col2_01-item {
		width: 100%;
	}
	.box01-logoList02-item {
		max-width: 150px;
		width: 50%;
	/*	width: 33.3333%;*/
		/*background-color: rgba(255,255,0,0.5);*/
	}
	.box01-logoList02-item img {
		width: 100%;
	}
	.box01-logoList02-item + .box01-logoList02-item {
		padding-left: 20px;
	}
	
	.box01-col2_01 {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.box01-col2_01-item + .box01-col2_01-item {
		margin-top: 10px;
	}
	.box01-logoList03 {
		display: flex;
		margin-top: 10px;
		width: 100%;
	}
	.box01-logoList03-item {
		/*width: 33.3333%;*/
	}
	/*.box01-logoList03-item:nth-child(1) {
		max-width: 128px;
	}
	.box01-logoList03-item:nth-child(2) {
		max-width: 197px;
	}
	.box01-logoList03-item:nth-child(3) {
		max-width: 159px;
	}*/
	.box01-logoList03-item + .box01-logoList03-item {
		padding-left: 10px;
	}
	.box01-logoList03-item img {
		width: 100%;
	}
	
	
	/*.box01-col2_02 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.box01-col2_02-item {
		margin-top: 20px;
		padding: 0 20px;
		text-align: center;
	}*/
	.box01-col2_02-item {
		margin-top: 20px;
	}
	.box01-col2_02-item-img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	@media screen and (min-width: 768px),print {
		.box01 {
			padding: 30px 60px;
		}
		.box01-list {
			display: inline-block;
			vertical-align: top;
		}
		.box01-list:first-child {
			margin-right: 10%;
		}
		.box01-col2_02-item {
			padding: 0 40px;
		}
	
		.box01-col2_01 {
			justify-content: space-between;
		}
		.box01-col2_01-item + .box01-col2_01-item {
			margin-top: 0;
		}
		.box01-col2_01-item:nth-child(1) {
			width: 39.5%;
		}
		.box01-col2_01-item:nth-child(2) {
			width: 59.8%;
		}
		.box01-logoList03-item + .box01-logoList03-item {
			padding-left: 20px;
		}
	
		.box01-col2_02 {
			display: flex;
			justify-content: center;
			/*flex-wrap: wrap;*/
		}
		.box01-col2_02-item {
			margin-top: 20px;
			padding: 0 20px;
			text-align: center;
		}
		.box01-col2_02-item-img {
			display: inline-block;
		}
		.box03 .mo_col2List {
			max-width: 80%;
			margin: 0 auto;
			justify-content: center;
		}
	}
	
	.box02 {
		margin-top: 30px;
		background-color: #fdecee;
		text-align: center;
		padding: 20px 10px;
	
	}
	.box02-text01 {
		font-size: 18px;
		font-weight: 500;
	}
	.box02-text02 {
		font-size: 24px;
		font-weight: 900;
	}
	.box02-text03 {
		font-size: 20px;
		font-weight: 700;
	}
	.color01 {
		color: #e8435d;
	}
	
	/* SDGS Icon */
	.sgdsbox01-logoList03 {
		display: flex;
		margin-top: 10px;
		width: 100%;
	}
	.sgdsbox01-logoList03-item + .sgdsbox01-logoList03-item {
		padding-left: 20px;
	}
	.sgdsbox01-logoList03-item img {
		width: 100%;
	}
	
	@media screen and (min-width: 768px),print {
		.box02 {
			padding: 50px 20px;
		}
		.box02-text01 {
			font-size: 30px;
		}
		.box02-text02 {
			font-size: 46px;
		}
		.box02-text03 {
			font-size: 36px;
		}
	}
	
	.imgNotes-area {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.imgNotes-btnArea {
		position: absolute;
	}
	.imgNotes-btnArea.s_btn01 {
		top: 165px;
		left: 70px;
		width: 60px;
		height: 30px;
	}
	.imgNotes-btnArea.s_btn02 {
		top: 90px;
		right: 55px;
		width: 65px;
		height: 45px;
	}
	.imgNotes-btn {
		position: absolute;
	}
	.imgNotes-btn.s_btn01 {
		top: 30px;
		left: 22px;
	}
	.imgNotes-btn.s_btn02 {
		top: -18px;
		left: 36px;
	}
	@media screen and (min-width: 768px),print {
		.imgNotes-area {
			width: 394px;
		}
		.imgNotes-btnArea.s_btn01 {
			top: 225px;
			left: 105px;
			width: 80px;
			height: 40px;
		}
		.imgNotes-btnArea.s_btn02 {
			top: 125px;
			right: 80px;
			width: 90px;
			height: 60px;
		}
		.imgNotes-btn.s_btn01 {
			top: 40px;
			left: 25px;
		}
		.imgNotes-btn.s_btn02 {
			top: -28px;
			left: 56px;
		}
		.mo_colImg.s_hasNotes {
			overflow: visible;
		}
	}
	
	.box03 {
		border: 2px solid #666;
		padding: 20px;
		margin-top: 30px;
	}
	
	
	@media screen and (min-width: 768px),print {
		.box03 {
			padding: 30px;
			margin-top: 40px;
		}
	}
	
	.imgList {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.imgList-item {
		/*margin-top: 20px;*/
		margin: 20px 0 0;
		padding: 0 10px;
		width: 50%;
	}
	/*.imgList-item-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}*/
	.imgList-item-wrap::before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.imgList-item-img {
		display: inline-block;
		vertical-align: middle;
	}
	@media screen and (min-width: 768px),print {
		.imgList {
			max-width: 870px;
			margin-left: auto;
			margin-right: auto;
		}
		.imgList-item {
			width: 33.3333%;
		}
		.s_wide .imgList-item {
			width: 49%;
		}
		.s_wide .imgList-item img {
			max-width: 470px;
		}
	
	}
	
	.bg01 {
		background-color: #fefae9;
		padding: 20px;
	}
	@media screen and (min-width: 768px),print {
		.bg01 {
			padding: 30px 50px;
			max-width: 550px;
			margin-left: auto;
			margin-right: auto;
		}
	}
}



