.section01 {
	background: url("../image/company/sec01_bg.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
	height: 550px;
	padding: 0 40px;
	position: relative;
}

.section01 .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding-bottom: 90px;
}

.section01 .c-t {
	flex-direction: column;
	align-items: flex-start;
}

.section01 .c-title01 {
	margin-bottom: 20px;
}


/********************
 CSR
**********************/
/* 共通 */
.pc_n {
	display: none;
}

.sp_n {
	display: block;
}

.img_c {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tit_h2 {
	line-height: 1.2;
	font-weight: bold;
	color: #3155A4;
	text-align: center;
	padding: 40px 0;
}


.tit_h2 .en {
	font-size: 70px;
	margin-right: 0;
	font-family: "NotoSansCJKjpB";
}

.tit_h2 .jp {
	font-size: 20px;
	font-family: KoburinaGoStdN-W6;
}

.tit_h2.sdgs_h2 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.tit_h2.sdgs_h2 .en {
	margin-right: 15px;

}

.tit_h2.sdgs_h2 .jp {}

.tit_h3 {
	font-family: NotoSansCJKjpB;
	color: #3155A4;
	font-size: 25px;
	text-align: center;
	padding: 30px 0 10px 0;
}

.tit_h3.sdgs_h3 {
	text-align: left;
}

/* SUS  section02 */
.section02 {
	position: relative;
	padding: 100px 0 0 0;
}

.section02 .container {
	/* position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between */
}

.img_box {
	padding: 70px 0;
}

.text-content {
	font-size: 20px;
	width: 80%;
	text-align: center;
	margin: auto;
	line-height: 2;
	padding: 10px 0;
}

.text-content.sdgs_text {
	text-align: left;
	margin: 0;
}


/* SDGS  section03 */
.section03 {
	position: relative;
	padding: 0 0 100px 0;
}


/* .sec03-subtitle {
	font-family: NotoSansCJKjpB;
	color: #3155A4;
	font-size: 25px;
	padding: 70px 0 10px 0;
}

.sec03-content {
	font-size: 20px;
	line-height: 2;
	padding: 10px 0;
} */


.title_part {
	border-bottom: 1px solid #000;
	padding: 60px 0 0 0;
}

.csr-part-title {
	width: 215px;
	height: 55px;
	background: linear-gradient(270deg, rgba(49, 85, 166, 1) 0%, rgba(5, 17, 119, 1) 100%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 20px;
	position: relative;
}

.csr-part-title::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-left: 15px solid transparent;
	border-top: 55px solid #fff;
	z-index: 2;
}

.csr-part-title p {
	font-family: NotoSansCJKjpB;
	color: #fff;
}

.csr-part-title span {
	width: 35px;
	height: 1px;
	background-color: #fff;
	margin-left: 15px;
}

.csr-part-title-border {
	width: 100%;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

.item_box .item {
	padding: 40px 0 0 0;
}

.item_box .item .title_box {
	border-bottom: 4px solid #3155A4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 5px 0;
}

.item_box .item .title_box h4 {
	color: #3055A4;
	font-size: 25px;
}

.item_box .item .title_box .logo_box {
	flex-shrink: 0;
}

.item_box .item .title_box .logo_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item_info {
	margin: 0;
	padding: 0;
}

.item_info li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #000;
}

.item_info li:nth-last-child(1) {
	border-bottom: none;
}

.item_info li dl {
	width: 65%;
}

.item_info li.noimg dl {
	width: 100%;
}

.item_info li dl dt {
	color: #3055A4;
	font-size: 20px;

}

.item_info li dl dd {
	padding: 15px 0;
	font-size: 16px;
}

.item_info li dl dd::before {
	content: "･";
}

.item_img {
	width: 30%;
}

/*	ATTEMPT  */

.section04 {
	position: relative;
	z-index: 9;
	padding: 100px 0;
}

.section04::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(43deg, #07157A, #3055A4);
	clip-path: polygon(0 1%, 100% 0%, 100% 55%, 0 70%);
	z-index: -1;
}

.section04 .tit_h2 {
	color: #fff;
}

.section04 h3 {
	font-size: 25px;
	color: #3055A4;
}

.section04 p {
	font-size: 20px;
}

.section04 .color_white {
	color: #fff;
}

.section04 .attempt_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section04 .attempt_item .item {
	width: 48%;
	padding: 20px 0;
}

.section04 .attempt_item .item .attempt_imgbox {
	padding: 20px 0;
}


@media(max-width: 1440px) {

	/* .sec02-content {
		width: 70%;
	}

	.sec02-man {
		right: -140px;
	} */
	/* 共通 */
	.pc_n {
		display: none;
	}

	.sp_n {
		display: block;
	}

	.img_c {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.tit_h2 {
		line-height: 1.2;
		font-weight: bold;
		color: #3155A4;
		text-align: center;
		padding: 20px 0;
	}


	.tit_h2 .en {
		font-size: 65px;
		margin-right: 0;
		font-family: "NotoSansCJKjpB";
	}

	.tit_h2 .jp {
		font-size: 20px;
		font-family: KoburinaGoStdN-W6;
	}

	.tit_h2.sdgs_h2 {
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}

	.tit_h2.sdgs_h2 .en {
		margin-right: 15px;

	}

	.tit_h2.sdgs_h2 .jp {}

	.tit_h3 {
		font-family: NotoSansCJKjpB;
		color: #3155A4;
		font-size: 22px;
		text-align: center;
		padding: 20px 0 10px 0;
	}

	.tit_h3.sdgs_h3 {
		text-align: left;
	}

	/* SUS  section02 */
	.section02 {
		position: relative;
		padding: 80px 40px 0 40px;
	}

	.section02 .container {
		/* position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between */

	}

	.img_box {
		padding: 70px 0;
	}

	.text-content {
		font-size: 20px;
		width: 100%;
		text-align: center;
		margin: auto;
		line-height: 2;
		padding: 10px 0;
	}

	.text-content.sdgs_text {
		text-align: left;
	}

	/* SDGS  section03 */
	.section03 {
		position: relative;
		padding: 0 40px 80px 40px;
	}

	.title_part {
		border-bottom: 1px solid #000;
		padding: 60px 0 0 0;
	}

	.csr-part-title {
		width: 215px;
		height: 55px;
		background: linear-gradient(270deg, rgba(49, 85, 166, 1) 0%, rgba(5, 17, 119, 1) 100%);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 20px;
		position: relative;
	}

	.csr-part-title::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-left: 15px solid transparent;
		border-top: 55px solid #fff;
		z-index: 2;
	}

	.csr-part-title p {
		font-family: NotoSansCJKjpB;
		color: #fff;
	}

	.csr-part-title span {
		width: 35px;
		height: 1px;
		background-color: #fff;
		margin-left: 15px;
	}

	.csr-part-title-border {
		width: 100%;
		border-bottom: 1px solid #707070;
		margin-bottom: 30px;
	}

	.item_box .item {
		padding: 20px 0 0 0;
	}

	.item_box .item .title_box {
		border-bottom: 4px solid #3155A4;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 5px 0;
	}

	.item_box .item .title_box h4 {
		color: #3055A4;
		font-size: 25px;
	}

	.item_box .item .title_box .logo_box {
		flex-shrink: 0;
	}

	.item_box .item .title_box .logo_box img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.item_info {
		margin: 0;
		padding: 0;
	}

	.item_info li {
		list-style: none;
		display: flex;
		justify-content: space-between;
		padding: 30px 0;
		border-bottom: 1px solid #000;
	}

	.item_info li:nth-last-child(1) {
		border-bottom: none;
	}

	.item_info li dl {
		width: 70%;
	}

	.item_info li.noimg dl {
		width: 100%;
	}

	.item_info li dl dt {
		color: #3055A4;
		font-size: 20px;

	}

	.item_info li dl dd {
		padding: 15px 0;
		font-size: 16px;
		margin: 0 0 0 10px;
	}

	.item_info li dl dd::before {
		content: "･";
	}

	.item_img {
		width: 28%;
	}

	/*	ATTEMPT  */

	.section04 {
		position: relative;
		padding: 80px 40px;
	}

	.section04::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(43deg, #07157A, #3055A4);
		clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 70%);
		z-index: -1;
	}

	.section04 .tit_h2 {
		color: #fff;
	}

	.section04 h3 {
		font-size: 20px;
		color: #3055A4;
	}

	.section04 p {
		font-size: 16px;
	}

	.section04 .color_white {
		color: #fff;
	}

	.section04 .attempt_item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;

	}

	.section04 .attempt_item .item {
		width: 48%;
		padding: 15px 0;
	}

	.section04 .attempt_item .item .attempt_imgbox {
		padding: 10px 0;
	}

}

