.headline {
	background: url("../img5/sustainability_header.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.headline .pbBlock {
	max-width: 960px;
	margin: 0 auto;
}
.headline .pbBlock h1 {
	color: #0097E0;
	font-weight: 700;
	font-size: 52px;
	margin: 0
}
.headline .pbBlock p {
	color: #0097E0;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}

.summary p {
	max-width: 960px;
	margin: 40px auto 60px;
	font-size: 16px;
	line-height: 1.8;
}

.menu {
	max-width: 1000px;
	margin: 0 auto 100px;
	position: relative;
}
.menu p:nth-of-type(1){
	width: 490px;
	position: absolute;
	left: -50px;
	top: 0;
	margin: 0;
}
.menu h2 {
	padding: 50px 0 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	width: 520px;
	margin: 0 0 0 auto;
	color: #393939;
}
.menu p:nth-of-type(2) {
	display: none;
}
.menu p:nth-of-type(3) {
	font-size: 16px;
	width: 520px;
	margin: 15px 0 30px auto;
	line-height: 1.8;
	color: #393939;
}
.menu ul {
	width: 100%;
	background: #E7F6FC;
	padding: 40px 20px 25px 480px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	list-style: none;
}
.menu ul li {
	font-size: 15px;
	margin-bottom: 25px;
	width: 46%;
	position: relative;
	padding-left: 17px;
}
.menu ul li a {
	color: #393939;
	text-decoration: none;
	font-weight: 700;
}
.menu ul li a:hover {
	text-decoration: underline;
}
.menu ul li::before{
	display: block;
	content: "";
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #0097E0;
	border-right: 2px solid #0097E0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 8px;
}

.banner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.banner p:nth-of-type(1){
	display: none;
}
.banner a:hover {
	opacity: 0.8;
}

.subheadline {
	text-align: center;
	padding: 80px 0;
}

.subheadline .pbBlock h1 {
	font-weight: 700;
	font-size: 34px;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
}

.subheadline .pbBlock h1::before{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #0097E0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.block {
	max-width: 1000px;
	margin: 0 auto 60px;
}

.block p {
	margin: 1rem 0;
}

.block p:has(> img) {
	width: 70%;
	margin: 1rem auto;
	display: inline-block;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.block img {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.block:nth-of-type(odd) p:has(> img)::before {
	display: block;
	content: "";
	width: 70px;
	height: 70px;
	background: #DAF3FD;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: -1;
}

.block:nth-of-type(even) p:has(> img)::before {
	display: block;
	content: "";
	width: 70px;
	height: 70px;
	background: #DAF3FD;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: -1;
}


.block a {
	color: #0097E0;
	position: relative;
	padding-left: 17px;
}

.block a::before{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #0097E0;
	border-right: 2px solid #0097E0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


@media (max-width: 960px) {
	.headline {
		background: url("../img5/sustainability_header_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		padding: 60px 20px;
	}
	.headline .pbBlock h1 {
		font-size: 30px;
	}
	.headline .pbBlock p {
		font-size: 14px;
	}

	.summary p {
		margin: 30px auto 40px;
		font-size: 14px;
		width: 90%;
	}

	.menu {
		margin: 0 auto 40px;
	}
	.menu p:nth-of-type(1){
		width: 100%;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
	}
	.menu p:nth-of-type(1) {
		display: none;
	}
	.menu p:nth-of-type(2) {
		display: block;
	}
	.menu p:nth-of-type(2) img {
		width: 100%;
		height: auto;
	}
	.menu h2 {
		padding: 0;
		font-size: 24px;
		width: 90%;
		margin: 20px auto 0;
	}
	.menu p:nth-of-type(3) {
		font-size: 14px;
		width: 90%;
		margin: 15px auto 25px;
	}
	.menu ul {
		width: 90%;
		margin: 0 auto;
		padding: 25px 20px 25px 20px;
		display: block;
	}
	.menu ul li {
		font-size: 15px;
		margin-bottom: 20px;
		width: 100%;
	}
	.menu ul li:last-child {
		margin-bottom: 0;
	}

	.banner {
		width: 90%;
		margin: 0 auto;
	}
	.banner img {
		width: 100%;
		height: auto;
	}
	.banner p:nth-of-type(1){
		display: block;
	}
	.banner p:nth-of-type(2){
		display: none;
	}

    .subheadline {
		text-align: center;
		padding: 50px 0 50px;
	}

	.subheadline .pbBlock h1 {
		font-size: 28px;
	}

	.subheadline .pbBlock h1::before{
		width: 30px;
	}
    .block {
		width: 90%;
		margin: 0 auto 40px;
	}

	.block p:has(> img) {
		width: auto;
	}


	.block:nth-of-type(odd) p:has(> img)::before {
		width: 50px;
		height: 50px;
		left: -12px;
		top: -12px;
	}

	.block:nth-of-type(even) p:has(> img)::before {
		width: 50px;
		height: 50px;
		right: -12px;
		top: -12px;
	}
}