@media(max-width: 1280px) {}

@media(max-width: 1160px) {
	/* .section03 .container {
		padding: 0 40px;
	} */
}

@media(max-width: 1000px) {

	/* .sec02-subtitle {
		width: 100%;
		font-size: 56px;
	} */
	.sec02-content {
		font-size: 18px;
	}
}


@media(max-width: 767px) {

	/* 共通 */
	.pc_n {
		display: block;
	}

	.sp_n {
		display: none;
	}


	.tit_h2 {
		line-height: 1.2;
		font-weight: bold;
		color: #3155A4;
		text-align: center;
		padding: 20px 0;
	}


	.tit_h2 .en {
		font-size: 10.5vw;
		margin-right: 0;
		font-family: "NotoSansCJKjpB";
	}

	.tit_h2 .jp {
		font-size: 5vw;
		font-family: KoburinaGoStdN-W6;
	}

	.tit_h2.sdgs_h2 {
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}

	.tit_h2.sdgs_h2 .en {
		margin-right: 5px;

	}

	.tit_h2.sdgs_h2 .jp {
		font-size: 3.8vw;
	}

	.tit_h3 {
		font-family: NotoSansCJKjpB;
		color: #3155A4;
		font-size: 20px;
		text-align: center;
		padding: 10px 0;
	}

	.tit_h3.sdgs_h3 {
		text-align: left;
	}

	/* SUS  section02 */
	.section02 {
		position: relative;
		padding: 80px 20px 0 20px;
	}

	.section02 .container {}

	.img_box {
		padding: 15px 0;

	}

	.text-content {
		font-size: 17px;
		width: 100%;
		text-align: center;
		margin: auto;
		line-height: 2;
		padding: 5px 0;
	}

	/* SDGS  section03 */
	.section03 {
		position: relative;
		padding: 40px 0;
	}

	.section03 .container {
		padding: 0 20px;
	}

	.title_part {
		border-bottom: 1px solid #000;
		padding: 60px 0 0 0;
	}

	.csr-part-title {
		width: 215px;
		height: 55px;
		background: linear-gradient(270deg, rgba(49, 85, 166, 1) 0%, rgba(5, 17, 119, 1) 100%);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 10px 20px;
		position: relative;
	}

	.csr-part-title::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-left: 15px solid transparent;
		border-top: 55px solid #fff;
		z-index: 2;
	}

	.csr-part-title p {
		font-family: NotoSansCJKjpB;
		color: #fff;
	}

	.csr-part-title span {
		width: 35px;
		height: 1px;
		background-color: #fff;
		margin-left: 15px;
	}

	.csr-part-title-border {
		width: 100%;
		border-bottom: 1px solid #707070;
		margin-bottom: 30px;
	}

	.item_box .item {
		padding: 20px 0 0 0;
	}

	.item_box .item .title_box {
		border-bottom: 2px solid #3155A4;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 5px 0;
	}

	.item_box .item .title_box h4 {
		color: #3055A4;
		font-size: 16px;
	}

	.item_box .item .title_box .logo_box {
		flex-shrink: 0;
		width: 14vw;
	}

	.item_box .item .title_box .logo_box img {}

	.item_info {
		margin: 0;
		padding: 0;
	}

	.item_info li {
		list-style: none;
		display: block;
		justify-content: space-between;
		padding: 15px 0;
		border-bottom: 1px solid #000;
	}

	.item_info li:nth-last-child(1) {
		border-bottom: none;
	}

	.item_info li dl {
		width: 100%;
	}

	.item_info li.noimg dl {
		width: 100%;
	}

	.item_info li dl dt {
		color: #3055A4;
		font-size: 16px;

	}

	.item_info li dl dd {
		padding: 15px 0;
		font-size: 16px;
		margin: 0;
	}

	.item_info li dl dd::before {
		content: "･";
	}

	.item_img {
		width: 100%;
	}

	/*	ATTEMPT  */

	.section04 {
		position: relative;
		padding: 40px 0;
	}

	.section04 .container {
		padding: 0 20px;
	}

	.section04::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(43deg, #07157A, #3055A4);
		clip-path: polygon(0 0, 100% 0%, 100% 28%, 0 35%);
		z-index: -1;
	}

	.section04 .tit_h2 {
		color: #fff;
	}

	.section04 h3 {
		font-size: 20px;
		color: #3055A4;
	}

	.section04 p {
		font-size: 17px;
	}

	.section04 .color_white {
		color: #fff;
	}

	.section04 .attempt_item {
		display: block;

	}

	.section04 .attempt_item .item {
		width: 100%;
		padding: 10px 0;
	}

	.section04 .attempt_item .item .attempt_imgbox {
		padding: 5px 0;
	}
}

@media(max-width: 640px) {
	/* .sec02-subtitle {
		font-size: 38px;
	} */

	.sec02-man img {
		width: 400px;
	}

	.sec02-man {
		margin-top: -145px;
	}
}

@media(max-width: 500px) {
	.section01 {
		padding: 0 20px;
		height: 500px;
	}

	.section01-title01 {
		font-size: 54px;
	}

	.section01-title02 {
		font-size: 28px;
	}


	/* .section02 {
		padding: 80px 20px;
	} */

}

@media(max-width: 400px) {}